# Connect  Wallet to Base 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 Base Sepolia Testnet

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

### Adding Base 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**       | Base Sepolia                                         |
| **New RPC URL**        | <https://base-sepolia.blockpi.network/v1/rpc/public> |
| **Chain ID**           | 84532                                                |
| **Currency Symbol**    | SepoliaETH                                           |
| **Block explorer URL** | <https://sepolia.basescan.org/>                      |

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

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

<figure><img src="/files/a69VhIvDHgud6M7L3yKG" 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-beta/connect-wallet-to-base-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.
