# Add BSC Network

To use BiFi on Binance Smart Chain (BSC) network, you need to add the network manually and set up a custom RPC. Follow the steps below to add Binance Smart Chain (BSC) network. You can also refer to[ instructions from Binance Academy](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain).

After adding custom networks, you can easily switch back and forth to other networks.&#x20;

#### 1. Open MetaMask, click the top right 'Account' icon, then click `Settings.`

![](/files/-MYE6gQgDIeG6j_QzT6G)

#### 2. Select`Networks`.

![](/files/-MYE6oyu7YBDKFTW30Ac)

#### 3. Click `Add Network`.

![](/files/-MYE6uZx2QQEQ8egjnbq)

#### 4. Enter the following information to add BSC network to MetaMask. Then, click `Save` .

* **Network Name:** Smart Chain (you can name this however you want)
* **New RPC URL:** <https://bsc-dataseed.binance.org/>
* **ChainID:** 56
* **Symbol:** BNB
* **Block Explorer URL:** <https://bscscan.com>

![](/files/-MYE74okVvUelmhGYTl3)

#### 5. You are now connected to BSC network! BSC Mainnet will be shown in your list of networks.

![](/files/-MYE79vFQdeY5mGaLNjL)


---

# 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://docs.bifi.finance/guide/wallet/metamask-guide/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.
