> For the complete documentation index, see [llms.txt](https://docs.metainvoker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metainvoker.com/nfts/how-to-mint-meta-invoker-nft/how-to-add-bsc-to-metamask.md).

# How to Add BSC to metamask?

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 BNB Smart Chain (BSC) 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 BNB Smart Chain nodes.

<br>

<img src="https://image.binance.vision/editor-uploads/47eadf5a6e684e199f8b178dd8c0dc89.png" alt="Select Settings from the dropdown menu." data-size="original">

*Select Settings from the dropdown menu.*

<br>

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

<br>

![The Networks menu.](https://image.binance.vision/editor-uploads/13dfcf5d5d8d4427b7e657bbbdb575c4.png)

*The Networks menu.*

<br>

We want to click **Add Network** in the top-right corner to **manually add the BNB 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) <a href="#mainnet-this-is-the-one-you-are-probably-looking-for" id="mainnet-this-is-the-one-you-are-probably-looking-for"></a>

**Network Name:** Smart Chain

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

**ChainID:** 56

**Symbol:** BNB

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

\
**How to add the BUSD (Binance USD) to MetaMask?**
--------------------------------------------------

You’ll need to add BUSD token to your wallet.\
\
There are two ways you can do it:\
**1.** Click on 'Add token' and copy-paste the BUSD token contract address: 0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56


---

# 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://docs.metainvoker.com/nfts/how-to-mint-meta-invoker-nft/how-to-add-bsc-to-metamask.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.
