ℹ️ Introduction to Alephium Faucets

Alephium Faucets allow users to receive testnet ALPH tokens for development and testing purposes.

  1. Testnet HTTP Faucet: Users can request testnet-v16 tokens via an API call. Simply send a POST request with the wallet address:

    curl -X POST -d 'Your_Wallet_Address' <https://faucet.testnet.alephium.org/send>
    
    

    The faucet has a cooldown period of a few minutes to prevent spam.

  2. ALPH Token Faucet in the Extension Wallet:

  3. Token Faucet dApp (Next.js):

These faucets help developers test transactions, smart contracts, and dApps on Alephium’s testnet without using real tokens.