> For the complete documentation index, see [llms.txt](https://docs.mintera.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mintera.co/mintera-token-mnte/how-to-setup-metamask.md).

# How to setup MetaMask

## Installing MetaMask

### Step 1: Download MetaMask wallet

Go to <https://metamask.io> and click “Download”. Choose your preferred browser or mobile application and install the MetaMask extension.

MetaMask supports iOS, Android  along with Chrome, Firefox, Brave

<figure><img src="/files/7OxrWgsLtt0zCTeX9GT1" alt="" width="316"><figcaption></figcaption></figure>

### Step 2: MetaMask wallet installation

Click on the browser extension panel and click on the MetaMask extension.

<figure><img src="/files/L5Sr3EE92dlPVf9ECrrJ" alt="" width="260"><figcaption></figcaption></figure>

You can either import an existent wallet using the seed phrase or create a new one.

<figure><img src="/files/TXlDmfiArvviBh2Ff8eQ" alt="" width="252"><figcaption></figcaption></figure>

### Step 3: How to create a new MetaMask wallet

Create a strong password, and then click secure my wallet. Save your private key in a safe place, preferably on a piece of paper, and then confirm it.

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

Once the account is created you will receive a welcoming message and get full access to it.

<figure><img src="/files/E2nNVmtHRoC4zDXRk3wL" alt="" width="230"><figcaption></figcaption></figure>

## How to add the Arbitrum Network on MetaMask?

### Step 1: Add a new network

Click on Ethereum Mainnet on top left, then click add network.

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

### Step 2: Add Arbitrum network to MetaMask

Click Add on Arbitrum One as highlighted and then just click approve.

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

Once you have finished setting up the MetaMask account and added the Arbitrum network, you can receive Ethereum on the Arbitrum network in 3 ways:

* click buy Ethereum in MetaMask
* Click receive and copy your MetaMask address to send Ethereum on Arbitrum network from another wallet.
* Bridge Ethereum yourself from Ethereum mainnet to Arbitrum.

You can switch between Ethereum and Arbitrum network anytime.

Next tutorial: [How to buy MNTE](/mintera-token-mnte/how-to-buy-mnte.md)


---

# 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.mintera.co/mintera-token-mnte/how-to-setup-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.
