# MetaMask Tutorial

## MetaMask Tutorial

MetaMask extension can be installed and set up in browser.

If you want to download MetaMask PC version, you can click to head over the install website.\
[**Chrome Web Store**](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn), [**Firefox Add-ons**](https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/), and [**Edge Add-ons**](https://microsoftedge.microsoft.com/addons/detail/metamask/ejbalbakoplchlghecdalmeeeajnimhm)**.**

MetaMask can also installed in [**Android**](https://play.google.com/store/apps/details?id=io.metamask\&hl=en_US\&ref=producthunt&_branch_match_id=739701339152755845) and [**iOS**](https://apps.apple.com/us/app/metamask/id1438144202?_branch_match_id=739701339152755845).

![](/files/BqnDM88rOvF29qRbdblZ)

## Create a wallet

1. After you’ve clicked on the MetaMask extension, you’ll land on the “Welcome to MetaMask” page. **Click on “Get Started”** to begin creating your MetaMask wallet.

![](/files/Yq3kCLQGS341pctpJKsC)

2\. After you’ve clicked on “Get Started”, you’ll land on the “New to MetaMask” page. Since this is your first time using MetaMask, **click on “Create a Wallet”** to create a new MetaMask wallet.

![](/files/jhIfAuZUMP822VjgCO4m)

3\. After that, you’ll land on the “Create Password” page. On the page, you need to create a password for your MetaMask wallet.

![](/files/ZPQQJE71woGmkBiyYPXR)

4\. After you’ve created a password, you’ll land on the “Secret Backup Phrase” page.&#x20;

In this step, you’ll be given a secret backup phrase.

![](/files/ZpmZHhYNKjq8rGkziJeq)

{% hint style="info" %}
Your secret backup phrase allows you to import your MetaMask wallet.

**Store your backup phrase in a password manager or writing down on a piece of paper.**

Do not disclose your backup phrase as others will be able to steal your token or NFT.

NFTsBattle would never ever ask your backup phrase.
{% endhint %}

## Connect

After you create an account on MetaMask, it will default to the Ethereum Mainnet.

Now, you have to change to BSC Mainnet.

1\. Go to the Settings menu by clicking on the circle on the upper right-hand side of the screen.

![](/files/9vOwDiRTu8znRnIKaIBp)

2\. Click on "Networks" and "Add Network".

![](/files/-MhqztR4Mx5FzPwjRwua)

<br>

![](/files/AY5K6lywOU5yMKYOLlDV)

3\. Input the following information:

* Network Name: BSC
* New RPC URL: <https://bsc-dataseed.binance.org>
* Chain ID: 56
* Currency Symbol: BNB
* Block Explorer URL: <https://bscscan.com>

![](/files/f1qOE3tWWMwm0IJ4rayT)

4\. Verify that your MetaMask has been set to the Binance Smart Chain network in the upper right-hand side of the screen.

![](/files/Pmi3zkxlZYZEXBjkQjpX)

5.Move the mouse to the top of the account and click to copy it.


---

# 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://nftsbattle.gitbook.io/nfts-battle-or-en/help/wallet-issues/metamask-tutorial.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.
