# Wallet Setup for Arbitrum Compatibility

Throughout this guide, we will assume that you are using the Metamask wallet since it is the one most people use, the process of setting up a wallet should be very similar regardless of the wallet you choose.

It's worth mentioning that Nitro network settings are the same as Arbitrum One's previous settings.

The easiest way to add Arbitrum to your wallet is through Chainlist.\
Using the steps below, you can add Arbitrum to your wallet without typing anything manually.

1. Go to <https://chainlist.org/>
2. Click ‘Connect Wallet’ upon notification from your wallet click <mark style="color:yellow;">Approve</mark>

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

3\. Locate Arbitrum One and click <mark style="color:yellow;">Add to metamask</mark>

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

4\. Upon notification from your wallet click <mark style="color:yellow;">Approve</mark>

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

5\. In the following popup click <mark style="color:yellow;">Switch network</mark>

<figure><img src="/files/0Svqqm6Y6qMu9Y56FvGO" alt=""><figcaption></figcaption></figure>

6\. You can now use the Arbitrum network.

**In case you do not wish to interact with the Chainlist website, you can manually add Arbitrum to your wallet. Below are the steps you need to follow:**

1. The first step is to open Metamask and select the <mark style="color:yellow;">network icon</mark> dropdown menu

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

2\. When the pop-up appears, click <mark style="color:yellow;">Add Network</mark>

<figure><img src="/files/3CU71INprNrhghDnWMxE" alt=""><figcaption></figcaption></figure>

3\. The <mark style="color:yellow;">Add a network</mark> page will open. Add the following details:

<table><thead><tr><th>Network name</th><th>Arbitrum One</th><th data-hidden></th></tr></thead><tbody><tr><td>RPC URL</td><td><a href="https://arb1.arbitrum.io/rpc">https://arb1.arbitrum.io/rpc</a></td><td></td></tr><tr><td>Chain ID</td><td>42161</td><td></td></tr><tr><td>Currency symbol</td><td>ETH</td><td></td></tr><tr><td>Block explorer URL</td><td><a href="https://arbiscan.io/ ">https://arbiscan.io/ </a></td><td></td></tr></tbody></table>

<table><thead><tr><th>Network name</th><th>Arbitrum One</th><th data-hidden>Xai Testnet (Sepolia)</th></tr></thead><tbody><tr><td>RPC URL</td><td><a href="https://arbitrum.llamarpc.com/">https://arbitrum.llamarpc.com/</a></td><td><a href="https://testnet-v2.xai-chain.net/rpc">https://testnet-v2.xai-chain.net/rpc</a></td></tr><tr><td>Chain ID</td><td>42161</td><td>37714555429</td></tr><tr><td>Currency symbol</td><td>ETH</td><td>sXAI</td></tr><tr><td>Block explorer URL</td><td><a href="https://arbiscan.io/">https://arbiscan.io/</a></td><td><a href="https://testnet-explorer-v2.xai-chain.net/">https://testnet-explorer-v2.xai-chain.net/</a></td></tr></tbody></table>

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

Once you're finished, click <mark style="color:yellow;">Save</mark>

4\. You are now connected to the Arbitrum network


---

# 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.camelot.exchange/get-started/arbitrum-guide/wallet-setup-for-arbitrum-compatibility.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.
