-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
356 lines (341 loc) · 20.4 KB
/
Copy pathindex.html
File metadata and controls
356 lines (341 loc) · 20.4 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>LUST Chain Platform | LST, LUSDT Bridge, Presale, Mining and NFTs</title>
<meta name="description" content="Official LUST Chain platform for LST, LUSDT Bridge, Genesis Presale, WLST/LUSDT liquidity, public mining, staking, NFTs, swap, P2P and documentation." />
<meta name="robots" content="index,follow,max-image-preview:large" />
<link rel="canonical" href="https://platform.lustchain.org/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="LUST Chain" />
<meta property="og:title" content="LUST Chain Platform | LST, LUSDT Bridge, Presale, Mining and NFTs" />
<meta property="og:description" content="Official LUST Chain platform for LST, LUSDT Bridge, Genesis Presale, WLST/LUSDT liquidity, public mining, staking, NFTs, swap, P2P and documentation." />
<meta property="og:url" content="https://platform.lustchain.org/" />
<meta property="og:image" content="https://platform.lustchain.org/assets/lust-og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="LUST Chain Platform | LST, LUSDT Bridge, Presale, Mining and NFTs" />
<meta name="twitter:description" content="Official LUST Chain platform for LST, LUSDT Bridge, Genesis Presale, WLST/LUSDT liquidity, public mining, staking, NFTs, swap, P2P and documentation." />
<meta name="twitter:image" content="https://platform.lustchain.org/assets/lust-og.png" />
<meta name="theme-color" content="#F70375" />
<link rel="manifest" href="./assets/site.webmanifest" />
<link rel="icon" href="./assets/favicon.ico?v=20260628-explorer-v2" sizes="any" />
<link rel="icon" type="image/png" href="./assets/favicon.png?v=20260628-explorer-v2" />
<link rel="apple-touch-icon" href="./assets/apple-touch-icon.png?v=20260628-explorer-v2" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://platform.lustchain.org/#organization",
"name": "LUST Chain",
"url": "https://platform.lustchain.org",
"logo": "https://platform.lustchain.org/assets/lust-logo.png",
"sameAs": [
"https://x.com/lust_chain",
"https://t.me/+is17w3vOlvEyNGQ5",
"https://github.com/lustchain"
],
"contactPoint": {
"@type": "ContactPoint",
"email": "contact@lustchain.org",
"contactType": "community support"
}
},
{
"@type": "WebSite",
"@id": "https://platform.lustchain.org/#website",
"url": "https://platform.lustchain.org",
"name": "LUST Chain Platform",
"publisher": {
"@id": "https://platform.lustchain.org/#organization"
}
},
{
"@type": "WebPage",
"@id": "https://platform.lustchain.org/#webpage",
"url": "https://platform.lustchain.org/",
"name": "LUST Chain Platform | LST, LUSDT Bridge, Presale, Mining and NFTs",
"description": "Official LUST Chain platform for LST, LUSDT Bridge, Genesis Presale, WLST/LUSDT liquidity, public mining, staking, NFTs, swap, P2P and documentation.",
"isPartOf": {
"@id": "https://platform.lustchain.org/#website"
},
"publisher": {
"@id": "https://platform.lustchain.org/#organization"
}
}
]
}
</script>
<link rel="stylesheet" href="./styles.css?v=20260716-mobile-scroll-real-fix-r2" />
<!-- Google tag (gtag.js) - GA4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z8N7M5DTF4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z8N7M5DTF4');
</script>
</head>
<body>
<div class="promo-bar">LUST Chain · Genesis liquidity first · Public mining and staking open after liquidity launch.</div>
<header class="topbar">
<a class="brand" href="./index.html">
<div class="logo"><img src="./assets/lust-logo.png" alt="LUST logo"></div>
<div><strong>LUST</strong><span>Platform</span></div>
</a>
<button class="mobile-menu-toggle" type="button" aria-label="Open navigation" aria-expanded="false" aria-controls="mainNavigation"><span></span><span></span><span></span></button>
<nav class="nav" id="mainNavigation" aria-label="Main navigation">
<a class="active" href="./index.html">Home</a>
<a href="./launchpad.html">Launchpad</a>
<a href="./swap.html">Swap</a>
<a href="./factory.html">Factory</a>
<a href="./bridge.html">Bridge</a>
<a href="./presale.html">Presale</a>
<a href="./mining.html">Mining</a>
<a href="./staking.html">Staking</a>
<details class="nav-nft-menu nav-dropdown-menu">
<summary>NFTs</summary>
<div class="nav-nft-dropdown nav-dropdown-panel" role="menu" aria-label="NFT collections">
<a href="./nfts.html" role="menuitem"><strong>LUST Rabbit Club</strong><span>Premium NFT collection</span></a>
<a href="./pioneer.html" role="menuitem"><strong>Pioneer Rewards</strong><span>Free reward campaign</span></a>
</div>
</details>
<a href="./p2p.html">P2P</a>
<details class="nav-more-menu nav-dropdown-menu">
<summary>More</summary>
<div class="nav-more-dropdown nav-dropdown-panel" role="menu" aria-label="More pages">
<a href="./faucet.html" role="menuitem"><strong>Faucet</strong><span>Get starter gas</span></a>
<a href="./explorer.html" role="menuitem"><strong>Explorer</strong><span>Verify on-chain activity</span></a>
<a href="./whitepaper.html" role="menuitem"><strong>Whitepaper</strong><span>Protocol and economics</span></a>
<a href="./docs.html" role="menuitem"><strong>Docs</strong><span>Guides and resources</span></a>
</div>
</details>
</nav>
<div class="actions">
<button class="btn connect-btn" type="button" data-connect-wallet aria-label="Connect wallet">
<div class="connect-icon">◫</div>
<div class="connect-copy"><strong>Connect wallet</strong><span>Wallet not connected</span></div>
<div class="connect-caret">⌄</div>
</button>
</div>
</header>
<main class="home-page">
<section class="home-hero">
<div class="home-hero-copy">
<small class="home-kicker">LUST Chain official platform</small>
<div class="home-title-stack">
<h1><span>LUST</span> CHAIN</h1>
<p class="home-lead">Liquidity-first EVM L1 for native LST, LUSDT, WLST liquidity, public mining, staking, NFTs and community treasury transparency.</p>
</div>
<p>Access the Genesis Liquidity Event, bridge LUSDT, verify contracts, read the whitepaper and follow the staged launch toward public mining, staking and ecosystem growth.</p>
<div class="home-actions">
<a class="btn primary" href="./presale.html">Join Genesis Presale</a>
<a class="btn" href="./whitepaper.html">Read Whitepaper</a>
<a class="btn" href="./bridge.html">Bridge LUSDT</a>
</div>
<div class="home-feature-pills">
<span>Genesis Liquidity First</span>
<span>H3B Public Mining Protection</span>
<span>15M LST Genesis</span>
<span>WLST / LUSDT Ecosystem</span>
</div>
<div class="home-alert">Mining and staking are intentionally locked until liquidity is created. The launch sequence is designed to protect users and make the first WLST/LUSDT pool transparent.</div>
</div>
<aside class="home-status-card">
<div class="home-card-watermark" aria-hidden="true">
<img src="./assets/lust-logo.png" alt="">
</div>
<div class="home-card-top">
<div>
<small>Core Layer</small>
<h2>LUST launch at a glance</h2>
</div>
<div class="home-mini-badge">Live Platform</div>
</div>
<div class="home-status-grid">
<div><small>Network</small><strong>LUST Chain</strong><span>Chain ID 6923</span></div>
<div><small>Native Asset</small><strong>LST</strong><span>18 decimals</span></div>
<div><small>Block Time</small><strong>15s</strong><span>LQC target</span></div>
<div><small>Reward Start</small><strong>2 LST</strong><span>Halves at 6M blocks</span></div>
</div>
<div class="home-card-flow">
<div><span>01</span><strong>Faucet</strong><small>Get starter gas on LUST Chain.</small></div>
<div><span>02</span><strong>Bridge</strong><small>Bring LUSDT from Polygon or BSC.</small></div>
<div><span>03</span><strong>Presale</strong><small>Enter before WLST/LUSDT liquidity launches.</small></div>
</div>
<div class="home-card-actions">
<a class="btn" href="./docs.html">Open Docs Hub</a>
<a class="btn" href="https://explorer.lustchain.org" target="_blank" rel="noreferrer">View Explorer</a>
</div>
</aside>
</section>
<section class="home-start-grid" aria-label="Start here">
<article class="home-step-card">
<span>Step 01</span>
<h2>Claim gas</h2>
<p>Use the faucet to claim a small amount of native LST for your first LUST Chain transactions.</p>
<a class="btn" href="./faucet.html">Open Faucet</a>
</article>
<article class="home-step-card">
<span>Step 02</span>
<h2>Bridge LUSDT</h2>
<p>Bring USDT from Polygon or BNB Smart Chain and receive LUSDT on LUST Chain.</p>
<a class="btn" href="./bridge.html">Open Bridge</a>
</article>
<article class="home-step-card featured">
<span>Step 03</span>
<h2>Join presale</h2>
<p>Buy LST with LUSDT before the initial WLST/LUSDT liquidity pool is created.</p>
<a class="btn primary" href="./presale.html">Open Presale</a>
</article>
</section>
<section class="home-section-head">
<small>Explore the ecosystem</small>
<h2>Everything important, one click away.</h2>
<p>Use the official platform pages to verify contracts, access tools, read documents and follow the launch process.</p>
</section>
<section class="home-app-grid">
<a class="home-app-card hot" href="./presale.html"><small>Live focus</small><strong>Genesis Presale</strong><span>Transparent LUSDT sale for first liquidity.</span></a>
<a class="home-app-card" href="./bridge.html"><small>LUSDT</small><strong>Bridge</strong><span>Polygon / BSC to LUST Chain.</span></a>
<a class="home-app-card" href="./swap.html"><small>DeFi</small><strong>Swap</strong><span>WLST/LUSDT and ecosystem pools.</span></a>
<a class="home-app-card" href="./p2p.html"><small>Market</small><strong>P2P</strong><span>Peer-to-peer LST/LUSDT trading.</span></a>
<a class="home-app-card locked" href="./mining.html"><small>After liquidity</small><strong>Mining</strong><span>LQC/H3B public mining with active rewards.</span></a>
<a class="home-app-card locked" href="./staking.html"><small>After liquidity</small><strong>Staking</strong><span>5M LST fixed rewards reserve.</span></a>
<a class="home-app-card" href="./nfts.html"><small>Community</small><strong>Rabbit Club</strong><span>Premium NFT community collection.</span></a>
<a class="home-app-card" href="./pioneer.html"><small>Free campaign</small><strong>Pioneer Rewards</strong><span>Reward NFTs for early supporters.</span></a>
<a class="home-app-card" href="./launchpad.html"><small>Creators</small><strong>Automated Launchpad</strong><span>Bonding-curve launches with native Swap liquidity.</span></a>
<a class="home-app-card" href="./factory.html"><small>Builders</small><strong>Token Factory</strong><span>Create tokens on LUST Chain.</span></a>
<a class="home-app-card" href="./whitepaper.html"><small>Official document</small><strong>Whitepaper</strong><span>Tokenomics, contracts, LQC and launch rules.</span></a>
<a class="home-app-card" href="./docs.html"><small>Documentation</small><strong>Docs Hub</strong><span>Network details, guides and contracts.</span></a>
<a class="home-app-card" href="https://explorer.lustchain.org" target="_blank" rel="noreferrer"><small>Transparency</small><strong>Explorer</strong><span>Verify contracts and balances on-chain.</span></a>
</section>
<section class="home-split">
<article class="home-panel">
<small>Genesis tokenomics</small>
<h2>15M LST initial supply, publicly organized.</h2>
<div class="home-token-grid">
<div><span>Staking Vault</span><strong>5,000,000 LST</strong></div>
<div><span>Creator Vesting</span><strong>2,000,000 LST</strong></div>
<div><span>Community Treasury</span><strong>2,000,000 LST + rewards</strong></div>
<div><span>NFT Ecosystem</span><strong>1,500,000 LST</strong></div>
<div><span>Ecosystem Growth</span><strong>1,500,000 LST</strong></div>
<div><span>Liquidity Event</span><strong>700,000 LST</strong></div>
</div>
<a class="btn" href="./whitepaper.html#genesis">View full tokenomics</a>
</article>
<article class="home-panel">
<small>Why it matters</small>
<h2>Designed for transparent launch sequencing.</h2>
<ul class="home-check-list">
<li><strong>Presale before liquidity:</strong> net LUSDT is reserved for WLST/LUSDT liquidity.</li>
<li><strong>Creator vesting:</strong> 2M LST locked with 180-day cliff after launch.</li>
<li><strong>Public mining later:</strong> opens only after liquidity and H3B safety checks.</li>
<li><strong>Treasury visibility:</strong> community and reserve wallets are labeled on explorer.</li>
</ul>
<a class="btn" href="./docs.html">Open Docs</a>
</article>
</section>
<section class="home-contract-strip">
<a href="https://explorer.lustchain.org/address/0x6AD87104DDC8F7CEd9267F115EE107F44AA9f936" target="_blank" rel="noreferrer"><small>Presale</small><strong>0x6AD8...f936</strong></a>
<a href="https://explorer.lustchain.org/address/0x300D30d1585BE7865dC5005Eb3C08dd6Ec1C73f1" target="_blank" rel="noreferrer"><small>Staking</small><strong>0x300D...73f1</strong></a>
<a href="https://explorer.lustchain.org/address/0xDA389505bFCf1e11b894CF0A7Ef0116DbC436e8A" target="_blank" rel="noreferrer"><small>Creator Vesting</small><strong>0xDA38...6e8A</strong></a>
<a href="https://explorer.lustchain.org/address/0x30aF2866A6e1A193e17a95924C15aA19d13E759F" target="_blank" rel="noreferrer"><small>Community Treasury</small><strong>0x30aF...759F</strong></a>
<a href="https://explorer.lustchain.org/address/0x1E8636066d7e86De0A8Bd6Acb1e54BE129aC19AE" target="_blank" rel="noreferrer"><small>LUSDT</small><strong>0x1E86...C19AE</strong></a>
<a href="https://explorer.lustchain.org/address/0xF8E57f2ee77B13F6673155308C9c431Ce9F90D86" target="_blank" rel="noreferrer"><small>WLST</small><strong>0xF8E5...0D86</strong></a>
</section>
</main>
<footer class="footer lust-footer lust-footer--v8" aria-label="LUST Chain footer">
<div class="lust-footer__glow" aria-hidden="true"></div>
<div class="lust-footer__inner">
<div class="lust-footer__topline">
<section class="lust-footer__brand" aria-label="LUST Chain summary">
<a class="lust-footer__logo" href="./index.html" aria-label="LUST Chain home">
<img src="./assets/lust-logo.png" alt="LUST Chain logo" loading="lazy" />
</a>
<div class="lust-footer__brand-copy">
<strong>LUST CHAIN</strong>
<p>Independent EVM L1 for LST, LUSDT, WLST liquidity, NFTs, swap, P2P and public mining — organized around transparent contracts and staged liquidity launch.</p>
</div>
</section>
<nav class="lust-footer__socials" aria-label="Official social links">
<a class="lust-footer__social" href="https://x.com/lust_chain" target="_blank" rel="noreferrer" aria-label="LUST Chain on X">
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M18.9 2H22l-6.77 7.74L23.2 22h-6.25l-4.89-6.39L6.47 22H3.36l7.24-8.27L.8 2h6.41l4.42 5.84L18.9 2Zm-1.1 18h1.73L6.26 3.9H4.4L17.8 20Z" fill="currentColor"/></svg><span>X</span>
</a>
<a class="lust-footer__social" href="https://t.me/+is17w3vOlvEyNGQ5" target="_blank" rel="noreferrer" aria-label="LUST Chain on Telegram">
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M21.5 4.5 18.3 19c-.24 1.03-.88 1.28-1.77.8l-4.9-3.61-2.36 2.27c-.26.26-.48.48-.98.48l.35-4.98 9.06-8.19c.39-.35-.08-.55-.61-.2L5.92 12.6.98 11.06c-1.07-.34-1.09-1.07.22-1.58L20.5 2.03c.9-.33 1.68.2 1 2.47Z" fill="currentColor"/></svg><span>Telegram</span>
</a>
<a class="lust-footer__social" href="https://github.com/lustchain" target="_blank" rel="noreferrer" aria-label="LUST Chain on GitHub">
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M12 .5C5.65.5.5 5.66.5 12.02c0 5.1 3.3 9.42 7.87 10.95.58.11.79-.25.79-.56v-2.17c-3.2.7-3.87-1.54-3.87-1.54-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.75 1.18 1.75 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.75.4-1.25.72-1.54-2.55-.29-5.23-1.28-5.23-5.67 0-1.25.45-2.27 1.17-3.07-.12-.29-.51-1.47.11-3.06 0 0 .96-.31 3.14 1.17a10.92 10.92 0 0 1 5.72 0c2.18-1.48 3.13-1.17 3.13-1.17.63 1.59.24 2.77.12 3.06.73.8 1.17 1.82 1.17 3.07 0 4.4-2.69 5.38-5.25 5.66.41.36.77 1.05.77 2.13v3.16c0 .31.21.68.8.56A11.53 11.53 0 0 0 23.5 12C23.5 5.66 18.35.5 12 .5Z" fill="currentColor"/></svg><span>GitHub</span>
</a>
<a class="lust-footer__social" href="mailto:contact@lustchain.org" aria-label="Email LUST Chain">
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M2.25 5.5A2.25 2.25 0 0 1 4.5 3.25h15A2.25 2.25 0 0 1 21.75 5.5v13A2.25 2.25 0 0 1 19.5 20.75h-15A2.25 2.25 0 0 1 2.25 18.5v-13Zm1.9-.35 7.34 6.05a.8.8 0 0 0 1.02 0l7.34-6.05H4.15Zm16.1 1.55-6.63 5.47a2.3 2.3 0 0 1-2.92 0L4.07 6.7V18.5c0 .24.2.44.43.44h15c.24 0 .43-.2.43-.44V6.7Z" fill="currentColor"/></svg><span>Email</span>
</a>
</nav>
</div>
<div class="lust-footer__middle">
<nav class="lust-footer__links" aria-label="Footer navigation">
<div>
<h2>Platform</h2>
<a href="./index.html">Home</a>
<a href="./presale.html">Genesis Presale</a>
<a href="./bridge.html">LUSDT Bridge</a>
<a href="./swap.html">Swap</a>
<a href="./p2p.html">P2P Market</a>
</div>
<div>
<h2>Ecosystem</h2>
<a href="./mining.html">Mining</a>
<a href="./staking.html">Staking</a>
<a href="./nfts.html">NFTs</a>
<a href="./launchpad.html">Liquidity Launchpad</a>
<a href="./factory.html">Token Factory</a>
<a href="./faucet.html">Gas Faucet</a>
</div>
<div>
<h2>Resources</h2>
<a href="./whitepaper.html">Whitepaper</a>
<a href="./docs.html">Docs</a>
<a href="https://explorer.lustchain.org" target="_blank" rel="noreferrer">Explorer</a>
<a href="https://rpc.lustchain.org" target="_blank" rel="noreferrer">RPC</a>
<a href="https://rpc-backup.lustchain.org" target="_blank" rel="noreferrer">Backup RPC</a>
</div>
<div>
<h2>Legal</h2>
<a href="./privacy-policy.html">Privacy Policy</a>
<a href="./terms-and-conditions.html">Terms & Conditions</a>
<a href="./risk-disclosure.html">Risk Disclosure</a>
<a href="https://lustchain.org" target="_blank" rel="noreferrer">Main Site</a>
</div>
</nav>
<aside class="lust-footer__network" aria-label="Network quick facts">
<h2>Network</h2>
<div class="lust-footer__badges" aria-label="Network details">
<span>Chain ID 6923</span>
<span>Native LST</span>
<span>LQC</span>
<span>15s blocks</span>
</div>
<p>Use the official explorer and docs to verify contracts, reserves and launch status.</p>
<div class="lust-footer__quick-actions">
<a href="https://explorer.lustchain.org" target="_blank" rel="noreferrer">Explorer</a>
<a href="./docs.html">Docs</a>
</div>
</aside>
</div>
</div>
<div class="lust-footer__bottom">
<span>© 2026 LUST Chain. Built for public ownership and transparent on-chain activity.</span>
<span>X @lust_chain · Telegram · GitHub lustchain · contact@lustchain.org</span>
</div>
</footer>
<button class="back-to-top" id="backToTop" type="button" aria-label="Back to top">↑</button>
<script type="module" src="./app.js?v=20260622-faucet-api-restored-v2"></script>
<script src="./nft-menu.js?v=20260616-hover-v5"></script>
<script src="./nav-mobile.js?v=20260716-mobile-scroll-real-fix-r2"></script>
</body>
</html>