// Faucet

Ethereum
Holesky Faucet

Quicknode got tired of having to scrounge for Holesky 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.

Low balance for this chain and network.
Holesky testnets has been deprecated. We recommend using Hoodi testnet.
// 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

Ethereum Sepolia Faucet FAQ

Select Ethereum and the Sepolia network on this page, enter your wallet address or connect a wallet, then complete the verification to receive ETH on Ethereum Sepolia. 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 ETH once every 12 hours per network, and the exact base amount for Ethereum Sepolia 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.

Sepolia is the Ethereum test network recommended for application and smart contract development. It runs the same proof-of-stake consensus as Ethereum mainnet, but its ETH has no monetary value, so you can deploy and break things without spending real money. Sepolia has a much smaller state than mainnet, which makes it fast to sync and the default choice for most Ethereum developers.

Ethereum Sepolia uses chain ID 11155111, and you can view your transactions on Etherscan. 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 Ethereum 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 Ethereum address, having the wrong network selected, or the Ethereum Sepolia faucet wallet running low on funds. Smart contract wallets and multisig addresses can also fail where a standard address succeeds. Goerli was retired in 2024 and Holesky in September 2025, so if you are following an older tutorial that targets either one, move it to Sepolia. Hoodi is the current Ethereum testnet for validator and upgrade testing rather than for applications. If it keeps failing, reach out on X or Discord.

Sepolia is where most Ethereum development starts, so it suits ERC-20 and ERC-721 deployments, DeFi integrations, and any contract you plan to ship to mainnet. Because Sepolia mirrors mainnet consensus, gas behaviour and finality are realistic enough to test against. For a worked example, see How to Create and Deploy an ERC20 Token.