# Connect to Metamask

Pando blockchain is fully interoperable with [Metamask](https://metamask.io/). To connect Metamask to the **Pando Mainnet & Testnet** follow below guide for more detail.

## Adding via Chainlist

### To the Mainnet

1. Head to the Chainlist site at [chainlist.wtf](https://chainlist.wtf/).
2. Firstly, you'll need to connect your wallet to the site. Select '**Connect wallet**' in the top right to do so.

<figure><img src="/files/LmSVTQsYF8i9UdVT071k" alt=""><figcaption><p>Connect Wallet</p></figcaption></figure>

3\. When successful, **your** **wallet address** will replace the '**Connect wallet**' button. Now use the **search bar** to find the **Pando** network you want to connect as in below screenshot you will able to view our **Mainnet & Testnet link** after for **Mainnet** just need to click on  '**Add Chain**'

<figure><img src="/files/JGr1xYcAQHWFVyrqdq4n" alt=""><figcaption><p>Search Pando</p></figcaption></figure>

4\. MetaMask itself will now spring into action, and will present you with an approval menu. Click '**Approve**' to proceed. This will be followed by a menu asking you whether you want to switch to the new network immediately. Confirm or reject this depending on your needs; either way, the new network will be added.

<div><figure><img src="/files/Xuqs5TpGdPuUwufPdbVg" alt=""><figcaption><p>Approval Screen</p></figcaption></figure> <figure><img src="/files/z5HGDbdUmffZgqXThfxm" alt=""><figcaption><p>Confirmation Screen</p></figcaption></figure></div>

### To the Testnet

To connect to the **Testnet** instead of selecting **Pandonet** select **Pando Testnet**. rest process will be same.&#x20;

## To add as custom Network

### To the Pando Mainnet

follow this guide to add a custom Network with the parameters shown in the screenshot after clicking on **Add Network** on Metamask

<div align="left"><figure><img src="/files/semsCya0IjuvNrzW7f9f" alt="" width="448"><figcaption></figcaption></figure></div>

**Network Name**: Pandonet\
**New RPC URL**: <https://eth-rpc-api.pandoproject.org/rpc>\
**Chain ID**: 3601\
**Currency Symbol**: PANDOP\
**Block Explorer URL (optional)**: <https://explorer.pandoproject.org/>

### To the Pando Testnet

If you want to connect Metamask to the **Pando Testnet** instead, use the following parameters:

**Network Name**: Pando Testnet\
**New RPC URL**: <https://testnet.ethrpc.pandoproject.org/rpc>\
**Chain ID**: 3602\
**Currency Symbol**: PTX\
**Block Explorer URL (optional)**: <https://testnet.explorer.pandoproject.org/>

### To the Pando Local Privatenet

First we need to run a Pando local privatenet with the Pando/Ethereum RPC Adaptor. The ETH RPC adaptor running at `http://localhost:18888/rpc` interacts with the Web3.js library by translating the Pando RPC interface into the ETH RPC interface.

Next, use the following parameters to connect Metamask to the **Pando Local Privatenet**:

**Network Name**: Pando Privatenet\
**New RPC URL**: <http://127.0.0.1:18888/rpc>\
**Chain ID**: 3601\
**Currency Symbol**: PTX


---

# 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.pandoproject.org/pando-network-docs/connect-to-metamask.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.
