Current File : //home/quantums/wipo-office.com/verion/tokenomics.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Vereon Tokenomics</title>
  <link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
  <header>
    <h1>VNX Tokenomics</h1>
  </header>

  <section>
    <h2>Token Details</h2>
    <ul>
      <li><strong>Name:</strong> Vereon Token</li>
      <li><strong>Symbol:</strong> VNX</li>
      <li><strong>Total Supply:</strong> 1,000,000,000 VNX</li>
    </ul>

    <h2>Allocation</h2>
    <ul>
      <li>Presale: 30%</li>
      <li>Liquidity & Exchanges: 20%</li>
      <li>Team & Advisors: 15% (vesting over 2 years)</li>
      <li>Treasury & Ecosystem: 30%</li>
      <li>Reserves: 5%</li>
    </ul>

    <p>Funds will be used for development, marketing, partnerships, and long-term growth of the Vereon network.</p>
  </section>

  <footer>
    <a href="index.html">Home</a>
  </footer>
</body>
</html>