-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoken.html
More file actions
54 lines (54 loc) · 2.31 KB
/
Copy pathtoken.html
File metadata and controls
54 lines (54 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="$SWND tokenomics and federation structure overview." />
<title>$SWND Token | SWANDER</title>
<style>
body { margin: 0; font-family: "Outfit", "Inter", sans-serif; background-color: #0c0c0f; color: #f0f0f0; overflow-x: hidden; }
nav { background: #111; display: flex; justify-content: center; gap: 40px; padding: 20px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.3); position: sticky; top: 0; z-index: 1000; }
nav a { color: #bfa8ff; text-decoration: none; font-weight: 600; font-size: 1.05rem; transition: color 0.3s ease; }
nav a:hover { color: #fff; }
main { max-width: 960px; margin: 60px auto; padding: 0 20px; text-align: center; }
h1 { font-size: 2.4rem; color: #bfa8ff; margin-bottom: 20px; }
h2 { color: #bfa8ff; margin-top: 40px; }
p { font-size: 1.1rem; line-height: 1.6; color: #ccc; }
ul { list-style: none; padding: 0; color: #ddd; }
li { margin: 8px 0; }
footer { background: #111; color: #eee; text-align: center; padding: 30px 10px; font-size: 0.9rem; margin-top: 60px; }
footer a { color: #bfa8ff; text-decoration: none; font-weight: 500; }
</style>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="federation.html">Federation</a>
<a href="token.html">Token</a>
<a href="join.html">Join</a>
<a href="/assets/SWANDER_Lightpaper_v1.0.pdf" target="_blank">📄 Lightpaper</a>
</nav>
<main>
<h1>$SWND Tokenomics</h1>
<p>
$SWND is the native token of the SWANDER Federation — built for motion, humor, and decentralized creativity.
</p>
<h2>Token Distribution</h2>
<ul>
<li>🌊 50% — Community & Rewards</li>
<li>🪶 25% — Liquidity & Treasury</li>
<li>🧠 15% — Development & Federation Growth</li>
<li>🔥 10% — Initial Burn & Fair Launch</li>
</ul>
<h2>Utility</h2>
<p>
$SWND fuels community voting, creative grants, and the evolution of the SWANDER ecosystem.
Future staking and cross-chain integrations are under active exploration.
</p>
</main>
<footer>
<p>© 2025 SWANDER / Swan Labs Division — The Flight Continues</p>
</footer>
</body>
</html>