-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokenomics.html
More file actions
545 lines (496 loc) · 42.3 KB
/
Copy pathtokenomics.html
File metadata and controls
545 lines (496 loc) · 42.3 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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>document.documentElement.classList.add('js')</script>
<title>TrustTails Tokenomics — $TAIL on Solana, Fixed Supply, Revoked Authorities</title>
<meta name="description" content="$TAIL tokenomics: a fixed 1,000,000,000 supply on Solana with revoked mint and freeze authorities — verifiable on-chain — plus how the coin relates to the in-development TAIL Network.">
<link rel="canonical" href="https://trusttails.io/tokenomics">
<meta name="theme-color" content="#060B16">
<meta property="og:type" content="website">
<meta property="og:url" content="https://trusttails.io/tokenomics">
<meta property="og:title" content="TrustTails Tokenomics — $TAIL on Solana, Fixed Supply, Revoked Authorities">
<meta property="og:description" content="$TAIL tokenomics: a fixed 1,000,000,000 supply on Solana with revoked mint and freeze authorities — verifiable on-chain — plus how the coin relates to the in-development TAIL Network.">
<meta property="og:image" content="https://trusttails.io/assets/img/og-cover.png">
<meta property="og:site_name" content="TrustTails">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@trusttailscoin">
<meta name="twitter:title" content="TrustTails Tokenomics — $TAIL on Solana, Fixed Supply, Revoked Authorities">
<meta name="twitter:description" content="$TAIL tokenomics: a fixed 1,000,000,000 supply on Solana with revoked mint and freeze authorities — verifiable on-chain — plus how the coin relates to the in-development TAIL Network.">
<meta name="twitter:image" content="https://trusttails.io/assets/img/og-cover.png">
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/style.css?v=3">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://trusttails.io/"},{"@type":"ListItem","position":2,"name":"Tokenomics","item":"https://trusttails.io/tokenomics"}]}</script>
</head>
<body>
<!--NAV-->
<header class="nav"><div class="container">
<a class="brand" href="/" aria-label="TrustTails home"><img src="/assets/img/logo-nav.png" alt="TrustTails logo"><span><b>Trust</b><span>Tails</span></span></a>
<nav class="nav-links" aria-label="Primary">
<div class="nav-group">
<button class="nav-top" aria-expanded="false">Project <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="m6 9 6 6 6-6"/></svg></button>
<div class="mega">
<a class="mega-link" href="/about"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2 2 7l10 5 10-5-10-5Z"/><path d="m2 17 10 5 10-5M2 12l10 5 10-5"/></svg></span><span><b>About & Story</b><span class="ms">How TrustTails began</span></span></a>
<a class="mega-link" href="/tokenomics"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="M9 9h4a2 2 0 0 1 0 4H9m2-4v8"/></svg></span><span><b>Tokenomics</b><span class="ms">Fixed 1B, revoked authorities</span></span></a>
<a class="mega-link" href="/roadmap"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 18 3 21V6l6-3 6 3 6-3v15l-6 3-6-3Z"/><path d="M9 3v15M15 6v15"/></svg></span><span><b>Roadmap</b><span class="ms">The honest 3-phase journey</span></span></a>
<a class="mega-link" href="/vision"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2l2.4 7.4H22l-6 4.6 2.3 7.4L12 17l-6.3 4.4L8 14 2 9.4h7.6Z"/></svg></span><span><b>Vision</b><span class="ms">The long-term north star</span></span></a>
<a class="mega-link" href="/tail-network"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="5" r="2"/><circle cx="5" cy="19" r="2"/><circle cx="19" cy="19" r="2"/><path d="M12 7v4M12 11 6 17M12 11l6 6"/></svg></span><span><b>TAIL Network</b><span class="ms">The technology behind TAIL</span></span></a>
<a class="mega-link" href="/solana"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 7h12l2-2H7Zm0 5h12l2-2H7Zm0 5h12l2-2H7Z"/></svg></span><span><b>Why Solana</b><span class="ms">Speed and low fees</span></span></a>
<a class="mega-feature" href="/whitepaper"><span><b>Whitepaper</b><span class="ms">The full vision & tokenomics</span></span><span class="btn btn-gold btn-sm">Read</span></a>
</div>
</div>
<div class="nav-group">
<button class="nav-top" aria-expanded="false">Trust <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="m6 9 6 6 6-6"/></svg></button>
<div class="mega">
<a class="mega-link" href="/is-it-legit"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="m8 12 3 3 5-6"/></svg></span><span><b>Is it legit?</b><span class="ms">Verify on-chain in 60s</span></span></a>
<a class="mega-link" href="/security"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/><path d="m9 12 2 2 4-4"/></svg></span><span><b>Security</b><span class="ms">Stay safe from scams</span></span></a>
<a class="mega-link" href="/trust-and-transparency"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx="12" cy="12" r="3"/></svg></span><span><b>Transparency</b><span class="ms">How we communicate</span></span></a>
<a class="mega-link" href="/compare"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 3v18M5 7h14M7 7l-3 7a3 3 0 0 0 6 0ZM17 7l-3 7a3 3 0 0 0 6 0Z"/></svg></span><span><b>How we compare</b><span class="ms">vs a typical meme coin</span></span></a>
<a class="mega-link" href="/tools/solana-token-checker"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg></span><span><b>Token checker</b><span class="ms">Check any Solana token</span></span></a>
<a class="mega-feature" href="/is-it-legit"><span><b>Live on-chain proof</b><span class="ms">Supply & authorities, verified</span></span><span class="btn btn-gold btn-sm">Verify</span></a>
</div>
</div>
<div class="nav-group">
<button class="nav-top" aria-expanded="false">Tools <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="m6 9 6 6 6-6"/></svg></button>
<div class="mega">
<a class="mega-link" href="/tools/solana-token-checker"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg></span><span><b>Token Checker</b><span class="ms">Verify any SPL token</span></span></a>
<a class="mega-link" href="/tools/token-comparison"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 3v18M5 7h14M7 7l-3 7a3 3 0 0 0 6 0ZM17 7l-3 7a3 3 0 0 0 6 0Z"/></svg></span><span><b>Comparison</b><span class="ms">Compare tokens side by side</span></span></a>
<a class="mega-link" href="/tools/market-cap-calculator"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="4" y="2" width="16" height="20" rx="2"/><path d="M8 6h8M8 10h2M8 14h2M14 10h2v8h-2zM8 18h2"/></svg></span><span><b>Market Cap Calc</b><span class="ms">Hypothetical market cap</span></span></a>
<a class="mega-link" href="/tools/holdings-calculator"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 3v9l8 4"/><circle cx="12" cy="12" r="9"/></svg></span><span><b>Holdings Calc</b><span class="ms">Value your holdings</span></span></a>
<a class="mega-link" href="/tools/rug-pull-checklist"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M8 6h13M8 12h13M8 18h13M3 6h.01M3 12h.01M3 18h.01"/></svg></span><span><b>Rug-Pull Checklist</b><span class="ms">Score safety signals</span></span></a>
<a class="mega-link" href="/tools/wallet-setup-guide"><span class="mi"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"/><path d="M16 12h3M3 9h18"/></svg></span><span><b>Wallet Setup</b><span class="ms">Phantom & Solflare</span></span></a>
<a class="mega-feature" href="/tools/"><span><b>All free tools</b><span class="ms">No sign-up, no hype</span></span><span class="btn btn-gold btn-sm">Open</span></a>
</div>
</div>
<a class="nav-top-link nav-top" href="/blog/">Insights</a>
<a class="nav-top-link nav-top" href="/how-to-buy">How to buy</a>
<a class="nav-top-link nav-top" href="/faq">FAQ</a>
</nav>
<div class="nav-cta">
<a class="btn btn-gold btn-sm" href="https://t.me/TrustTailsCommunity" target="_blank" rel="noopener">Join community</a>
<button class="nav-toggle" aria-label="Open menu"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 6h18M3 12h18M3 18h18"/></svg></button>
</div>
</div></header>
<div class="mobile-menu">
<details class="mm-sec"><summary>Project</summary><div class="mm-links"><a href="/about">About & Story</a><a href="/tokenomics">Tokenomics</a><a href="/roadmap">Roadmap</a><a href="/vision">Vision</a><a href="/tail-network">TAIL Network</a><a href="/solana">Why Solana</a><a href="/whitepaper">Whitepaper</a></div></details>
<details class="mm-sec"><summary>Trust</summary><div class="mm-links"><a href="/is-it-legit">Is it legit?</a><a href="/security">Security</a><a href="/trust-and-transparency">Transparency</a><a href="/compare">How we compare</a></div></details>
<details class="mm-sec"><summary>Tools</summary><div class="mm-links"><a href="/tools/solana-token-checker">Token Checker</a><a href="/tools/token-comparison">Comparison</a><a href="/tools/market-cap-calculator">Market Cap Calculator</a><a href="/tools/holdings-calculator">Holdings Calculator</a><a href="/tools/rug-pull-checklist">Rug-Pull Checklist</a><a href="/tools/wallet-setup-guide">Wallet Setup</a><a href="/tools/">All tools</a></div></details>
<a class="mm-direct" href="/blog/">Insights</a>
<a class="mm-direct" href="/how-to-buy">How to buy</a>
<a class="mm-direct" href="/faq">FAQ</a>
<a class="btn btn-gold" href="https://t.me/TrustTailsCommunity" target="_blank" rel="noopener">Join community</a>
</div>
<!--/NAV-->
<!-- ============================================================
PAGE HEAD
============================================================ -->
<section class="section" style="padding-top:calc(var(--nav-h) + 56px);background:var(--grad-hero)">
<div class="container">
<div class="section-head reveal">
<span class="eyebrow">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg>
Tokenomics
</span>
<h1>$TAIL on Solana —<br><span class="text-grad">Fixed Supply, Zero Inflation</span></h1>
<p class="lead">The $TAIL coin is a community SPL token live on Solana today. Its supply is permanently capped at one billion, and the keys that could ever create new coins or freeze wallets have been publicly revoked — verifiable on-chain by anyone, right now.</p>
</div>
<!-- Contract address -->
<div class="reveal" style="margin-bottom:52px">
<div class="contract-pill" style="display:inline-flex;max-width:100%">
<span class="lbl">Contract</span>
<code>4NoNV3jSYLRbUtVWSTK5XdkpuvRzGpMCmfZSBKMuk6Rc</code>
<button class="copy-btn" data-copy="4NoNV3jSYLRbUtVWSTK5XdkpuvRzGpMCmfZSBKMuk6Rc">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg>
<span class="copy-label">Copy</span>
</button>
</div>
<p style="margin-top:14px;font-size:.88rem">
<a href="https://solscan.io/token/4NoNV3jSYLRbUtVWSTK5XdkpuvRzGpMCmfZSBKMuk6Rc" target="_blank" rel="noopener" class="text-cyan" style="display:inline-flex;align-items:center;gap:6px;font-weight:600">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>
Verify on Solscan
</a>
— every claim on this page is readable on the public blockchain.
</p>
</div>
</div>
</section>
<!-- ============================================================
STAT TILES — four verifiable on-chain facts
============================================================ -->
<section class="section" style="background:var(--bg-2);padding-top:64px;padding-bottom:64px">
<div class="container">
<div class="grid grid-4">
<article class="glass stat reveal">
<div class="num gold">1,000,000,000</div>
<div class="lbl">Total Supply — Fixed Forever</div>
</article>
<article class="glass stat reveal d1">
<div class="num" style="color:var(--green);font-size:clamp(1.4rem,2.2vw,2rem)">REVOKED</div>
<div class="lbl">Mint Authority</div>
</article>
<article class="glass stat reveal d2">
<div class="num" style="color:var(--green);font-size:clamp(1.4rem,2.2vw,2rem)">REVOKED</div>
<div class="lbl">Freeze Authority</div>
</article>
<article class="glass stat reveal d3">
<div class="num" style="color:var(--cyan);font-size:clamp(1.2rem,1.8vw,1.7rem)">SPL Token</div>
<div class="lbl">Standard — Solana Mainnet</div>
</article>
</div>
<p class="reveal" style="text-align:center;margin-top:28px;font-size:.88rem">Trading is pre-launch. These figures reflect the current on-chain state — not a price or return. This is not financial advice.</p>
</div>
</section>
<!-- ============================================================
WHAT EACH FACT MEANS
============================================================ -->
<section class="section">
<div class="container">
<div class="section-head reveal">
<span class="eyebrow">Plain-language breakdown</span>
<h2>What these numbers actually mean</h2>
<p class="lead">Three on-chain facts. Here is what each one means in practice — and why it matters to anyone evaluating the project.</p>
</div>
<div class="grid grid-3">
<article class="glass reveal">
<div class="icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
</div>
<h3>Fixed Supply — 1,000,000,000</h3>
<p>One billion $TAIL tokens exist. No more can ever be created. This is not a policy decision that could be reversed tomorrow — it is enforced by the Solana protocol itself, because the mint authority has been revoked. The number you see on Solscan today is the number that will exist forever.</p>
</article>
<article class="glass reveal d1">
<div class="icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg>
</div>
<h3>Mint Authority — Revoked</h3>
<p>On a standard SPL token, whoever holds the mint authority can create additional tokens at any time, silently inflating the supply and diluting every holder. Revoking mint authority burns that key permanently. No wallet — not ours, not anyone's — can mint a single additional $TAIL. Ever.</p>
</article>
<article class="glass reveal d2">
<div class="icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
</div>
<h3>Freeze Authority — Revoked</h3>
<p>Freeze authority is the ability to lock an individual wallet's token balance — preventing transfers. When it is held, a token issuer could theoretically immobilise any holder's funds. Revoking it means no one can freeze your $TAIL balance. Your wallet, your tokens.</p>
</article>
</div>
</div>
</section>
<!-- ============================================================
VERIFY ON-CHAIN — do / don't
============================================================ -->
<section class="section" style="background:var(--bg-2)">
<div class="container">
<div class="section-head reveal">
<span class="eyebrow">Verify it yourself</span>
<h2>Don't take our word for it</h2>
<p class="lead">Every claim on this page is checkable in under two minutes on the public blockchain. Here is what to look for — and what red flags would look like.</p>
</div>
<div class="proof-split">
<div class="do-dont is-do reveal">
<h3>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
What you should see on Solscan
</h3>
<ul>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="20 6 9 17 4 12"/></svg>
<span>Token address <strong style="color:var(--text)">4NoNV3jSYLRbUtVWSTK5XdkpuvRzGpMCmfZSBKMuk6Rc</strong> matches exactly</span>
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="20 6 9 17 4 12"/></svg>
<span>Total Supply shows <strong style="color:var(--text)">1,000,000,000</strong></span>
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="20 6 9 17 4 12"/></svg>
<span>Mint Authority field reads <strong style="color:var(--green)">null</strong> or is absent (revoked)</span>
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="20 6 9 17 4 12"/></svg>
<span>Freeze Authority field reads <strong style="color:var(--green)">null</strong> or is absent (revoked)</span>
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><polyline points="20 6 9 17 4 12"/></svg>
<span>Token program: standard Solana SPL Token program</span>
</li>
</ul>
</div>
<div class="do-dont is-dont reveal d1">
<h3>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="15" y1="9" x2="9" y2="15"/><line x1="9" y1="9" x2="15" y2="15"/></svg>
Warning signs to watch for
</h3>
<ul>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
<span>A different contract address presented as "the real $TAIL" — always cross-check with our official channels</span>
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
<span>Anyone DMing you about a presale, airdrop, or whitelist — we do not run unsolicited DM campaigns</span>
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
<span>Promises of guaranteed returns or a specific price target — those are not from us</span>
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
<span>An active mint authority on a coin claiming to be $TAIL — genuine $TAIL will always show mint authority as null</span>
</li>
</ul>
<p style="margin-top:18px;font-size:.88rem">Report anything suspicious in <a href="https://t.me/TrustTailsOfficial" target="_blank" rel="noopener" class="text-gold">t.me/TrustTailsOfficial</a>. See also: <a href="/security" class="text-gold">Security & Scam Awareness</a> and <a href="/is-it-legit" class="text-gold">Is it legit?</a></p>
</div>
</div>
</div>
</section>
<!-- ============================================================
DISTRIBUTION — honest "no fabricated chart" section
============================================================ -->
<section class="section">
<div class="container">
<div class="section-head reveal">
<span class="eyebrow">Distribution</span>
<h2>No fabricated allocation chart</h2>
<p class="lead">Many crypto projects publish elaborate allocation pie charts before a single coin has moved. We are not doing that.</p>
</div>
<div class="grid grid-2">
<article class="glass reveal">
<div class="icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>
</div>
<h3>What we can honestly say</h3>
<p>The total supply is 1,000,000,000 $TAIL. All tokens are in existence — the supply is fixed and mint authority is revoked, so no further tokens can be silently created. The current distribution of wallets is publicly visible on Solscan at any time and is the most accurate source available.</p>
</article>
<article class="glass reveal d1">
<div class="icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
</div>
<h3>What we won't invent</h3>
<p>We do not have a verified, audited breakdown of how every allocation is earmarked right now, so we will not publish one. A percentage breakdown that does not correspond to real, verifiable on-chain commitments is marketing copy, not tokenomics. We will update this section as concrete, verifiable data becomes available.</p>
</article>
</div>
<p class="reveal" style="margin-top:32px;padding:20px 24px;background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-sm);font-size:.93rem">
<strong style="color:var(--gold)">Transparency note:</strong> You can check the largest wallets on
<a href="https://solscan.io/token/4NoNV3jSYLRbUtVWSTK5XdkpuvRzGpMCmfZSBKMuk6Rc#holders" target="_blank" rel="noopener" class="text-cyan">Solscan's holder list</a>
at any time. That is the actual distribution — not a chart we drew. Visit <a href="/trust-and-transparency" class="text-gold">our Transparency page</a> for our commitment to ongoing disclosure.
</p>
</div>
</section>
<!-- ============================================================
TAIL NETWORK — what it is and what it isn't
============================================================ -->
<section class="section" style="background:var(--bg-2)">
<div class="container">
<div class="section-head reveal">
<span class="eyebrow">Looking further ahead</span>
<h2>TAIL Network — <span class="text-cyan">In Development</span></h2>
<p class="lead">The $TAIL coin on Solana is the community's entry point today. Separately, TAIL Network is an independent Layer-1 blockchain being built on the Cosmos SDK. These are two distinct things — here is an honest account of each.</p>
</div>
<div class="timeline">
<div class="tl-item reveal">
<div class="tl-rail">
<div class="tl-dot"></div>
<div class="tl-line"></div>
</div>
<div class="tl-body">
<span class="tl-status live">Live on Solana</span>
<h3>$TAIL Coin — Community SPL Token</h3>
<p>The $TAIL SPL token exists on Solana mainnet today. Its contract is public, its supply is fixed, its authorities are revoked. This is the only part of the TrustTails project that is live and independently verifiable right now. Trading is pre-launch.</p>
<ul>
<li>Contract: <code style="font-family:var(--font-mono);font-size:.8rem;color:var(--cyan-2)">4NoNV3jSYLRbUtVWSTK5XdkpuvRzGpMCmfZSBKMuk6Rc</code></li>
<li>Supply: 1,000,000,000 — fixed, no inflation possible</li>
<li>Mint authority revoked — verifiable on Solscan</li>
<li>Freeze authority revoked — verifiable on Solscan</li>
</ul>
</div>
</div>
<div class="tl-item future reveal d1">
<div class="tl-rail">
<div class="tl-dot"></div>
<div class="tl-line"></div>
</div>
<div class="tl-body">
<span class="tl-status">In Development</span>
<h3>TAIL Network — Independent Cosmos SDK Blockchain</h3>
<p>TAIL Network is a separate, sovereign Layer-1 blockchain being built on the <strong style="color:var(--text)">Cosmos SDK</strong> — an open-source framework for building independent, application-specific blockchains that can interoperate via IBC (Inter-Blockchain Communication). It is not an Ethereum layer, not an SPL token chain, and not built on Solana. It is its own chain.</p>
<ul>
<li>Framework: Cosmos SDK — the same toolkit behind chains like Cosmos Hub and Osmosis</li>
<li>Architecture: sovereign — the project controls its own validators, upgrades, and economics</li>
<li>Status: <strong style="color:var(--cyan)">in development</strong> — no mainnet, no live explorer, no validator set yet</li>
<li>No chain IDs, staking rates, validator counts, or launch dates have been set</li>
</ul>
</div>
</div>
<div class="tl-item future reveal d2">
<div class="tl-rail">
<div class="tl-dot"></div>
<div class="tl-line"></div>
</div>
<div class="tl-body">
<span class="tl-status">Roadmap Intention</span>
<h3>The Bridge — From Solana Coin to TAIL Network</h3>
<p>The plan is to bridge or migrate the $TAIL community from the Solana coin to TAIL Network as the chain is built and validated. This is an intention, not a promise or commitment. No bridge mechanism, migration date, or TAIL Network chain tokenomics have been finalised. We will communicate any concrete decisions through official channels when they are ready.</p>
<ul>
<li>Roadmap intention only — no commitment, no contractual obligation</li>
<li>Timing depends entirely on TAIL Network development progress</li>
<li>Community will be informed via <a href="https://t.me/TrustTailsOfficial" target="_blank" rel="noopener" class="text-gold">official Telegram</a> and <a href="https://x.com/trusttailscoin" target="_blank" rel="noopener" class="text-gold">X (@trusttailscoin)</a></li>
</ul>
</div>
</div>
</div>
<div class="reveal" style="margin-top:40px">
<a href="/tail-network" class="btn btn-cyan">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>
Learn more about TAIL Network
</a>
</div>
</div>
</section>
<!-- ============================================================
WHY COSMOS SDK — plain-English explainer
============================================================ -->
<section class="section">
<div class="container">
<div class="section-head reveal">
<span class="eyebrow">Technical context</span>
<h2>Why build an independent Layer-1?</h2>
<p class="lead">An independent L1 gives a project full sovereignty over its chain. Here is what that means in plain terms — and why a project might choose the Cosmos SDK to build one.</p>
</div>
<div class="grid grid-3">
<article class="glass cyan reveal">
<div class="icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="12 2 2 7 12 12 22 7 12 2"/><polyline points="2 17 12 22 22 17"/><polyline points="2 12 12 17 22 12"/></svg>
</div>
<h3>Sovereignty</h3>
<p>When a project lives as a token on someone else's chain — Solana, Ethereum, BSC — it is subject to that chain's rules, fees, and upgrade decisions. An independent L1 built on Cosmos SDK gives the project its own chain: its own governance, its own block parameters, its own upgrade path, with no dependence on another chain's decisions.</p>
</article>
<article class="glass cyan reveal d1">
<div class="icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/></svg>
</div>
<h3>Application-specific design</h3>
<p>The Cosmos SDK is a modular framework for building blockchains optimised for a specific application rather than general computation. This means a chain can be designed around its intended use — rather than sharing blockspace with every other application on a general-purpose network.</p>
</article>
<article class="glass cyan reveal d2">
<div class="icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M8 6h13M8 12h13M8 18h13M3 6h.01M3 12h.01M3 18h.01"/></svg>
</div>
<h3>Interoperability via IBC</h3>
<p>The Cosmos ecosystem uses IBC (Inter-Blockchain Communication) to allow different chains to send tokens and messages between each other without a centralised bridge. Building on Cosmos SDK makes a chain natively capable of participating in this interoperable network. TAIL Network is in development — IBC capability is an architectural choice, not a live feature today.</p>
</article>
</div>
<p class="reveal" style="margin-top:32px;font-size:.93rem;padding:18px 24px;border-left:3px solid var(--cyan);background:rgba(69,230,255,.04);border-radius:0 var(--radius-sm) var(--radius-sm) 0">
<strong style="color:var(--cyan)">In development means in development.</strong> We are describing the framework and architectural intention — not promising specific features, performance characteristics, dates, or validator economics for a chain that does not yet exist as a live mainnet.
</p>
</div>
</section>
<!-- ============================================================
FAQ
============================================================ -->
<section class="section" style="background:var(--bg-2)">
<div class="container">
<div class="section-head center reveal">
<span class="eyebrow">Common questions</span>
<h2>Tokenomics FAQ</h2>
<p class="lead">Straightforward answers to the questions we hear most often.</p>
</div>
<div class="faq">
<details class="faq-item reveal">
<summary>Can more $TAIL ever be created?<span class="plus"></span></summary>
<div class="faq-a">
<p>No. The mint authority for the $TAIL SPL token has been revoked. On Solana, this is an irreversible on-chain action — once revoked, no wallet can ever mint additional tokens. The supply is fixed at 1,000,000,000 forever. You can verify this yourself by checking the token on <a href="https://solscan.io/token/4NoNV3jSYLRbUtVWSTK5XdkpuvRzGpMCmfZSBKMuk6Rc" target="_blank" rel="noopener" class="text-cyan">Solscan</a> and confirming that "Mint Authority" reads as null.</p>
</div>
</details>
<details class="faq-item reveal d1">
<summary>Can the team freeze my wallet?<span class="plus"></span></summary>
<div class="faq-a">
<p>No. The freeze authority has been revoked. Freeze authority is the ability to lock a specific wallet's token balance — preventing transfers. Revoking it permanently removes that capability from everyone, including the TrustTails team. You can verify this on Solscan: the Freeze Authority field should read null.</p>
</div>
</details>
<details class="faq-item reveal d2">
<summary>What does "$TAIL on Solana" have to do with TAIL Network?<span class="plus"></span></summary>
<div class="faq-a">
<p>They are two separate things. $TAIL is a community SPL token that exists on Solana right now — it is the community's entry point at this stage. TAIL Network is an independent Layer-1 blockchain being built on the Cosmos SDK. It is in development and is not live. The intention is to bridge the community from the Solana coin to TAIL Network over time, but no bridge mechanism or timeline has been finalised. See <a href="/tail-network" class="text-gold">TAIL Network</a> for more.</p>
</div>
</details>
<details class="faq-item reveal d3">
<summary>Is there a team allocation or locked token supply?<span class="plus"></span></summary>
<div class="faq-a">
<p>We do not publish a fabricated allocation chart. What we can confirm: the total supply is 1,000,000,000 $TAIL, mint authority is revoked (so no new tokens can ever be created), and all current wallet balances are publicly visible on Solscan. We will disclose concrete allocation information — with on-chain evidence — when it is available. We will not invent percentages that are not yet verifiable.</p>
</div>
</details>
<details class="faq-item reveal">
<summary>What is the Cosmos SDK and why does it matter?<span class="plus"></span></summary>
<div class="faq-a">
<p>The Cosmos SDK is an open-source framework for building independent, sovereign blockchains. Unlike deploying a smart contract on an existing chain, building with the Cosmos SDK means creating your own chain — with its own validators, economics, and governance. Chains built this way can communicate with each other via IBC (Inter-Blockchain Communication), enabling cross-chain token transfers without a centralised bridge. TAIL Network is being built on this framework. It is in development; none of its chain-specific parameters, staking mechanics, or economics have been announced yet.</p>
</div>
</details>
<details class="faq-item reveal d1">
<summary>When does trading start? When will TAIL Network launch?<span class="plus"></span></summary>
<div class="faq-a">
<p>We do not have dates to share for either. Trading of $TAIL is pre-launch. TAIL Network is in development — we will not invent a mainnet launch date. Announcements will be made on our official channels: <a href="https://x.com/trusttailscoin" target="_blank" rel="noopener" class="text-gold">X (@trusttailscoin)</a>, <a href="https://t.me/TrustTailsCommunity" target="_blank" rel="noopener" class="text-gold">Telegram community</a>, and <a href="https://t.me/TrustTailsOfficial" target="_blank" rel="noopener" class="text-gold">Telegram official</a>. Be sceptical of anyone claiming to know dates that are not on those channels.</p>
</div>
</details>
</div>
</div>
</section>
<!-- ============================================================
RISK DISCLAIMER — prominent, honest
============================================================ -->
<section class="section">
<div class="container">
<div class="glass reveal" style="border-color:rgba(242,183,54,.2);background:rgba(242,183,54,.04)">
<div style="display:flex;align-items:flex-start;gap:20px;flex-wrap:wrap">
<div style="flex-shrink:0;width:46px;height:46px;border-radius:12px;background:rgba(242,183,54,.15);border:1px solid rgba(242,183,54,.35);display:grid;place-items:center">
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--gold)" stroke-width="2.5"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>
</div>
<div style="flex:1;min-width:260px">
<h3 style="color:var(--gold);margin-bottom:10px">Not financial advice — please read this</h3>
<p style="font-size:.95rem">Nothing on this page is financial advice, an investment recommendation, or a promise of returns. Cryptocurrency — including $TAIL — carries significant risk, up to and including total loss of value. The $TAIL coin is pre-launch for trading. TAIL Network is in development. Past performance of any asset has no bearing on future performance. Do your own research (DYOR), verify all facts on-chain, and consult a licensed financial adviser before making any investment decision. If you receive unsolicited DMs about $TAIL, presales, or investment opportunities — treat them as scams. Our only official channels are listed on this page.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ============================================================
CTA BAND
============================================================ -->
<section class="section" style="padding-top:0;padding-bottom:clamp(64px,9vw,128px)">
<div class="container">
<div class="cta-band reveal">
<h2>Verify everything.<br>Trust what the chain shows.</h2>
<p>The contract is public. The authorities are revoked. The supply is fixed. Check it yourself on Solscan, then join the community.</p>
<div class="cta-actions">
<a href="https://solscan.io/token/4NoNV3jSYLRbUtVWSTK5XdkpuvRzGpMCmfZSBKMuk6Rc" target="_blank" rel="noopener" class="btn btn-cyan">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>
Verify on Solscan
</a>
<a href="https://t.me/TrustTailsCommunity" target="_blank" rel="noopener" class="btn btn-gold">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg>
Join the community
</a>
<a href="/is-it-legit" class="btn btn-ghost">Is it legit?</a>
<a href="/tail-network" class="btn btn-ghost">TAIL Network</a>
</div>
</div>
</div>
</section>
<footer class="footer"><div class="container">
<div class="footer-grid">
<div class="footer-brand"><a class="brand" href="/"><img src="/assets/img/logo-nav.png" alt="TrustTails"><span><b>Trust</b><span style="color:var(--gold)">Tails</span></span></a>
<p>A community-first token on Solana. Trust, transparency, and a refusal to oversell. Verify everything on-chain.</p>
<div class="socials" style="margin-top:18px"><a href="https://x.com/trusttailscoin" target="_blank" rel="noopener" aria-label="X"><svg viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2H21.5l-7.5 8.57L23 22h-6.9l-5.4-7.06L4.5 22H1.24l8.02-9.17L1 2h7.07l4.88 6.46L18.244 2Z"/></svg></a><a href="https://t.me/TrustTailsCommunity" target="_blank" rel="noopener" aria-label="Telegram"><svg viewBox="0 0 24 24" fill="currentColor"><path d="M22 2 2 9.5l5.5 2L20 5 9.5 14.5l-.5 5 3.5-3.5 4.5 3.5L22 2Z"/></svg></a></div></div>
<div class="footer-col"><h4>Project</h4><a href="/about">About</a><a href="/tokenomics">Tokenomics</a><a href="/roadmap">Roadmap</a><a href="/vision">Vision</a><a href="/whitepaper">Whitepaper</a></div>
<div class="footer-col"><h4>Trust</h4><a href="/is-it-legit">Is it legit?</a><a href="/security">Security</a><a href="/trust-and-transparency">Transparency</a><a href="/compare">Compare</a><a href="/how-to-buy">How to buy</a></div>
<div class="footer-col"><h4>Tools</h4><a href="/tools/solana-token-checker">Token Checker</a><a href="/tools/token-comparison">Comparison</a><a href="/tools/market-cap-calculator">Market Cap Calc</a><a href="/tools/rug-pull-checklist">Rug-Pull Check</a><a href="/tools/">All tools</a></div>
<div class="footer-col"><h4>Learn</h4><a href="/blog/">Insights</a><a href="/solana">Why Solana?</a><a href="/faq">FAQ</a><a href="/community">Community</a><a href="/contact">Contact</a></div>
</div>
<div class="footer-bottom"><p>© <span data-year>2026</span> TrustTails (TAIL) · Trust · Transparency · Community</p><p>Contract: <code style="color:var(--cyan-2);font-size:.78rem">4NoNV3jSYLR…uk6Rc</code></p></div>
<p class="disclaimer">Disclaimer: This website describes intentions and a roadmap, not guarantees, partnerships, or investment advice. TrustTails is not affiliated with, endorsed by, or partnered with any bank, financial institution, or payments company unless and until such an agreement is publicly announced. Cryptocurrency carries significant risk, including total loss of value. Nothing here is a promise of future performance, adoption, or returns.</p>
</div></footer>
<script src="/assets/js/app.js?v=3" defer></script>
</body>
</html>