> For the complete documentation index, see [llms.txt](https://docs.ig3.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ig3.ai/user-guides/how-to-add-peaq-network-to-your-wallet.md).

# How to Add PEAQ Network to Your Wallet

If this is your first time using the PEAQ Network, you’ll need to manually add it to your EVM-compatible wallet (like MetaMask).

{% tabs %}
{% tab title="Option 1: Add Peaq via ChainList (Quickest)" %}

1. **Step 1:** Go to ChainList: <https://chainlist.org/?search=peaq>
2. **Step 2:** \
   Choose your preferred RPC from the URL List and click **“Add to MetaMask”**\
   Follow the instructions in your wallet to approve the network addition.\
   ⚠️ Some wallets (e.g., Binance Wallet) may not support PEAQ Network. Make sure you use an EVM wallet that supports PEAQ.<br>

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

{% endtab %}

{% tab title="Option 2: Manual Setup" %}

1. **Step 1. Use a supported wallet**\
   Make sure you're using a wallet that allows custom network setup (e.g., MetaMask).\
   **Note:** Binance wallet doesn't support PEAQ Network.
2. **Step 2: Find PEAQ Network details:**\
   Go to ChainList: <https://chainlist.org/?search=peaq>\
   You'll find the RPC URL List, Chain ID, and currency symbol.
3. **Step 3: Add PEAQ Network details to your wallet**

   Open your wallet. \
   Locate the network selection area (usually at the top). \
   Choose "Add Network" or "Add Custom Network". Input the Peaq Network details you gathered:

   * Network Name: **peaq**
   * RPC URL: **Choose one URL from many options in ChainList URL List**
   * Chain ID: **3338** (or **0xd0a**, depending on wallet format)
   * Currency Symbol: **PEAQ**
   * Block Explorer URL: Optional, you can leave blank&#x20;

   Then click "Save"
4. **Step 4: Verify the network connection**\
   Once added, switch to the **PEAQ Network** in your wallet.\
   You're now ready to use it in the iG3 Ecosystem.
   {% endtab %}
   {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ig3.ai/user-guides/how-to-add-peaq-network-to-your-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
