# Switching to Arbitrum

1. **Open Metamask:** These instructions are for Metamask, for other wallets consult their support options.
2. **Network Dropdown:** At the top of the MetaMask interface where it reads “Ethereum Mainnet,” click the dropdown menu to access network options.

<figure><img src="/files/0YxpAm5nU3oBP7Z0KSbR" alt="" width="181"><figcaption><p>Add network</p></figcaption></figure>

4. **Add Network:** In the dropdown menu, select “Add Network” to open the network configuration settings.

<figure><img src="/files/5cM5XF5mb6kb4zla808c" alt="" width="375"><figcaption></figcaption></figure>

5. **Select Arbitrum:** Click Add next to Arbitrum One.

<figure><img src="/files/0SQ7VRn53JvE0E9Bw4bS" alt="" width="165"><figcaption></figcaption></figure>

6. **Approve Network:** Click approve to complete adding the network.
7. **Switch Network:** Switch to the Arbitrum network to use the WOW platform.

{% content-ref url="/pages/Z1Y7XLxiVlGKlstOUi8a" %}
[Transferring ETH and USDC to Arbitrum](/getting-started/transferring-eth-and-usdc-to-arbitrum.md)
{% endcontent-ref %}

{% content-ref url="/pages/MCmRkLLfkBY6ODaBUDZ8" %}
[Connecting your wallet](/getting-started/connecting-your-wallet.md)
{% endcontent-ref %}

**Use these details to add the Arbitrum network to your wallet manually:**

* Network Name: Arbitrum One
* New RPC URL: <https://arb1.arbitrum.io/rpc>
* Chain ID: 42161
* Symbol: ETH
* Block Explorer URL: <https://arbiscan.io/>


---

# 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.wealthofwisdom.io/getting-started/switching-to-arbitrum.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.
