# Creating a Metamask Wallet

### **Step 1: Download MetaMask wallet**&#x20;

Go to [Metamask website](https://metamask.io/) and click on “Download”. Choose your preferred browser or mobile application and install the MetaMask extension.

### **Step 2: MetaMask wallet installation**&#x20;

 Click on the MetaMask extension and click on “Get Started”.

### **Step 3: Click on “Create a wallet”**&#x20;

Click "Create a wallet" if you do not own a crypto wallet. On the next window, click on “I agree” if you want to help improve MetaMask or click on “No Thanks” to proceed.

### **Step 4: Create a strong password for your wallet**

### **Step 5: Securely store the seed phrase for your wallet** 

Select “Click here to reveal secret words” to show the seed phrase. Write down and keep your seed phase safe, and never share it with anyone.&#x20;

Your Secret Recovery Phrase is a 12-word phrase that is the “master key” to your wallet and your funds, so if anyone asks for your seed phrase, it is most likely a scam to steal your wallet.

### **Step 6: Confirm Your Seed Phrase, and You're Done!**

Re-enter your seed phrase in the order you received it. After completion, you're done! Your Metamask Wallet has been created.&#x20;


---

# 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://fantasy-digital.gitbook.io/fantasy-digital-litepaper/instructions/creating-a-metamask-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.
