# Connect  Wallet to Sepolia Testnet

### Compatible Wallets

Any EVM-based wallet is suitable for using Nabla. Here are some of the wallets you can use:&#x20;

* [**MetaMask**](https://metamask.io/)
* [**Coinbase Wallet**](https://www.coinbase.com/wallet)
* [**Brave Wallet**](https://brave.com/wallet/)
* [**Frame**](https://frame.sh/)

### Connecting to Nabla on Ethereum Sepolia Testnet

Wallets usually connect to Ethereum by default. To access the testnet, select **Sepolia** in your wallet's available networks.

### Adding Ethereum Sepolia Testnet Manually

To add the network manually, click the drop-down in the top-left corner of your MetaMask wallet.

<figure><img src="/files/r1whsoo20VYVYKgTLIRq" alt=""><figcaption></figcaption></figure>

Select **Add Network** in the pop-up.

<figure><img src="/files/tjVXhG3CkJbwPdsxNv9o" alt=""><figcaption></figcaption></figure>

Select **Add a network manually** in the following screen.

<figure><img src="/files/no3MNsWxcPQTP96V8RXT" alt=""><figcaption></figcaption></figure>

Enter these credentials into the network configuration details :

| Key                    | Value                                                                                |
| ---------------------- | ------------------------------------------------------------------------------------ |
| **Network Name**       | Ethereum Sepolia                                                                     |
| **New RPC URL**        | <https://rpc.sepolia.org>                                                            |
| **Chain ID**           | 11155111                                                                             |
| **Currency Symbol**    | SepoliaETH                                                                           |
| **Block explorer URL** | <p><a href="https://sepolia.etherscan.io"><https://sepolia.etherscan.io></a><br></p> |

After entering the data as above, click **save**.

After saving the network configuration, you should get automatically connected to Ethereum Sepolia.

<figure><img src="/files/TWYjqKc2fCJ2PpnvuYUq" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nabla.fi/nabla-testnets/testnet-alpha/connect-wallet-to-sepolia-testnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
