> For the complete documentation index, see [llms.txt](https://digicorplabs.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://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-set-up-a-metamask-wallet.md).

# DGMV token-How to set up a MetaMask Wallet

Once the browser extension download is completed, you will be taken to a MetaMask wallet setup page:

1. Agree to the terms and conditions and click “Create a new wallet”
2. Agree to MetaMask’s data usage policy
3. Create a password for your MetaMask wallet
4. Click on “Secure my wallet”
5. On the next page, you will find the 12-word secret recovery phrase. Click “Reveal Secret Recovery Phrase”

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

6. You can save the 12-word Secret Recovery Phrase in a password manager on your device or write it down in a personal notebook\*
7. In the next step, you will have to confirm the 12-word secret recovery phrase
8. Click “Done”

Your MetaMask wallet is now ready to use.

***\*Note: Secret Recovery Phrases serve as a crucial security measure, granting access to your cryptocurrency wallet. Unlike your typical Facebook or Instagram account, you can't reset your password through simple email or mobile authentication if forgotten. It's imperative to secure your Secret Recovery Phrase. If someone gains access to the Secret Recovery Phrase associated with your wallet, they will have full control over the cryptocurrencies and NFTs stored within it.***

***When utilizing a non-custodial wallet such as MetaMask, the responsibility for safeguarding your cryptocurrency assets held in the wallet rests solely with you.***


---

# 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://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-set-up-a-metamask-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.
