Airdrop Faucet
Request free tokens to build and test on Arch Network
Mainnet
How it works
1
Enter your address
Paste your Arch Network public key (Base58 format)
2
Request airdrop
Click the button to receive free tokens
3
Start building
Use the tokens to deploy and interact with programs
Public API
You can also request airdrops programmatically:
curl -X POST /api/v1/mainnet/faucet/airdrop \
-H "Content-Type: application/json" \
-d '{"address": "<BASE58_PUBKEY>"}'Rate limited to prevent abuse.