# Metamask: Add Arbitrum Testnet Network

To configure Metamask for the Arbitrum Test Network we must add a new RPC Network. For this, open Metamask, access the accounts menu at the top-right corner and select Settings:

![](/files/e7WpD4I6dog1D43N8U1T)

Scroll down to the Networks section and select it:

![](/files/RHZrgsI5wRo0NFcNfssG)

At the bottom click on Add Network and fill in the following data:

![](/files/klLTAPmeJevVfQtQPlLS)

* **Network Name:** Arbitrum Rinkeby
* **New RPC URL:** <https://rinkeby.arbitrum.io/rpc>
* **Chain ID: 421611**
* **Currency Symbol:** ETH
* **Block Explorer URL:** [https://testnet.bscscan.com](https://rinkeby-explorer.arbitrum.io/#/)

Finally select the **Arbitrum Rinkeby** in Metamask's network selector (drop down at the top of Metamask):

![](/files/aNu2dWODjsxHegOQvJjE)

You are connected to the **Arbitrum Rinkeby** now.


---

# 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://anthill-dao.gitbook.io/docs/how-to/metamask-add-binance-smart-chain-bsc-network.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.
