> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/wemixstake-en/guides/getting-started/how-to-create-wallet.md).

# How to prepare a wallet

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

To use WEMIX Stake, an encrypted wallet is required to interact with the WEMIX3.0 blockchain network and store information securely. The password and recovery phrase (seed phrase) set during wallet creation must be recorded and stored in a safe location.

{% hint style="warning" %}

#### Security Notice

Loss or exposure of the recovery phrase to third parties may result in permanent loss of access to wallet assets. Never share the recovery phrase with anyone under any circumstances.
{% endhint %}

## How to use MetaMask <a href="#test" id="test"></a>

### 1. Download and install MetaMask

<figure><img src="https://docs.wemix.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FNMiovvDJVxE2QuZzyXvT%2Fblobs%2FAqhVyTEauRiXKMB1ktPa%2Fcreate_wallet_1.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=ad7e6a25&#x26;sv=1" alt=""><figcaption></figcaption></figure>

* Metamask can be downloaded and installed from [https://metamask.io](https://metamask.io/) or Chrome Web Store. Once downloaded, add Metamask as an extension to your Chrome web browser.

<figure><img src="https://docs.wemix.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FNMiovvDJVxE2QuZzyXvT%2Fblobs%2FzQIAjuJI4orCOYZGI1OV%2Fcreate_wallet_2.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=29b5ca31&#x26;sv=1" alt=""><figcaption></figcaption></figure>

<figure><img src="https://docs.wemix.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FNMiovvDJVxE2QuZzyXvT%2Fblobs%2FUwi9njFNtBjiPDoPfVmG%2Fcreate_wallet_3.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=c1d292b1&#x26;sv=1" alt=""><figcaption></figcaption></figure>

* When launching Metamask for the first time, there are two options: importing an existing wallet or creating a new wallet.

### 2. Set password <a href="#id-2.-set-password" id="id-2.-set-password"></a>

<figure><img src="https://docs.wemix.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FNMiovvDJVxE2QuZzyXvT%2Fblobs%2Fm4BHtRHL2RjCtaSSeCun%2Fcreate_wallet_4.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=c869aa5c&#x26;sv=1" alt=""><figcaption></figcaption></figure>

* Create a new password and agree to the Terms of use. If you do not agree to the Terms of Use and Privacy Policy you will not be able to create a new wallet.

### 3. Check secret recovery phrase <a href="#id-3.-check-secret-recovery-phrase-1" id="id-3.-check-secret-recovery-phrase-1"></a>

<figure><img src="https://docs.wemix.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FNMiovvDJVxE2QuZzyXvT%2Fblobs%2FXy99hbVgNJruyosI2CWm%2Fcreate_wallet_5.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=4e28c3df&#x26;sv=1" alt=""><figcaption></figcaption></figure>

<figure><img src="https://docs.wemix.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FNMiovvDJVxE2QuZzyXvT%2Fblobs%2FjwWcWX7ULlJzUJWiTf8D%2Fcreate_wallet_6.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=873d9ef3&#x26;sv=1" alt=""><figcaption></figcaption></figure>

* After successfully creating a new password, you can check the randomly generated secret recovery phrase. It is noted to not share this vital information with anybody else. If you lose your secret phrase, you cannot recover your wallet.
* Confirm your secret recovery phrase by selecting on the words in the correct sequence to complete the process. Once the secret recovery phrase has been verified, you would have successfully created a new wallet.

### 4. Ready to use the wallet <a href="#id-4.-ready-to-use-the-wallet-1" id="id-4.-ready-to-use-the-wallet-1"></a>

<figure><img src="https://docs.wemix.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FNMiovvDJVxE2QuZzyXvT%2Fblobs%2FlOBLYMGzOQ8om4Np2bkX%2Fcreate_wallet_7.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=44e6b2c0&#x26;sv=1" alt=""><figcaption></figcaption></figure>

* After completing all the steps, you can use your newly created wallet.


---

# 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.wemix.com/wemixstake-en/guides/getting-started/how-to-create-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.
