-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuy.html
More file actions
96 lines (92 loc) · 5.93 KB
/
Copy pathbuy.html
File metadata and controls
96 lines (92 loc) · 5.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Buy LXS — live price & chart</title>
<meta name="description" content="Buy LXS on Uniswap (Base). Live price and chart. LXS is a proof-of-work Layer-1; wLXS is the bridged, tradeable version on Base.">
<link rel="icon" type="image/svg+xml" href="lxs-logo.svg">
<link rel="stylesheet" href="style.css">
<style>
.buybar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:14px 0 6px}
.buybar a button{font-size:16px}
.addr{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;
font:13px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--dim,#8b93a7)}
.addr code{background:#0d1016;border:1px solid var(--line,#262c3a);border-radius:8px;padding:6px 10px;color:var(--text,#e9edf5);word-break:break-all}
.addr button{background:rgba(58,160,255,.14);border:1px solid rgba(58,160,255,.3);color:#7fc0ff;font-size:12px;font-weight:800;border-radius:8px;padding:6px 10px;cursor:pointer}
.chartwrap{margin-top:8px;border:1px solid var(--line,#262c3a);border-radius:14px;overflow:hidden;background:#0b0d12}
.chartwrap iframe{width:100%;height:520px;border:0;display:block}
.net{display:inline-block;font-size:12px;font-weight:800;color:#7fc0ff;background:rgba(58,160,255,.14);border:1px solid rgba(58,160,255,.3);border-radius:999px;padding:3px 10px;margin-left:8px;vertical-align:middle}
.warn{font-size:12.5px;color:var(--dim,#8b93a7);margin-top:10px}
</style>
</head>
<body>
<header>
<a class="brand" href="index.html"><img src="lxs-logo.svg" alt="LXS logo">LXS</a>
<nav class="nav">
<a href="index.html">Home</a>
<a href="mine.html">Mine</a>
<a href="buy.html" class="active">Buy</a>
<a href="tokens.html">Tokens</a>
<a href="wallet.html">Wallet</a>
<a href="docs.html">Docs</a>
<a href="build.html">Build</a>
<a href="explorer.html">Explorer</a>
<a href="faq.html">FAQ</a>
</nav>
</header>
<main>
<section class="hero">
<h1>Buy LXS <span class="net">Base</span></h1>
<p>LXS trades live on Uniswap. Below is the real-time price and chart, straight from the on-chain pool. LXS is a proof-of-work Layer-1 — <strong>wLXS</strong> is its bridged, tradeable version on Base, 1:1 backed by LXS locked on the network.</p>
<div class="buybar">
<a href="https://app.uniswap.org/swap?chain=base&inputCurrency=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913&outputCurrency=0x2cd729df2847b634d19f6b7deff0d620616b98fd" target="_blank" rel="noopener"><button>💵 Buy with USDC</button></a>
<a href="https://app.uniswap.org/swap?chain=base&outputCurrency=0x2cd729df2847b634d19f6b7deff0d620616b98fd" target="_blank" rel="noopener"><button>🦄 Buy with ETH</button></a>
<a href="https://www.coinbase.com/price/lxs-base-0x2cd729df2847b634d19f6b7deff0d620616b98fd-token" target="_blank" rel="noopener"><button class="ghost">🔵 View on Coinbase</button></a>
<a href="https://dexscreener.com/base/0xbf94ac608d793641ece6f8758ce8060f65216fd1" target="_blank" rel="noopener"><button class="ghost">📊 DexScreener</button></a>
</div>
<div class="addr">
Token contract (Base):
<code id="ca">0x2cd729df2847b634d19f6b7deff0d620616b98fd</code>
<button onclick="navigator.clipboard.writeText('0x2cd729df2847b634d19f6b7deff0d620616b98fd');this.textContent='Copied ✓';setTimeout(()=>this.textContent='Copy',1500)">Copy</button>
</div>
</section>
<section class="section card">
<h2>Live price & chart</h2>
<div class="chartwrap">
<iframe title="LXS live chart" src="https://www.geckoterminal.com/base/pools/0xbf94ac608d793641ece6f8758ce8060f65216fd1?embed=1&info=0&swaps=1&grayscale=0&light_chart=0" allow="clipboard-write" allowfullscreen loading="lazy"></iframe>
</div>
<p class="warn">Chart data from GeckoTerminal / on-chain. If it takes a moment to load, the pool is brand new and still being indexed.</p>
</section>
<section class="section card prose">
<h2>How to buy (2 minutes)</h2>
<ol>
<li><strong>Get a wallet on Base.</strong> Use MetaMask or Coinbase Wallet and switch the network to <strong>Base</strong>. Add a little ETH (on Base) for the swap and gas.</li>
<li><strong>Open the swap.</strong> Click <a href="https://app.uniswap.org/swap?chain=base&outputCurrency=0x2cd729df2847b634d19f6b7deff0d620616b98fd" target="_blank" rel="noopener">Buy on Uniswap</a> — LXS is pre-selected. If not, paste the contract address above.</li>
<li><strong>Swap to LXS</strong> — pay with <strong>USDC</strong> or <strong>ETH</strong> (Uniswap routes USDC → LXS automatically). Confirm in your wallet. That's it — you now hold LXS on Base.</li>
</ol>
<p class="warn">⚠️ Only ever use the contract address on this page: <code style="color:#e9edf5">0x2cd729df2847b634d19f6b7deff0d620616b98fd</code>. Scammers create fake "LXS" tokens — check the address. Never share your private key or seed phrase with anyone; no real support will ever ask for it.</p>
</section>
</main>
<footer>
<div class="foot-inner">
<nav class="foot-nav">
<a href="index.html">Home</a>
<a href="mine.html">Mine</a>
<a href="buy.html">Buy</a>
<a href="tokens.html">Tokens</a>
<a href="wallet.html">Wallet</a>
<a href="docs.html">Docs</a>
<a href="build.html">Build</a>
<a href="explorer.html">Explorer</a>
<a href="faq.html">FAQ</a>
<a href="roadmap.html">Roadmap</a>
<a href="https://github.com/LXS-NETWORK/LXS">GitHub</a>
<a href="https://t.me/lxsnetwork" target="_blank" rel="noopener">Telegram</a>
<a href="https://x.com/LXScoin" target="_blank" rel="noopener">X</a>
</nav>
<p>An open, mined, community-run blockchain. Your keys never leave your device. Not financial advice.</p>
</div>
</footer>
</body>
</html>