# Connect to Metamask

## Requirements

* [x] *Web*: Metamask browser extension is downloaded\
  <https://metamask.io/download/>\
  \&#xNAN;*Mobile*: Metamask app is downloaded from App Store (iOS) or Google Play Store (Android)
* [x] Metamask wallet is set-up

## Steps

### 1. Click on the icon in the upper-right corner

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

### 2. Click on 'Settings' in the drop-down menu

## ![](/files/QnrnSMf2GCyKowmVu8Q1)

### 3. Click on 'Networks' on the left-side menu, then click 'Add a network'

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

### 4. Click on the 'Add' button next to desired network

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

{% hint style="warning" %}
If 'Add' option is unavailable, click 'Add a network manually' & enter network info. Example for Arbitrum below
{% endhint %}

```
Network name:        Arbitrum One
New RPC URL:         https://arb1.arbitrum.io/rpc
Chain ID:            42161
Currency symbol:     ETH
Block Explorer URL:  https://arbiscan.io
```

### 5. Click on 'Ethereum Mainnet' in the upper-right to switch networks

![](/files/xkbr59ROKZEmJRl19sHs)


---

# 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://gum-ball.gitbook.io/gumball-protocol/how-to/connect-to-metamask.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.
