> For the complete documentation index, see [llms.txt](https://docs.unlimited.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unlimited.trade/start-trading/or-arbitrum-guide/connecting-to-arbitrum.md).

# Connecting to Arbitrum

**To trade** on <mark style="color:blue;">**Arbitrum**</mark>, select the option in the dropdown menu at the <mark style="color:blue;">**top right**</mark> of the Unlimited Leverage <mark style="color:blue;">**navbar**</mark>.

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

**1.) Once** you <mark style="color:blue;">**select**</mark> a <mark style="color:blue;">**chain**</mark>, Metamask should <mark style="color:blue;">**automatically**</mark> prompt you to switch <mark style="color:blue;">**RPCs**</mark>. :arrow\_heading\_down:

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

**2.) In case** of <mark style="color:blue;">**unexpecte**</mark>d behavior, you can <mark style="color:blue;">**manually**</mark> add the Arbitrum-One <mark style="color:blue;">**RPC**</mark> through <mark style="color:blue;">**Chainlist**</mark>. :arrow\_heading\_down:

{% embed url="<https://chainlist.org/?search=arbitrum>" %}

3.) **How** to add the <mark style="color:blue;">**network manually**</mark> to your wallet

1. Open your Metamask wallet and click on the network dropdown menu (it should display the name of the current network you're connected to).
2. Select "Add network" at the bottom of the dropdown menu.

![](/files/rWnrU4mJBuyYoCcxG7qU)

3. In the "New Network" form that appears, fill in the following information:

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

{% hint style="info" %}
**Mainnet**

**Network Name:** Arbitrum One

**New RPC URL:** <https://arb1.arbitrum.io/rpc>

**ChainID:** 42161

**Symbol:** ETH

**Block Explorer URL:** [https://arbiscan.io](https://arbiscan.io/)
{% endhint %}

### For more information about the Arbitrum network, please visit [Arbitrum.io](https://arbitrum.io/)


---

# 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.unlimited.trade/start-trading/or-arbitrum-guide/connecting-to-arbitrum.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.
