# How to set up your metamask

Metamask is a browser extension that enables you to interact with decentralized applications on the blockchain. Here's how to set up Metamask:

1. Install the Metamask extension in your browser. Click the link provided to download it from the official website: [https://metamask.io/download](https://metamask.io/download/).

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

2. Once installed, click on the Metamask icon in your browser's toolbar to launch the application.
3. You will be presented with a welcome screen,you will be asked to create a new wallet. You can choose to import an existing wallet, but for the purposes of this tutorial, we will create a new one. Enter a strong password and click on \[Create] to proceed.

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

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

4. You will be presented with a seed phrase. This is a series of 12 random words that you can use to recover your wallet in case you forget your password or lose your device. Write down this seed phrase and store it in a safe place.

{% hint style="info" %}
**Important:** All Ragnarok Landverse staff and admin will never ask you to share your secret recovery phrase or ask you to click any unofficial links!&#x20;
{% endhint %}

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

5. Next, you will be asked to confirm your seed phrase by selecting the words in the correct order. Once you have done so, click on \[Confirm].
6. You will then be taken to the main Metamask screen. From here, you can view your account balance, send and receive tokens, and interact with decentralized applications on the blockchain.

That's it! You have successfully set up Metamask. Remember to keep your seed phrase safe and **never share it with anyone**.


---

# 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://maxion-1.gitbook.io/ragnarok-landverse-whitepaper/game-guide/getting-started/how-to-set-up-your-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.
