> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-lands/landowner-onboarding/associate-your-lands-to-your-wallet/install-metamask.md).

# Install Metamask

<figure><img src="/files/EY1Vx4KqKj7gMRU9i9hQ" alt="" width="188"><figcaption></figcaption></figure>

Once you've downloaded one of the two browsers, it's time to add the **Metamask extension**.&#x20;

Metamask is a **wallet** that allows you to manage your financial assets in cryptocurrencies, tokens and NFTs across different blockchains.&#x20;

<img src="/files/HgRTO0RU3O1vJA156Ysg" alt="" data-size="line"> *Our lands are on the Polygon blockchain and their value is expressed in MATIC.*\
*Remember to always have a small amount of Matic (just a few cents is enough) to pay the necessary transaction fees when you want to move your land to another wallet!*

To download and install the extension:&#x20;

{% embed url="<https://metamask.io/download/>" %}

<figure><img src="/files/bpP0EKe5DLXpMBMchDNz" alt="" width="375"><figcaption></figcaption></figure>

If you visit [metamask.io](https://metamask.io), you can follow the download process intuitively.&#x20;

In some cases, even if you are using Brave, the button may prompt you to download the extension for Chrome: this is perfectly normal as they share much of their codebase.&#x20;

While some browsers offer a built-in wallet extension, **Metamask is essential** to access the marketplace to buy land and the management tool to configure it.

### Download and Confirm

<figure><img src="/files/2L5zjERXX6OZbNqLuRZC" alt="" width="375"><figcaption></figcaption></figure>

Clicking the **Download** button will download the extension and take you to the Chrome Web Store page. <mark style="color:green;">Click the '</mark><mark style="color:green;">**Add**</mark><mark style="color:green;">' button on the right</mark>.

<figure><img src="/files/0Wxgi4M8SQoYJJoMLAyn" alt="" width="375"><figcaption></figcaption></figure>

You will see a warning pop-up, <mark style="color:green;">then click the '</mark><mark style="color:green;">**Add extension**</mark><mark style="color:green;">'</mark> button again to confirm your choice.&#x20;

If this doesn't happen, check your **Downloads** folder; the installation file may be there (it will have a .crx extension: just open it and follow the installation instructions).


---

# 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-en.coderblock.com/coderblock-lands/landowner-onboarding/associate-your-lands-to-your-wallet/install-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.
