Use the Network
Get Test ASE
Free testnet currency · Estimated read time: 3 minutes
TL;DR
The testnet faucet drips test ASE to any address — free, no signup, no captcha. Three ways to claim: from the explorer UI, from any Asentum wallet's dashboard, or via the asentum_faucet RPC method. Testnet ASE has no monetary value — it's for testing, building, and running a testnet validator.
From the explorer
- Open testnet.asentum.com.
- Click Faucet in the topbar.
- Paste your address and click Request.
- ASE shows up in a block or two.
From a wallet
Both the Chrome extension and the desktop app have a one-click Request test ASE button on the dashboard when your balance is zero. Same faucet on the other end.
From the RPC
curl -X POST https://testnet.asentum.com \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"asentum_faucet","params":["0x..."]}'Or via the SDK: await wallet.requestFaucet().
Rate limits
- 1,000 test ASE per request.
- One request per address per 24 hours.
- Reasonable daily cap per source IP.
Need more for a stress test? Email hello@asentum.com with your use case — we can bump you manually.
Testnet only
Test ASE is not transferable to mainnet. When mainnet launches, the genesis distribution is set independently — testnet balances do not carry over. Mainnet ASE has to be acquired through the actual token distribution.
Read next