ZONA PROTOCOL
  • Welcome to Zona
  • What is ZONA?
  • Core Concepts
  • Network Architecture
  • Getting Started
    • ◼️Setting Up Wallets
    • ◼️Connecting to Testnet
    • ◼️Faucet Access
    • ◼️ZONA RPC & Chain Info
  • Smart Contract Development
    • ◻️EVM Compatibility Overview
    • ◻️Writing Contracts (Solidity)
    • ◻️Deploying to ZONA with Hardhat
    • ◻️Using Remix on ZONA
    • Advanced Topics
  • ◼️Gas Optimization on ZONA
  • ◼️Custom Modules with ZONA SDK
  • ◼️Security & Auditing Guidelines
Powered by GitBook
On this page
  1. Getting Started

Faucet Access

To start building and testing on the ZONA Testnet, you’ll need some testnet ZONA tokens. These tokens are used to pay for gas fees when deploying contracts, interacting with dApps, or sending transactions on the network.

⚠️ Testnet tokens have no real-world value and are intended solely for development purposes.


🧭 How to Access the Faucet

Once the ZONA Testnet is live, you can access the faucet through the official faucet page:

  • 🌐 Faucet URL: https://faucet.zonaprotocol.org (Coming Soon)


🪙 Steps to Request Tokens

  1. Connect your MetaMask wallet to ZONA Testnet

  2. Copy your wallet address

  3. Visit the faucet URL

  4. Paste your address into the form

  5. Click Request Tokens

You should receive test ZONA tokens in your wallet within a few seconds.

💡 Some faucet implementations may limit requests to 1 per 24 hours per address or IP.


🧑‍💻 CLI Faucet (Coming Soon)

For power users or CI/CD testing, ZONA will support CLI-based faucet requests using curl or Web3 scripts:

curl -X POST https://faucet.zonaprotocol.org/request \
  -H "Content-Type: application/json" \
  -d '{"address": "YOUR_WALLET_ADDRESS"}'

❓ Troubleshooting

  • No tokens received? Wait a few minutes and refresh your wallet

  • Faucet failed? Ensure you're on the correct ZONA Testnet network and using a valid address

PreviousConnecting to TestnetNextZONA RPC & Chain Info

Last updated 15 days ago

Still not working? Ask for help in the

◼️
ZONA Telegram