> For the complete documentation index, see [llms.txt](https://climbtoken.gitbook.io/climb-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://climbtoken.gitbook.io/climb-token/how-to-add-binance-smart-chain-on-metamask.md).

# How to add Binance Smart Chain on metamask

### 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://academy.binance.com/_next/image?url=https%3A%2F%2Fimage.binance.vision%2Feditor-uploads%2F47eadf5a6e684e199f8b178dd8c0dc89.png\&w=3840\&q=75)

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

![The Networks menu.](https://academy.binance.com/_next/image?url=https%3A%2F%2Fimage.binance.vision%2Feditor-uploads%2F13dfcf5d5d8d4427b7e657bbbdb575c4.png\&w=3840\&q=75)

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.

#### Network:

**Network Name:** Smart Chain

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

**ChainID:** 56

**Symbol:** BNB

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

Source :<https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain>


---

# 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://climbtoken.gitbook.io/climb-token/how-to-add-binance-smart-chain-on-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.
