# Setting up a wallet

## Step 1 - **Download MetaMask wallet**

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

MetaMask supports **iOS, Android native apps along with Chrome**, **Firefox**, **Brave** and **Edge browser extensions**.

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

## Step 2 - Install **MetaMask wallet**

Click on the MetaMask extension and click on “Get Started”.

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

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

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

## Step 3 - Create a new **MetaMask wallet**

Click on “Create a Wallet” and on the next window click on “I agree” if you would like to help improve MetaMask or click on “No Thanks” to proceed.

<br>

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

## Step 4 - Create a password for your  **MetaMask wallet**

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

## Step 5 - Store your seed phrase securely

Click on “Click here to reveal secret words” to show the seed phrase.

* To ensure the safety of your funds, MetaMask requires you to store your seed phrase securely. This is the only way to recover your funds in case your device crashes or your browser is reset. We advise you to write down your seed phrase and keep it in a safe location that is accessible only to you. The most widely used method is to write your 12-word phrase on a piece of paper and store it in a secure place.

{% hint style="info" %}
**Important:** Never share your seed phrase or your private key to anyone or any site, as whoever has the private key have full control over your funds.
{% endhint %}

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

Click on “Next”.

## Step 6 - Confirm your Seed phrase

Confirm your secret backup phrase by clicking on each word in the order in which the words were presented on the previous screen. Click on “Confirm” to proceed.

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

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

**Congratulations! Your MetaMask wallet has been set up successfully.**\
You can now access your wallet by clicking on the MetaMask icon at the top-right-end corner of your preferred browser


---

# 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://lazyotter.gitbook.io/lazyotter/getting-started/step-by-step-guides/setting-up-a-wallet.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.
