> For the complete documentation index, see [llms.txt](https://docs.bitoftrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitoftrade.com/guides/binance-smart-chain/how-to-add-bsc-to-my-metamask.md).

# How to add BSC to my MetaMask

#### Find out how to add BSC to your MetaMask with our step-by-step guide.

BSC is one of five integrated networks that you use to trade with on the bitoftrade platform! Before you can start using BSC, you’ll need to connect the BSC network to your MetaMask wallet. Don’t worry if you don’t know how, we’ve got you covered!

To add BSC to your wallet, you need to add its network details to the MetaMask extension. You can do this with our handy four-step guide:

Open MetaMask and click on the network dropdown menu.

![Screen\_Shot\_2022-06-13\_at\_18.00.36.png](https://bitoftrade.zendesk.com/hc/article_attachments/6845443715345/Screen_Shot_2022-06-13_at_18.00.36.png)

Click on the “Add Network” button.

![Screen\_Shot\_2022-06-13\_at\_18.01.16.png](https://bitoftrade.zendesk.com/hc/article_attachments/6845492260497/Screen_Shot_2022-06-13_at_18.01.16.png)

&#x20;Add the following information to the “Adding Network” form:

* Network Name: Smart Chain
* New RPC URL: <https://bsc-dataseed.binance.org/>
* Chain ID: 56
* Symbol: BNB
* Block Explorer URL: [https://bscscan.com](https://bscscan.com/)

Click the “Save” button when you’re finished.

![Screen\_Shot\_2022-06-13\_at\_18.06.33.png](https://bitoftrade.zendesk.com/hc/article_attachments/6845443842449/Screen_Shot_2022-06-13_at_18.06.33.png)

Your MetaMask will now successfully be connected to the Binance Smart Chain network!


---

# 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.bitoftrade.com/guides/binance-smart-chain/how-to-add-bsc-to-my-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.
