# Setting up Metamask for BSC

### Installing and setting up MetaMask <a href="#header-0" id="header-0"></a>

MetaMask can be downloaded on Chrome and Firefox, or on iOS and Android if you’re a mobile user. For the purposes of this tutorial, we’ll use the Firefox version, but the instructions will be more or less the same for every platform.

Firstly, you’ll want to head over to the MetaMask [Download page](https://metamask.io/download.html). From there, select whichever platform you’re using, and follow the steps to install it on your device. Easy!Next, follow along with the setup specified by the app. Go ahead and click Create a Wallet. Write down the backup [seed phrase](https://academy.binance.com/en/glossary/seed-phrase) somewhere secret (preferably not on an Internet-connected device). Without this phrase, your funds can’t be recovered if your device is damaged or lost. Confirm that you’ve written them down on the next page.

And that’s it! You should now see your wallet, ready to send and receive funds.

![The freshly-initialized MetaMask wallet.](https://1131790538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F07DRbR9O0hm7QCGNvuNP%2Fuploads%2F8gtP5rldAeazcBDoHAjh%2Fmetamask%201.png?alt=media\&token=47e5d3ae-0bce-4d3d-b064-727012dbe4e0)

### Configuring the wallet <a href="#header-1" id="header-1"></a>

You might notice straight away that we’re still dealing with an [Ethereum](https://academy.binance.com/en/articles/what-is-ethereum) wallet. At best, this won’t work with Binance Smart Chain DApps. At worst, **you could lose funds by sending them to addresses you can’t actually use**.

Let’s change that. We want to access the **Settings** to point the wallet towards Binance Smart Chain nodes.

![Select Settings from the dropdown menu.](https://1131790538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F07DRbR9O0hm7QCGNvuNP%2Fuploads%2FxYrDUBYirUui8ZcUdhbg%2Fmetamask%202.png?alt=media\&token=434566a0-560d-49ab-bec4-8c55d780a742)

\
On the Settings page, we want to locate the Networks menu.

![The Networks menu.](https://1131790538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F07DRbR9O0hm7QCGNvuNP%2Fuploads%2FtugUIfSSUA6zbxLy2i1H%2Fmetamask%203.png?alt=media\&token=7574b008-48c5-46bb-8662-00e0c55b6c0c)

We want to click **Add Network** in the top-right corner to **manually add the Binance Smart Chain** one – it doesn’t come packaged with MetaMask. It’s important to note that there are two networks we can use here: the testnet or the mainnet. Below are the parameters to fill in for each.

#### Mainnet (This is the one you are probably looking for)

**Network Name:** Smart Chain

**New RPC URL:** <https://bsc-dataseed.binance.org/>

**ChainID:** 56

**Symbol:** BNB

**Block Explorer URL:** <https://bscscan.com>

Once you **Save** the Network and return to the main view, you’ll notice two things: the network has automatically been set to the one you just entered, and the units are no longer denominated in ETH, but in BNB.


---

# 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://smart-games.gitbook.io/smart-games/setting-up-metamask-for-bsc.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.
