Skip to content

Add Funds to Your Balance

Get test tokens to start building on Tempo testnet.

Direct Access

You can access the faucet directly here in the docs.

Use the Faucet

demo
1
Connect your browser wallet.
No browser wallets found.
2
Add testnet funds to an address.
Balances
No account detected

Testnet Faucet RPC

The public testnet also offers an RPC endpoint for requesting test tokens. The faucet endpoint is only available at the official Tempo testnet RPC endpoint.

Request test tokens using the tempo_fundAddress RPC method:

cast rpc tempo_fundAddress <YOUR_ADDRESS> \
  --rpc-url https://rpc.testnet.tempo.xyz

Replace <YOUR_ADDRESS> with your wallet address.

What You'll Receive

The faucet provides test stablecoins:

  • pathUSD - 0x20c0000000000000000000000000000000000000
  • AlphaUSD - 0x20c0000000000000000000000000000000000001
  • BetaUSD - 0x20c0000000000000000000000000000000000002
  • ThetaUSD - 0x20c0000000000000000000000000000000000003

Each request drips a sufficient amount for testing and development.

Verify Your Balance

After requesting tokens, verify your balance:

# Check AlphaUSD balance
cast erc20 balance 0x20c0000000000000000000000000000000000001 \
  <YOUR_ADDRESS> \
  --rpc-url https://rpc.testnet.tempo.xyz