# How to create a wallet

**Install Metamask Browser Extension**

* Google Chrome is recommended. Click the link below for installation.

{% embed url="<https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn>" %}

**Create a Wallet**

I. Once installation is completed, you will jump to this page. Click the ***Get Started*** button. If the webpage is not jumping, you can click Metamask on your extensions toolbar to open manually.

![](/files/Nq1vSNGj1DiYVUpt8S9l)

II. Click ***Create a Wallet***

![](/files/LWGVMRPcwresiXuDi1wn)

III. Click the ***I Agree***

![](/files/d8F5locsWjNmKeGSFxBj)

IV. Create a password for your wallet. This password is to be entered every time the browser is launched to use MetaMask and to export private key.

![](/files/Ac4PWS6LdtcIzjbi4Stc)

V. Watch the video to learn how to keep your wallet safely. Once done, click ***Next***. **Strongly recommended for beginners!**

![](/files/VFP4zjPU8yhYH1oihoeC)

VI. Store your Secret Recovery Phrase in a safe place. If you lose this series of words or forget what order they’re in, you *will* lose access to your wallet and it will be unrecoverable. We recommend writing the phrase on a piece of paper and storing it in a memorable, safe, and secure spot.

![](/files/AjLxzS5LyhVvszBJCnpe)

VII. Click the 12 words in order to generate your own Secret Recovery Phrase.

![](/files/KG1ECHOiEg0VPGcQERpJ)

VIII. Complete the above steps and CONGRATULATIONS! Now you have your first digital wallet!


---

# Agent Instructions: 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:

```
GET https://guide.pawnfi.com/beginner/how-to-create-a-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
