Skip to content

Commit 41d3da8

Browse files
Add files via upload
1 parent 191d9a3 commit 41d3da8

1 file changed

Lines changed: 199 additions & 0 deletions

File tree

buy-metridex.html

Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6+
<title>Metridex for acquisition</title>
7+
<meta name="description" content="Metridex is available for acquisition: Telegram-native token risk product with bot engine, domain, website, pricing model, reports and sales assets."/>
8+
<meta property="og:title" content="Metridex for acquisition"/>
9+
<meta property="og:description" content="Telegram-native token risk product with code, domain, pricing model and buyer-ready assets."/>
10+
<meta property="og:image" content="og-image.png"/>
11+
<meta property="og:type" content="website"/>
12+
<meta name="twitter:card" content="summary_large_image"/>
13+
<meta name="twitter:title" content="Metridex for acquisition"/>
14+
<meta name="twitter:description" content="Telegram-native token risk product with code, domain, pricing model and buyer-ready assets."/>
15+
<meta name="twitter:image" content="https://metridex.com/og-image.png"/>
16+
<link rel="icon" href="logo/favicon-32.png?v=3" sizes="32x32" type="image/png"/>
17+
<link rel="icon" href="logo/favicon-16.png?v=3" sizes="16x16" type="image/png"/>
18+
<link rel="apple-touch-icon" href="logo/apple-touch-icon.png?v=3" sizes="180x180"/>
19+
<style>
20+
:root{
21+
--bg:#070709; --panel:#10141b; --panel2:#0c0f14; --text:#eef2f7; --muted:#a6b0bd;
22+
--line:#232833; --gold:#e6c26b; --gold2:#f2d791; --ok:#9bd7aa;
23+
}
24+
*{box-sizing:border-box}
25+
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at top,#121721 0,#070709 58%);color:var(--text)}
26+
a{color:var(--gold);text-decoration:none}
27+
a:hover{color:var(--gold2)}
28+
.wrap{max-width:1080px;margin:0 auto;padding:0 20px}
29+
.top{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(7,7,9,.75);backdrop-filter:blur(8px);position:sticky;top:0;z-index:10}
30+
.top .row{display:flex;align-items:center;justify-content:space-between;gap:18px}
31+
.brand img{display:block;height:40px;width:auto}
32+
.nav{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
33+
.nav a{font-size:14px;color:#d8dde7}
34+
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;border:1px solid var(--line);background:#12161d;color:var(--text);font-weight:800}
35+
.btn.primary{background:linear-gradient(180deg,#f1d791,#d4a744);border-color:#e7c56f;color:#1d1607}
36+
.hero{padding:64px 0 26px}
37+
.eyebrow{display:inline-flex;gap:10px;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(230,194,107,.28);background:rgba(230,194,107,.08);color:var(--gold);font-size:13px;font-weight:800}
38+
h1{margin:18px 0 14px;font-size:58px;line-height:1.02;letter-spacing:-1.3px;max-width:900px}
39+
.accent{color:var(--gold2)}
40+
.sub{max-width:820px;margin:0 0 20px;color:#d9e0ea;font-size:20px;line-height:1.58}
41+
.cta{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 18px}
42+
.meta{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
43+
.stat,.card,.proof,.screen{background:linear-gradient(180deg,#11161e,#0c0f14);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 16px 36px rgba(0,0,0,.22)}
44+
.stat{padding:16px}
45+
.stat strong{display:block;font-size:24px;color:var(--gold2);margin-bottom:6px}
46+
.stat span{font-size:13px;color:var(--muted)}
47+
section{padding:18px 0}
48+
h2{margin:0 0 12px;font-size:30px;letter-spacing:-.5px}
49+
.lead{margin:0 0 14px;color:#ccd4df;font-size:17px;line-height:1.6;max-width:780px}
50+
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
51+
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
52+
.card,.proof{padding:20px}
53+
.card h3,.proof h3{margin:0 0 10px;font-size:20px}
54+
.card p,.card li,.proof p,.proof li{color:#d6dde8;line-height:1.58}
55+
.card ul,.proof ul{margin:0;padding-left:18px}
56+
.strip{padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.03);color:#d4dce7;font-size:15px;line-height:1.6}
57+
.screens{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
58+
.screen img{display:block;width:100%;height:auto;border-radius:18px 18px 0 0;background:#0a0a0a}
59+
.screen .cap{padding:12px 14px;color:#d7dde7;font-size:14px;border-top:1px solid rgba(255,255,255,.06)}
60+
.final{padding:28px 0 60px}
61+
.finalbox{padding:24px;border-radius:22px;border:1px solid rgba(230,194,107,.24);background:linear-gradient(180deg,rgba(230,194,107,.08),rgba(255,255,255,.03))}
62+
.finalbox h2{margin-bottom:10px}
63+
.small{font-size:14px;color:var(--muted)}
64+
@media (max-width:980px){
65+
h1{font-size:42px}
66+
.meta,.grid-3,.grid-2,.screens{grid-template-columns:1fr}
67+
}
68+
@media (max-width:640px){
69+
.nav{display:none}
70+
h1{font-size:35px;letter-spacing:-.8px}
71+
.sub{font-size:18px}
72+
.brand img{height:34px}
73+
}
74+
</style>
75+
</head>
76+
<body>
77+
<header class="top">
78+
<div class="wrap row">
79+
<a class="brand" href="index.html" aria-label="Metridex home"><img src="logo/metridex_logo_header.png" alt="Metridex"/></a>
80+
<nav class="nav" aria-label="Primary">
81+
<a href="onepager_en_print.html">One-pager</a>
82+
<a href="metridex_deep_report_sample.html">Sample report</a>
83+
<a href="articles.html">Articles</a>
84+
<a class="btn primary" href="mailto:contact@metridex.com?subject=Metridex%20acquisition%20inquiry">Contact seller</a>
85+
</nav>
86+
</div>
87+
</header>
88+
89+
<main>
90+
<section class="hero">
91+
<div class="wrap">
92+
<div class="eyebrow">Metridex is available for acquisition</div>
93+
<h1>Buy a <span class="accent">Telegram-native token risk product</span>, not just a landing page</h1>
94+
<p class="sub">Metridex comes with the brand, domain, website, Telegram bot engine, monetization logic, sample report, screenshots and buyer-facing materials. This is a packaged crypto utility asset with visible product depth — not a blank concept deck.</p>
95+
<div class="cta">
96+
<a class="btn primary" href="mailto:contact@metridex.com?subject=Metridex%20acquisition%20inquiry">Request acquisition brief</a>
97+
<a class="btn" href="onepager_en_print.html">Open one-pager</a>
98+
<a class="btn" href="metridex_deep_report_sample.html">Open sample report</a>
99+
</div>
100+
<div class="strip"><strong>Current status.</strong> The public bot is paused while the asset is marketed for sale. The value here is the package itself: code, brand, product logic, pricing map and transfer-ready materials.</div>
101+
<div class="meta">
102+
<div class="stat"><strong>Telegram-first</strong><span>Primary product surface already defined</span></div>
103+
<div class="stat"><strong>$3-$99</strong><span>Offer ladder already visible in config</span></div>
104+
<div class="stat"><strong>QuickScan + Deep</strong><span>Fast scan and deeper report flow</span></div>
105+
<div class="stat"><strong>Multi-chain</strong><span>EVM + Solana paths represented in code</span></div>
106+
</div>
107+
</div>
108+
</section>
109+
110+
<section>
111+
<div class="wrap">
112+
<h2>What is included</h2>
113+
<div class="grid-3">
114+
<article class="card">
115+
<h3>Code + product logic</h3>
116+
<ul>
117+
<li>Telegram bot engine with callbacks and action buttons.</li>
118+
<li>QuickScan, More details, Why?, Why++, LP lock and explorer/DEX actions.</li>
119+
<li>Watchlist and alert logic present in the codebase.</li>
120+
</ul>
121+
</article>
122+
<article class="card">
123+
<h3>Commercial packaging</h3>
124+
<ul>
125+
<li>Configured tiers: Free, Deep, Day Pass, Pro and Teams.</li>
126+
<li>Buyer-facing website, one-pagers and help content.</li>
127+
<li>Sample deep report and visual screenshots for sales use.</li>
128+
</ul>
129+
</article>
130+
<article class="card">
131+
<h3>Brand + transfer assets</h3>
132+
<ul>
133+
<li>Domain and branded website surface.</li>
134+
<li>Logo, copy foundation and acquisition-oriented pages.</li>
135+
<li>A cleaner starting point than building from zero. Obviously 😏</li>
136+
</ul>
137+
</article>
138+
</div>
139+
</div>
140+
</section>
141+
142+
<section>
143+
<div class="wrap">
144+
<h2>Why this is more than a scanner</h2>
145+
<div class="grid-2">
146+
<article class="proof">
147+
<h3>Visible product depth</h3>
148+
<ul>
149+
<li>On-chain checks, liquidity and holder-risk logic.</li>
150+
<li>Website intel: WHOIS, RDAP, SSL and Wayback checks.</li>
151+
<li>Report language, upsell slots and tariff-aware UX are already present.</li>
152+
</ul>
153+
</article>
154+
<article class="proof">
155+
<h3>Practical buyer angle</h3>
156+
<ul>
157+
<li>Can be relaunched as a retail bot, lead-gen utility or white-label base.</li>
158+
<li>Includes immediate sales collateral instead of forcing a buyer to package everything from scratch.</li>
159+
<li>Shortens time-to-relaunch.</li>
160+
</ul>
161+
</article>
162+
</div>
163+
</div>
164+
</section>
165+
166+
<section>
167+
<div class="wrap">
168+
<h2>Fast proof</h2>
169+
<p class="lead">A buyer coming from Flippa, Acquire or X should understand the product in under a minute. These screens do that job faster than paragraphs.</p>
170+
<div class="screens">
171+
<figure class="screen">
172+
<img src="screens/metridex_screen_ok_1.webp" alt="Metridex Telegram scan screen"/>
173+
<figcaption class="cap">QuickScan-style output in Telegram with token metrics and action buttons.</figcaption>
174+
</figure>
175+
<figure class="screen">
176+
<img src="screens/metridex_screen_ok_3_whois.webp" alt="Metridex website intel screen"/>
177+
<figcaption class="cap">Website-intel layer with domain checks that goes beyond a basic token-only scanner.</figcaption>
178+
</figure>
179+
</div>
180+
</div>
181+
</section>
182+
183+
<section class="final" id="contact">
184+
<div class="wrap">
185+
<div class="finalbox">
186+
<h2>Interested in acquiring Metridex?</h2>
187+
<p class="lead">Use the one-pager and sample report for a first pass, then contact the seller for the acquisition brief and transfer discussion.</p>
188+
<div class="cta">
189+
<a class="btn primary" href="mailto:contact@metridex.com?subject=Metridex%20acquisition%20inquiry">Contact seller</a>
190+
<a class="btn" href="onepager_en_print.html">Read one-pager</a>
191+
<a class="btn" href="metridex_deep_report_sample.html">View sample report</a>
192+
</div>
193+
<p class="small">Suggested use: route X posts, marketplace listings and short outreach directly to this page.</p>
194+
</div>
195+
</div>
196+
</section>
197+
</main>
198+
</body>
199+
</html>

0 commit comments

Comments
 (0)