> For the complete documentation index, see [llms.txt](https://docs.gemach.io/gemach-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gemach.io/gemach-dao/miscellaneous/beginners-guide-to-arbitrum/wallet-setup-for-arbitrum-compatibility.md).

# Wallet Setup for Arbitrum Compatibility

Before you can use Arbitrum, you need to add the network to your wallet. There are two methods: using Chainlist (automatic) or adding the network manually.

***

## Method 1: Using Chainlist (Recommended)

[Chainlist](https://chainlist.org/) is the easiest way to add networks to MetaMask.

1. Go to [chainlist.org](https://chainlist.org/)
2. Click **Connect Wallet** and approve the connection in your wallet
3. Search for **Arbitrum One** in the search bar
4. Click **Add to MetaMask** next to Arbitrum One
5. Approve the network addition in your wallet popup
6. Click **Switch network** when prompted to switch to Arbitrum One

Your wallet is now connected to Arbitrum One.

***

## Method 2: Manual Configuration

If you prefer to add the network manually:

1. Open MetaMask and click the network dropdown at the top
2. Click **Add Network** at the bottom
3. The **Add a Network** page will open — enter the following details:

| Field              | Value                          |
| ------------------ | ------------------------------ |
| Network Name       | Arbitrum One                   |
| New RPC URL        | `https://arb1.arbitrum.io/rpc` |
| Chain ID           | `42161`                        |
| Currency Symbol    | ETH                            |
| Block Explorer URL | `https://arbiscan.io`          |

4. Click **Save** to add the network

***

## Next Steps

With Arbitrum configured, follow the [Bridging Tokens to Arbitrum](/gemach-dao/miscellaneous/beginners-guide-to-arbitrum/bridging-tokens-to-arbitrum.md) guide to move funds onto the network.


---

# 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:

```
GET https://docs.gemach.io/gemach-dao/miscellaneous/beginners-guide-to-arbitrum/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.
