> For the complete documentation index, see [llms.txt](https://docs.pivotalchain.io/pivotal-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pivotalchain.io/pivotal-docs/build-on-pivotalchain/using-pivotal-with-your-wallet.md).

# Using Pivotal with your wallet

Pivotal can be added as a custom network to any EVM-compatible wallet (i.e. MetaMask)

## MetaMask[​](https://docs.base.org/docs/using-base#metamask) <a href="#metamask" id="metamask"></a>

To add Pivotal as a custom network to MetaMask:

1. Open the MetaMask browser extension.
2. Open the network selection dropdown menu by clicking the dropdown button at the top of the extension.
3. Click the **Add network** button.
4. Click **Add a network manually**.
5. In the **Add a network manually** dialog that appears, enter the following information for Pivotal mainnet:

   | Name            | Value                                                  |
   | --------------- | ------------------------------------------------------ |
   | Network Name    | Pivotal Mainnet                                        |
   | Description     | The public mainnet for Pivotal                         |
   | RPC Endpoint    | <https://mainnet.pivotalprotocol.com/>                 |
   | Chain ID        | 1648                                                   |
   | Currency Symbol | ETH                                                    |
   | Block Explorer  | [http://www.pivotalscan.xyz/](http://pivotalscan.xyz/) |
6. Tap the Save button to save Pivotal as a network.

You should now be able to connect to Pivotal by selecting it from the network selection dropdown menu.

***

## Testnet[​](https://docs.base.org/docs/using-base#testnet) <a href="#testnet" id="testnet"></a>

**MetaMask**[**​**](https://docs.base.org/docs/using-base#metamask-1)

To add Pivotal Sepolia as a custom network to MetaMask:

1. Open the MetaMask browser extension.
2. Open the network selection dropdown menu by clicking the dropdown button at the top of the extension.
3. Click the **Add network** button.
4. Click **Add a network manually**.
5. In the **Add a network manually** dialog that appears, enter the following information for the Pivotal Sepolia testnet:

   | Name            | Sepolia                                |
   | --------------- | -------------------------------------- |
   | Network Name    | Pivotal Sepolia                        |
   | RPC Endpoint    | <https://sepolia.pivotalprotocol.com/> |
   | Chain ID        | 16481                                  |
   | Currency Symbol | ETH                                    |
   | Block Explorer  | <http://sepolia.pivotalscan.xyz/>      |
6. Tap the Save button to save Pivotal Sepolia as a network.

You should now be able to connect to the Pivotal testnet by selecting it from the network selection dropdown menu.

<br>
