> ## Documentation Index
> Fetch the complete documentation index at: https://l2docs.whitechain.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect to Whitechain Sepolia

> This page shows how to add the Whitechain Sepolia testnet to an EVM wallet such as MetaMask. It is for developers who want to deploy or test contracts before Mainnet. Connect once, then use the same network for the Remix, Hardhat, and Foundry quickstarts.

This page shows how to add the Whitechain Sepolia testnet to an EVM wallet such as MetaMask. It is for developers who want to deploy or test contracts before Mainnet. Connect once, then use the same network for the Remix, Hardhat, and Foundry quickstarts.

## Before you connect

* An EVM wallet, for example, [MetaMask](https://metamask.io).

## Option 1: add the network with Chainlist

1. Open [Chainlist](https://chainlist.org/?search=Whitechain+Sepolia\&testnets=true).
2. Click **Connect Wallet**.
3. Click **Add to MetaMask** to add the network automatically.

## Option 2: add the network from the explorer

1. Open the [Whitechain Sepolia Explorer](https://explorer.testnet.whitechain.io/).
2. Click **Connect Wallet** in the top-right corner.
3. Approve the prompt in your wallet to add the network.

## Option 3: add the network manually

1. Open your wallet settings and select **Add network**, then **Add a network manually**.
2. Enter the values from the network parameters table below.
3. Save the network and switch to it.

## Network parameters

| Parameter       | Value                                     |
| --------------- | ----------------------------------------- |
| Network name    | Whitechain Sepolia                        |
| RPC URL         | `https://rpc.testnet.whitechain.io/`      |
| Chain ID        | `1874`                                    |
| Currency symbol | `WBT`                                     |
| Block explorer  | `https://explorer.testnet.whitechain.io/` |

## Verify the connection

Open the network selector in your wallet. It shows Whitechain Sepolia, and your account balance appears in `WBT`.

## Related

* [Deploy a contract](/learn/get-started/deploy-a-contract)
* [Faucet](/learn/get-started/get-testnet-wbt)
