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

  <section>
    <h2>What is Vereon?</h2>
    <p>Vereon is a next-generation Layer 1 blockchain combining the security of Ethereum with the scalability of Solana.</p>

    <h2>How can I participate in the presale?</h2>
    <p>Send BTC to the official wallet and submit your details through the How to Buy page. You’ll receive VNX tokens after launch.</p>

    <h2>When will I get my VNX tokens?</h2>
    <p>Tokens will be distributed after the mainnet launch, planned for Q4 2025.</p>

    <h2>Is there a refund policy?</h2>
    <p>No refunds — all contributions are final. Please read the Terms before participating.</p>
  </section>

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