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

# Metamask Set Up

## Setting Up MetaMask Wallet

### Metamask On PC to hold MOLLARS token:&#x20;

**Step 1: Install the MetaMask Extension**

1. Go to the Chrome Web Store.
2. Search for "MetaMask."
3. Click on "Add to Chrome" to install the MetaMask extension.
4. Click on "Add Extension" to confirm.

**Step 2: Create a Wallet**

1. Once installed, click on the MetaMask icon in the extension bar.
2. Click on "Get Started."
3. You have two options: "Import Wallet" if you already have a wallet, and "Create a Wallet" if you're a new user.
4. For a new wallet, click "Create a Wallet" and agree to the terms.
5. Create a strong password and click "Create."

**Step 3: Secure Your Wallet**

1. You will be given a secret recovery phrase. Write it down and keep it secure.
2. Confirm your secret recovery phrase by selecting the words in the correct order.
3. Once confirmed, your wallet is set up and ready to use.

**Step 4: Funding Your Wallet**

1. To fund your wallet, you need to send Ethereum or other supported tokens to your MetaMask wallet address.
2. Click on the "Account" button to see your address.
3. Use this address to receive funds from another wallet or exchange.

### Metamask On Mobile to hold MOLLARS token:

**Step 1: Download the App**

1. Go to the Apple App Store or Google Play Store.
2. Search for "MetaMask."
3. Download and install the app.

**Step 2: Set Up Your Wallet**

1. Open the app.
2. Choose to "Import using Secret Recovery Phrase" or "Create a New Wallet."
3. If creating a new one, set a strong password.

**Step 3: Secure and Backup**

1. You will be given a Secret Recovery Phrase if creating a new wallet. Back it up securely.
2. Confirm the phrase if prompted.

**Step 4: Funding Your Mobile Wallet**

1. Tap on the menu to find your wallet address.
2. Fund your wallet by sending Ethereum or tokens to this address from another wallet or exchange.


---

# 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://whitepaper.mollars.com/tutorials/buying-mollars/metamask-set-up.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.
