# MetaMask Guide

### <img src="/files/CgGKjnp2IhkCbIJLjwf5" alt="" data-size="original">

### Web Installation Guide

1. Click on the [link](https://www.google.com/intl/en-US/chrome/) to download Google Chrome.
2. Click on the [link](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) to install the MetaMask Chrome Plugin.
3. Click “Add to Chrome”.
4. On the pop up, click “Add extension”.
5. You may want want to pin the extension for quick access.
6. Create a new wallet or import an existing wallet.

*By default, the ETH main chain is available in the MetaMask Wallet.*

### Mobile Application Installation Guide

1. Download the MetaMask wallet app.&#x20;
   * For [Android](https://play.google.com/store/apps/details?id=io.metamask\&hl=zh\&gl=US)
   * For [iOS](https://apps.apple.com/sg/app/metamask-blockchain-wallet/id1438144202)&#x20;
2. Create a new wallet

   * Step 1 - Tab 'Create a new wallet' and Agree to the terms and conditions

   <figure><img src="/files/YVk6cUsbkcIg6VGyu8A0" alt=""><figcaption><p>Create a new wallet</p></figcaption></figure>

* Step 2 - Accept the Terms of use by scrolling down to the end of the terms and tick the checkbox to agree to the terms and press 'Accept'. Input your password and password confirmation, tick the checkbox to conform to the irretrievable password understanding and proceed to create your password. Next, Start to secure your wallet.

<figure><img src="/files/0OO1Oenqe5rP8n9hVDxu" alt=""><figcaption><p>Enter Password</p></figcaption></figure>

* Step 3 - Upon pressing 'Start' you will be provided 12 words, they are your recover phrase, write them down somewhere safe. Confirm your recovery phrase by selecting the provided order in the red area. Once confirm we've created our new wallet!

<figure><img src="/files/jwfSAotQlJQv0ma8UFYm" alt=""><figcaption><p>Recovery Phrase</p></figcaption></figure>


---

# 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://doc.nodedao.com/crypto-wallets/metamask-guide.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.
