> 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/create-your-wallet.md).

# Create your wallet

### Set your password

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

First, choose a **strong password**.

As you type, you'll see the password strength indicator change colour. The length of the password and the presence of mixed alphanumeric characters will determine the strength of the password.

By ticking the mandatory box, you agree to be bound by Metamask's terms and conditions.

<mark style="color:red;">**Please note that if you forget your password, you won't be able to recover it!**</mark>

### Secret Recovery Phrase

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

The next screen will guide us through setting up a security system to protect our wallet and assets.&#x20;

<mark style="color:green;">**Click on "Secure my wallet."**</mark>

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

The "**Reveal Seed Phrase**" button will reveal a phrase consisting of 12 words distributed in a specific order.

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

<mark style="color:green;">**Write down the phrase in a safe place**</mark> and press '**Next**'.&#x20;

<mark style="color:red;">**Warning**</mark>: these words and their order will uniquely identify your wallet, they are not recoverable in any way and will be requested each time you install Metamask on new devices.

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

As the final step in creating your new wallet, you will be asked to enter some of the words shown on the previous screen in the correct order. Enter them and press the '**Next**' button.&#x20;

Note: The words are in English, single words and in lower case. If you notice words that have been translated into other languages, check that no automatic translation extensions such as Google Translate are active. If so, temporarily disable them.


---

# 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/create-your-wallet.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.
