How to add the Sepolia testnet to MetaMask and Get Sepolia ETH from a Faucet

raZor
3 min readAug 15, 2023

--

The Sepolia testnet is a proof-of-stake (PoS) testnet where Ethereum application developers can test their smart contracts without having to spend real ETH tokens. Because there is no fixed cap on the total number of SepoliaETH tokens that can be minted, Sepolia is the preferred network of developers compared to Goerli.

This article will explain how to get test Sepolia ETH tokens in 3 simple steps.

1. Visit sepoliafaucet.com

This Sepolia Faucet is managed by Alchemy, and provides web3 developers with a fast and reliable way to collect free sepoliaETH tokens. Unlike many faucets that require social verification through tweets, Alchemy is available to the public without social validation.

2. Create an Alchemy Account

Although Sepolia ETH is free, and has no liquid markets to give it a price, malicious actors sometimes spam faucets to drain the test Sepolia ETH tokens. To dissuade spammers, users of the free Sepolia ETH faucet are required to login with their Alchemy account.

If you don’t have an account, it is free to sign up, and there is no credit card required! Simple fill out some basic information like your name and email, and you can start claiming up to 0.5 sepETH per day!

3. Request SepoliaETH

The final step is to enter your Ethereum wallet address or Ethereum Name Service (ENS) domain, and click the “Send Me ETH” button to receive your free test ETH!

Within a few seconds, your Sepolia ETH tokens should arrive in your wallet!

If you don’t see sepoliaETH in your wallet, make sure your wallet is connected to a Sepolia RPC endpoint.

4. How to Add Sepolia to MetaMask Manually

To start deploying smart contracts and interacting with test applications on the Sepolia test network, you need to connect your wallet to the Sepolia network.

To add the Sepolia testnet to MetaMask, click the network button at the top of your wallet and click “Add Network”.

At the bottom of the page, click “Add a network manually”.

Next, go to your Alchemy dashboard, click “View Key” and then copy the “HTTPS URL”.

Go back to MetaMask and paste your Sepolia RPC URL into the network configuration details along with the following information:

Now your MetaMask wallet is connected to Sepolia.

The last step is to get free SepoliaETH from a Faucet.

That’s it!

You can now use your SepoliaETH to deploy and test smart contracts on the Sepolia Testnet!

--

--