> For the complete documentation index, see [llms.txt](https://guide-v2.elyfi.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-v2.elyfi.world/prerequisites/create-wallet.md).

# How to install MetaMask and create a wallet

1\. To install MetaMask, access the link below and click ‘Add to Chrome’ to install ‘MetaMask’ in Chrome.

* [Chrome Web Store > MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)

![](/files/VUqrS7tT2cBRUvtpKVRx)

2\. After completing the MetaMask installation, a welcome page will open in a new tab. Click the ‘Get Started’ button on that page to start creating a wallet.

![](/files/ZvmLNGSc1KY6N1z0tOwM)

3\. If you are a new user, select ‘Create a Wallet’ on the right. If you already have a MetaMask wallet, select ‘Import wallet’ on the left and proceed.

![](/files/uJmAw30Jvpo49p60hDKi)

4\. Read the privacy policy and select ‘I Agree’ to proceed.

![](/files/Jzc2PN4H6maptnTSyRXF)

5\. Set a password according to the password generation rules, read the Terms of Use, click the check box, and click the ‘Create’ button.

![](/files/QHjGYJ1mLFMhdcnLX6WZ)

6\. After watching a short video on the Secure your wallet page, click the ‘Next’ button.

![](/files/Ui7DusUdjyHL0kjHzfv1)

7\. Click the lock part of the screen and confirm the secret backup phrase.

\*As long as there is a secret backup phrase, anyone can access the wallet, so it is recommended not to share it with others, but to write it on a separate piece of paper and keep it.

![](/files/53u9iyV33ashQhcLmW0r)

8\. On the Confirm your Secret Recovery Phrase page, select the seed phrases in order and click the Confirm button to complete the wallet creation.

![](/files/J94y393WxT690NIvQB4B)


---

# 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://guide-v2.elyfi.world/prerequisites/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.
