Spaces:
Running
Running
| <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> | |