Skip to Content
StagenetsGuidesFund Test Wallets

Fund Test Wallets

You can set or top up native and ERC20 balances for any address on your Stagenet.

Faucet

Open your Stagenet and click Faucet in the sidebar. Select a native or ERC20 token — or enter a custom ERC20 address — choose the recipient, and click Mint.

Tokens are sent via a transaction from the pre-funded Faucet Account, so the funds arrive once that transaction is mined.

CLI

With the CLI installed and a stagenet targeted:

# Generate a fresh wallet funded with 1,000,000 native tokens contract.dev generate-wallet # +1 native token contract.dev balance add 0xRecipient "1 ether" # Set an exact native balance contract.dev balance set 0xRecipient "5 ether" # +100 USDC (6 decimals) contract.dev erc20-balance add 0xRecipient \ 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 \ 100000000

Balance writes are instant state changes — no transaction, no gas. See the balance and erc20-balance references.

Last updated on