# MM Wallet Setup

## What is MetaMask?

MetaMask is a blockchain wallet extension and mobile application. This guide will focus on the desktop browser extension and show you how to download the wallet and set it up for the first time.

### Step 1) Visit <https://metamask.io/download> and click *Download*

<figure><img src="/files/6GQc56zYx3Kv9eN1HhMf" alt=""><figcaption></figcaption></figure>

### Step 2) Choose your device and click *Install MetaMask*

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

### Step 3) Click *Add to Chrome* to complete the installation in Chrome or in other devices.

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

### Step 4) Click *Add Extension*&#x20;

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

### Step 5) Installation is complete! Click *Get Started* to create your MetaMask account.

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

### Step 6) If you already have an existing MetaMask account, you can import your wallet by clicking *Import Wallet*. If you do not have an account, click *Create a Wallet.*

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

### Step 7) Next, you will need to click on the prompt *I Agree.*

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

### Step 8) If you clicked *Create a Wallet,* you will need to create a password. Remember this password to login to MetaMask again at a later stage.

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

### Step 9) Once your password is created, your Secret Back Up Phrase will be shown

{% hint style="danger" %}
(NB\*) Make sure to store this phrase in a private location. Preferably a hardcopy to prevent any technological hacks. **NEVER share this phrase with anyone.** \
\
\&#xNAN;*Once you have written down your seed phrase, MetaMask will prompt you to enter it. Once this has been completed, make sure to store your phrase in a secure and private location.*&#x20;
{% endhint %}

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

### Step 10) Your MetaMask wallet has now been created!

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

{% hint style="info" %}
Make sure to add the token address of the desired token in your MetaMask wallet. This will add your token assets to the Assets page on MetaMask.&#x20;
{% endhint %}


---

# 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.xb3.finance/guides/how-to-use-xb3-finance/mm-wallet-setup.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.
