File size: 10,697 Bytes
06bdf4b
 
 
 
 
 
 
 
 
 
 
 
 
5e18531
 
 
 
 
 
06bdf4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5e18531
06bdf4b
5e18531
06bdf4b
 
 
 
5e18531
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tokenomics - MegaETH</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <link rel="stylesheet" href="style.css">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
</head>
<body class="bg-gray-900 text-white min-h-screen">
    <custom-sidebar></custom-sidebar>
    <div class="lg:ml-64">
        <custom-navbar></custom-navbar>
        
        <main class="container mx-auto px-4 py-8">
<div class="text-center mb-12">
            <h1 class="text-4xl md:text-6xl font-bold mb-4">Tokenomics</h1>
            <p class="text-xl text-gray-300 max-w-2xl mx-auto">Understanding the economic model behind MegaETH</p>
        </div>
        
        <div class="bg-gray-800 rounded-xl p-8 mb-12">
            <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
                <div>
                    <h2 class="text-3xl font-bold mb-6">Token Distribution</h2>
                    <div class="space-y-6">
                        <div>
                            <div class="flex justify-between mb-2">
                                <span>Public Sale</span>
                                <span class="font-bold">28%</span>
                            </div>
                            <div class="w-full bg-gray-700 rounded-full h-2.5">
                                <div class="bg-gradient-to-r from-purple-500 to-pink-500 h-2.5 rounded-full" style="width: 28%"></div>
                            </div>
                        </div>
                        
                        <div>
                            <div class="flex justify-between mb-2">
                                <span>Protocol Treasury</span>
                                <span class="font-bold">25%</span>
                            </div>
                            <div class="w-full bg-gray-700 rounded-full h-2.5">
                                <div class="bg-gradient-to-r from-purple-500 to-pink-500 h-2.5 rounded-full" style="width: 25%"></div>
                            </div>
                        </div>
                        
                        <div>
                            <div class="flex justify-between mb-2">
                                <span>Ecosystem Incentives</span>
                                <span class="font-bold">22%</span>
                            </div>
                            <div class="w-full bg-gray-700 rounded-full h-2.5">
                                <div class="bg-gradient-to-r from-purple-500 to-pink-500 h-2.5 rounded-full" style="width: 22%"></div>
                            </div>
                        </div>
                        
                        <div>
                            <div class="flex justify-between mb-2">
                                <span>Team & Advisors</span>
                                <span class="font-bold">15%</span>
                            </div>
                            <div class="w-full bg-gray-700 rounded-full h-2.5">
                                <div class="bg-gradient-to-r from-purple-500 to-pink-500 h-2.5 rounded-full" style="width: 15%"></div>
                            </div>
                        </div>
                        
                        <div>
                            <div class="flex justify-between mb-2">
                                <span>Liquidity Provision</span>
                                <span class="font-bold">10%</span>
                            </div>
                            <div class="w-full bg-gray-700 rounded-full h-2.5">
                                <div class="bg-gradient-to-r from-purple-500 to-pink-500 h-2.5 rounded-full" style="width: 10%"></div>
                            </div>
                        </div>
                    </div>
                </div>
                
                <div>
                    <div class="bg-gradient-to-br from-purple-900 to-pink-900 rounded-xl p-8">
                        <h3 class="text-2xl font-bold mb-6">Key Facts</h3>
                        <div class="space-y-4">
                            <div class="flex justify-between pb-4 border-b border-gray-700">
                                <span class="text-gray-300">Total Supply</span>
                                <span class="font-bold">1,000,000,000 MEGA</span>
                            </div>
                            <div class="flex justify-between pb-4 border-b border-gray-700">
                                <span class="text-gray-300">Token Name</span>
                                <span class="font-bold">MegaETH</span>
                            </div>
                            <div class="flex justify-between pb-4 border-b border-gray-700">
                                <span class="text-gray-300">Symbol</span>
                                <span class="font-bold">MEGA</span>
                            </div>
                            <div class="flex justify-between pb-4 border-b border-gray-700">
                                <span class="text-gray-300">Chain</span>
                                <span class="font-bold">Ethereum Mainnet</span>
                            </div>
                            <div class="flex justify-between">
                                <span class="text-gray-300">Sale Start Date</span>
                                <span class="font-bold">November 25, 2023</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        <div class="bg-gray-800 rounded-xl p-8 mb-12">
            <h2 class="text-3xl font-bold mb-8 text-center">Token Utility</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
                <div class="bg-gray-700 rounded-lg p-6 text-center">
                    <div class="w-16 h-16 bg-gradient-to-br from-purple-600 to-pink-600 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i data-feather="governance" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Governance</h3>
                    <p class="text-gray-300">
                        Participate in protocol decisions, vote on parameters, and influence roadmap development.
                    </p>
                </div>
                
                <div class="bg-gray-700 rounded-lg p-6 text-center">
                    <div class="w-16 h-16 bg-gradient-to-br from-purple-600 to-pink-600 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i data-feather="percent" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Fee Discounts</h3>
                    <p class="text-gray-300">
                        Holders receive discounts on protocol fees and enhanced yield benefits.
                    </p>
                </div>
                
                <div class="bg-gray-700 rounded-lg p-6 text-center">
                    <div class="w-16 h-16 bg-gradient-to-br from-purple-600 to-pink-600 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i data-feather="trending-up" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Staking Rewards</h3>
                    <p class="text-gray-300">
                        Stake MEGA tokens to earn additional yield from protocol revenues.
                    </p>
                </div>
                
                <div class="bg-gray-700 rounded-lg p-6 text-center">
                    <div class="w-16 h-16 bg-gradient-to-br from-purple-600 to-pink-600 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i data-feather="gift" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Incentives</h3>
                    <p class="text-gray-300">
                        Access exclusive incentives programs and early participation opportunities.
                    </p>
                </div>
            </div>
        </div>
        
        <div class="bg-gradient-to-r from-purple-900 to-pink-900 rounded-xl p-8 text-center">
            <h2 class="text-3xl font-bold mb-4">Vesting Schedule</h2>
            <p class="text-xl max-w-3xl mx-auto mb-8">
                Team and advisor tokens follow a 24-month vesting schedule with a 6-month cliff.
            </p>
            <div class="max-w-2xl mx-auto bg-gray-800 rounded-lg p-6">
                <div class="flex justify-between mb-4">
                    <div class="text-left">
                        <div class="font-bold">Month 0-6</div>
                        <div class="text-gray-400">Cliff Period</div>
                    </div>
                    <div class="text-right">
                        <div class="font-bold">0% Released</div>
                        <div class="text-gray-400">Locked</div>
                    </div>
                </div>
                <div class="flex justify-between mb-4">
                    <div class="text-left">
                        <div class="font-bold">Month 6-12</div>
                        <div class="text-gray-400">Linear Vesting</div>
                    </div>
                    <div class="text-right">
                        <div class="font-bold">50% Released</div>
                        <div class="text-gray-400">By Month 12</div>
                    </div>
                </div>
                <div class="flex justify-between">
                    <div class="text-left">
                        <div class="font-bold">Month 12-24</div>
                        <div class="text-gray-400">Final Vesting</div>
                    </div>
                    <div class="text-right">
                        <div class="font-bold">100% Released</div>
                        <div class="text-gray-400">By Month 24</div>
                    </div>
                </div>
            </div>
        </div>
    </main>
    <custom-footer></custom-footer>
    </div>
    
    <script src="components/sidebar.js"></script>
    <script src="components/navbar.js"></script>
    <script src="components/footer.js"></script>
    <script>feather.replace();</script>
</body>
</html>