> For the complete documentation index, see [llms.txt](https://docs.foreprotocol.io/fore-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foreprotocol.io/fore-protocol/how-to-guides/guide-to-getting-started/add-arbitrum-to-metamask.md).

# Add Arbitrum to Metamask

**Add Arbitrum to your MetaMask:**&#x20;

1. Download MetaMask as a browser extension from its official website.

<figure><img src="https://lh7-us.googleusercontent.com/xgPWHU-xJTR5i_q1TDN1rajZU9bi0fvLUBcVOWcO8Hp60WFNN6hp9m5udzJNebreU4WBIKVWTt6tYP4Av9whLzbda23_04YBrMjQJd8ujHzJYFWvKCtLKsnO79raeJCddXW0xZj7eTngyBbQo6dPjjs" alt=""><figcaption></figcaption></figure>

2. Click the MetaMask icon and select 'Expanded View' from the three dots at the top-right corner.

<figure><img src="https://lh7-us.googleusercontent.com/Pf2ZHdA3CaX66PJ0RzJfSzDu5W4xKJtv3i3NyRYVuzaToBD4D3Zg7xsgNVmQchEYROABHTyWaZGuB1OFQHK2oqAXzvMSiFn-bSuJC9CppjyjU2ccziW2_RkXMOCsl9OHegcsAn-1mg8xg8FbAkXNtEQ" alt=""><figcaption></figcaption></figure>

3. Your wallet will then open in a new browser tab.

<figure><img src="https://lh7-us.googleusercontent.com/ndTYBIiQ3wBTt9eRP9wqnUNDHqkqY0bESLy5iy06VcQBZiqxHCpW9LqN0arxP6uUDRMD0F84EFepux8AaZAzVkrYy4e3RlOwNEDLn5Z7c5b30RzX-lz3T4AcWLLLqlXSTjnfB2RLQLZ62dh8sh3Ogr8" alt=""><figcaption></figcaption></figure>

4. Head over to the disc at the top-right corner and click on the “Settings” button.

<figure><img src="https://lh7-us.googleusercontent.com/M_UFKg_L9T5PDNPFVfgNpO2B9rKoxDuGahPEon8KzoXVJu_F9CaSAEq4x6b0o4mqyfGCoMn2aHxHS78c-9kjc8I1H0XjWsXcpKh3tG2A9f4Gk41_8fyQDNJ3sSbRVuibnMTlBXdWt9KUnQ3eP2O7kx8" alt=""><figcaption></figcaption></figure>

5. A new screen will open on the same tab. In the left menu, click 'Networks' then 'Add Network'.

<figure><img src="https://lh7-us.googleusercontent.com/biji8DwLhKtVwamhQzROHkVJPWjjx56MNr47iGjIZfVCVuHstA98KN4od5_2dZY1yHXIz8uRh_hEkVOcwEIszYPtj2vwZHRO_tlouPV6LNLO4DuAzLjbsEjCzL4KSrz7-F9lbPXpcYNaAYi0DFibJMo" alt=""><figcaption></figcaption></figure>

6. Fill in the Arbitrum details as follows:\
   Network Name: Arbitrum One\
   New RPC URL: [https://arb1.arbitrum.io/rpc<br>](https://arb1.arbitrum.io/rpc)Chain ID: 42161\
   Currency Symbol: ETH\
   Block Explorer URL: <https://arbiscan.io><br>
7. Once finished, the Arbitrum network will be added to MetaMask. Now, you can transfer funds and start transacting on Arbitrum.


---

# 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.foreprotocol.io/fore-protocol/how-to-guides/guide-to-getting-started/add-arbitrum-to-metamask.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.
