# How to set up a BNB wallet on MetaMask?

1. Download and install the MetaMask app.&#x20;
2. Create a Wallet and backup your 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.&#x20;
3. Your wallet is now ready to send and receive funds.&#x20;
4. Go to the Settings page, and locate the Networks menu.&#x20;
5. Click Add Network in the top-right corner to manually add Binance Smart Chain.&#x20;
6. Fill in the following parameters for Mainnet:&#x20;

* Network Name: Smart Chain&#x20;
* New RPC URL: <https://bsc-dataseed.binance.org/&#x20>;
* ChainID: 56&#x20;
* Symbol: BNB Block Explorer URL: <https://bscscan.com&#x20>;

Once you Save the Network and return to the main view, you’ll notice the network has automatically changed and the units are now denominated 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://mintverse.gitbook.io/mintverse-help-centre/getting-started/how-to-set-up-a-bnb-wallet-on-metamask.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.
