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

  <section>
    <h2>Q2 2025</h2>
    <ul>
      <li>Public Presale launch</li>
      <li>Community building on X, Telegram, Discord</li>
    </ul>

    <h2>Q3 2025</h2>
    <ul>
      <li>Testnet deployment</li>
      <li>Smart contract audits</li>
      <li>First ecosystem partnerships</li>
    </ul>

    <h2>Q4 2025</h2>
    <ul>
      <li>Mainnet launch</li>
      <li>Token distribution to presale participants</li>
      <li>Staking and governance rollout</li>
    </ul>

    <h2>2026 and Beyond</h2>
    <ul>
      <li>Major CEX listing</li>
      <li>More DApps, cross-chain bridges</li>
      <li>Further ecosystem growth</li>
    </ul>
  </section>

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