---
title: "How to Add Sepolia to MetaMask"
description: "Connect Your MetaMask Wallet to the Sepolia Blockchain to Start Testing Your Smart Contracts and Apps"
---

# How to Add Sepolia to MetaMask

To test a decentralized application before deploying it to the [Ethereum mainnet](https://www.alchemy.com/rpc/ethereum), web3 developers will deploy their smart contracts on a public testnet. [Sepolia](https://www.alchemy.com/overviews/sepolia-testnet) is a Proof-of-Stake testnet, and a popular test blockchain developers use to validate the functionality of their [apps](https://www.alchemy.com/dapps/top/defi-dapps) before migrating them to Ethereum’s layer one blockchain.

This article will explain how to create a [free Sepolia RPC endpoint](https://www.alchemy.com/chain-connect/chain/sepolia) on Alchemy so you can start deploying your smart contracts on the Sepolia testnet.

Once you're done adding Sepolia to MetaMask, you can [get free SepoliaETH](https://www.alchemy.com/overviews/sepolia-eth) from Alchemy's [Sepolia Faucet](https://sepoliafaucet.com/).

## 1. Sign up for Alchemy

If you do not have an Alchemy account, create a free account. If you have an account, please sign in.

<ImageBlock
  src="https://media.alchemy.com/1704299468-create-a-free-alchemy-account.png"
  alt="Alchemy signup page for creating a free account"
  width={960}
  height={1522}
  caption="Create a free Alchemy account."
  priority
/>

Alchemy’s free tier provides Sepolia testnet support, and gives developers access to the largest free plan in web3. Get access to full archive data, no daily request limits, access enhanced APIs, and 300,000,000 compute units per month on Supernode, the most reliable, scalable, and accurate RPC node solution in web3.

## 2. Create a Sepolia application

From your dashboard, click the “create app” button. Next, complete the information about your dapp including:

1. **Dapp Name** - name your app
1. **Description** - describe your app
1. **Chain** - Choose “Ethereum”
1. **Network** - Choose “Sepolia”

<ImageBlock
  src="https://media.alchemy.com/1704299520-create-a-sepolia-application.jpeg"
  alt="Alchemy dashboard: creating a new Sepolia app"
  width={1592}
  height={1160}
  caption="Create a Sepolia Application"
/>

## 3. Add Sepolia to MetaMask automatically

Alchemy provide's a 1-click tool for adding your new Sepolia RPC endpoint to MetaMask.

First, open your new dapp, and then click the "Add to Wallet" button.

<ImageBlock
  src="https://media.alchemy.com/1704299601-add-sepolia-to-metamask.jpeg"
  alt='1-click "Add to Wallet" button in the Alchemy dashboard.'
  width={2502}
  height={868}
  caption='1-click "Add to Wallet" button in the Alchemy dashboard.'
/>

Allow Alchemy to add the Sepolia network to your wallet.

<ImageBlock
  src="https://media.alchemy.com/1704299648-allow-alchemy-to-add-a-sepolia-rpc-url.jpeg"
  alt="Pop up box to allow Alchemy to add a Sepolia RPC URL to your wallet."
  width={1452}
  height={1490}
  caption="Pop up box to allow Alchemy to add a Sepolia RPC URL to your wallet."
/>

That's it!

### 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”.

<ImageBlock
  src="https://media.alchemy.com/1704299703-add-a-network-to-metamask.png"
  alt="MetaMask network menu: clicking the Add Network button"
  width={722}
  height={712}
  caption="Add a network to Metamask."
/>

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

<ImageBlock
  src="https://media.alchemy.com/1704299749-manually-add-a-new-network-to-metamask.jpeg"
  alt="Manually add a new network to MetaMask"
  width={2160}
  height={1568}
  caption="Manually add a new network to MetaMask"
/>

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

<ImageBlock
  src="https://media.alchemy.com/1704299805-copy-sepolia-rpc-https-url.jpeg"
  alt="Alchemy dashboard: copying the Sepolia RPC HTTPS URL"
  width={1418}
  height={1422}
  caption="Copy your Sepolia RPC HTTPS URL."
/>

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

- **Network Name** - Sepolia Testnet
- **New RPC URL** - https://eth-sepolia.g.alchemy.com/v2/\[YOUR-API-KEY\]
- **Chain ID** - 11155111
- **Currency Symbol** - SepoliaETH
- **Block explorer URL** - https://sepolia.etherscan.io/

Now your MetaMask wallet is connected to Sepolia.

The last step is to get free SepoliaETH [from a faucet](https://www.alchemy.com/faucets/ethereum-sepolia).

## Frequently asked questions

### What is Sepolia Testnet and why would I use it with MetaMask?

Sepolia is a Proof-of-Stake testnet that web3 developers use to test decentralized applications before deploying them to Ethereum mainnet, allowing safe validation without risking real ETH.

### How do I manually add Sepolia network to MetaMask?

Click the network button at the top of MetaMask, select "Add Network," then "Add a network manually" and enter the Sepolia network configuration details.

### Where do I get my Alchemy RPC URL for Sepolia?

In your Alchemy dashboard, go to your Sepolia app, click "View Key" and copy the HTTPS URL to use as your RPC endpoint.

### How can I get free test ETH for Sepolia after adding the network?

[Visit Alchemy's Sepolia Faucet](https://www.alchemy.com/faucets/ethereum-sepolia) to get free SepoliaETH for testing your applications.

### Does Alchemy's free tier support Sepolia Testnet?

Yes, Alchemy's free tier includes Sepolia testnet support with no daily request limits and 30M compute units per month.
