-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (122 loc) · 3.85 KB
/
index.html
File metadata and controls
133 lines (122 loc) · 3.85 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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>YOCTO Tokenomics & TimeHash Protocol</title>
<style>
body {
margin: 0;
padding: 2rem;
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(to right, #001f3f, #0074D9);
color: white;
line-height: 1.6;
}
h1, h2, h3 {
color: #FFD700;
}
.container {
max-width: 900px;
margin: auto;
background: rgba(255, 255, 255, 0.05);
border-radius: 20px;
padding: 2rem;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
background-color: rgba(255,255,255,0.1);
}
th, td {
padding: 0.75rem;
text-align: left;
border-bottom: 1px solid rgba(255,255,255,0.2);
}
th {
background-color: rgba(255,255,255,0.15);
color: #FFD700;
}
code {
background: rgba(0,0,0,0.3);
padding: 2px 6px;
border-radius: 5px;
}
</style>
</head>
<body>
<div class="container">
<h1>📜 YOCTO Tokenomics & TimeHash Protocol</h1>
<p><strong>YOCTO</strong> adalah token tata kelola waktu dan kejujuran. Token ini didistribusikan berdasarkan waktu hadir (TimeDrop) dan dibangun di atas prinsip "Waktu adalah Kejujuran", bukan kapitalisme biasa.</p>
<h2>🧮 Total Supply</h2>
<p>Total YOCTO Supply dibatasi hingga <strong>8,909,280 YOCTO</strong> — dibagi dua secara adil:</p>
<ul>
<li><strong>50%</strong> = 4,454,640 YOCTO → Untuk distribusi publik (mining drop)</li>
<li><strong>50%</strong> = 4,454,640 YOCTO → Untuk wallet pribadi Yocto (non-kapitalis, hanya bisa dicairkan jika publik sudah menerima jumlah yang sama)</li>
</ul>
<h2>🕓 Fase Distribusi</h2>
<table>
<thead>
<tr>
<th>Fase</th>
<th>Periode</th>
<th>Drop</th>
<th>Penurunan</th>
<th>Total YOCTO</th>
</tr>
</thead>
<tbody>
<tr>
<td>Genesis G1–G5</td>
<td>±1 tahun</td>
<td>4875 drop</td>
<td>10%/musim</td>
<td>4,387,500</td>
</tr>
<tr>
<td>Weekly</td>
<td>1 tahun</td>
<td>52 drop</td>
<td>10%/16 minggu</td>
<td>37,600</td>
</tr>
<tr>
<td>Moon</td>
<td>2 tahun</td>
<td>24 drop</td>
<td>10%/4 bulan</td>
<td>18,740</td>
</tr>
<tr>
<td>Years</td>
<td>4 tahun</td>
<td>4 drop</td>
<td>10%/tahun</td>
<td>10,800</td>
</tr>
<tr>
<th colspan="4">TOTAL DISTRIBUSI PUBLIK</th>
<th>4,454,640</th>
</tr>
</tbody>
</table>
<h2>⚖️ Mekanisme Keadilan</h2>
<ul>
<li>Dompet Pribadi YOCTO hanya bisa transfer jika jumlah publik sudah menerima nilai yang sama</li>
<li>Jika drop tidak diklaim oleh publik, dompet pribadi juga tidak bisa mengakses token</li>
<li>Drop berbasis waktu lokal (WIB) dan disinkronkan lintas zona waktu global</li>
</ul>
<h2>🧬 Ciri Khas TimeHash Chain</h2>
<ul>
<li>Token tidak dicetak serentak, tetapi hadir perlahan berdasarkan waktu</li>
<li>Blockchain Yocto memiliki sistem format alamat baru, bukan Base58/Base64</li>
<li>TimeHash = identitas waktu sebagai hash → simbol kehadiran, bukan sekedar kunci</li>
</ul>
<h2>🔚 Penutup</h2>
<p>YOCTO adalah eksperimen sosial dan teknologi: kombinasi keadilan distribusi + keunikan waktu. Ini adalah token untuk masa depan yang lebih jujur.</p>
<p><em>Jika uang hari ini lahir dari sistem ketidakadilan, maka YOCTO akan lahir dari sistem waktu yang adil.</em></p>
</div>
</body>
</html>