// Faucet

Monad
Testnet Faucet

Quicknode got tired of having to scrounge for testnet tokens, so we created this Multi-Chain Faucet for all of the networks we support.

1Connect your wallet
2Choose your amount
3Receive your tokens

Drop in your wallet details

Connect your wallet! We support Coinbase Wallet, MetaMask, Uniswap Wallet, and Phantom wallet.

// KEEP EXPLORING

Tutorials, docs and more

We do way more than provide a faucet! Explore our documentation and guides that help you build faster for almost any chain on your Web3 project.

// FAQ

Monad Testnet Faucet FAQ

Select Monad and the Testnet network on this page, enter your wallet address or connect a wallet, then complete the verification to receive MON on Monad Testnet. The base drip is free and requires no Quicknode account, no post on X and no minimum mainnet balance, so a brand new wallet can claim. Optional bonuses increase the amount but are never required.

You can claim MON once every 12 hours per network, and the exact base amount for Monad Testnet is shown on the next step, once you have entered a wallet address. Sharing a post on X that contains your wallet address and this faucet URL doubles the drip, and Quicknode customers on a paid plan double it again, up to four times the base amount plus priority in the queue for faster delivery. The 12 hour cooldown is per wallet address per network, so you can still claim on a different network in the meantime.

Monad Testnet is the test network for Monad, a layer 1 that keeps full EVM bytecode compatibility while executing transactions in parallel. It uses test MON as its gas token. Monad targets far higher throughput than sequential EVM chains without asking developers to change their contracts, and the testnet remains active alongside mainnet.

Monad Testnet uses chain ID 10143, and you can view your transactions on MonadScan. To add the network to MetaMask or another wallet, enter that chain ID together with an RPC URL and the explorer URL, or connect your wallet on this page and approve the network switch when prompted. For a dedicated endpoint without shared rate limits, create a free Monad RPC endpoint on Quicknode.

The most common cause is the 12 hour cooldown, which applies per wallet address per network, so a repeat request inside that window is rejected. Other frequent causes are a failed bot check, an address that is not a valid Monad address, having the wrong network selected, or the Monad Testnet faucet wallet running low on funds. Smart contract wallets and multisig addresses can also fail where a standard address succeeds. Monad Testnet was reset from genesis in December 2025, so contracts and balances from before the reset no longer exist and need redeploying. If it keeps failing, reach out on X or Discord.

Monad Testnet is the place to test whether your application benefits from parallel execution, and to find contract patterns that serialise unnecessarily. Existing Solidity contracts deploy unchanged, so most of the work is measuring throughput. For a worked example, see How to Create NFT Blinks on Monad.