> For the complete documentation index, see [llms.txt](https://polycash-finance.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polycash-finance.gitbook.io/docs/tutorials/set-up-metamask.md).

# Set up Metamask

## **Set up MetaMask Wallet**

#### How to install MetaMask on your browser

#### Install MetaMask on <https://metamask.io/>

After installation, MetaMask should open as a page in your browser. If it does not, click on the MetaMask icon in the upper right corner (MetaMask Icon) to start the process.

![](/files/-Mb8p9HLSmuC_kxzOJNs)

### How do I create a MetaMask account?

Once you have clicked on "Get Started", you are offered to import or create a wallet. Click on Create a wallet.

![](/files/-Mb8pD38hhAb831xE0cI)

MetaMask then asks you to collect your data to improve the application. It is not mandatory,  you can accept it by clicking on I agree or I refuse.

After that, you need to create a password to secure your wallet. This is because MetaMask keeps your private keys locally in your browser, and the password encrypts So you're the owner of your funds. Read and accept the Terms of Use to continue.

![](/files/-Mb8pM5TUzJAKe1ipItQ)

Finally, MetaMask will ask you to record a 12-word recovery phrase. This phrase will allow you to recover your funds in case your device is broken, lost or stolen. You can reinstall MetaMask and import this phrase to restore the wallet. Be sure to keep this phrase safe.&#x20;

⚠️ Warning: this phrase gives you full access to the funds placed in MetaMask, so you must keep it secret.

Never share it to anyone, not even with the staff.&#x20;

![](/files/-Mb8pYhzt2spn7hFGvr4)

MetaMask will then ask you to confirm the recovery phrase to make sure you have saved it. That's it! Your account is now created and you should be able to use it.


---

# 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://polycash-finance.gitbook.io/docs/tutorials/set-up-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.
