> For the complete documentation index, see [llms.txt](https://docs.heo.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heo.finance/how-to-install-and-to-configure-your-wallet/how-to-connect-your-metamask-wallet-to-binance-smart-chain.md).

# How to connect your MetaMask wallet to Binance Smart Chain

{% tabs %}
{% tab title="PC or laptop" %}
1\) Open your MetaMask Wallet and log in

**Google Chrome:**

![](https://miro.medium.com/max/700/1*myFAp_VwamfAKuATG7MtEw.jpeg)

**Firefox:**

![](https://miro.medium.com/max/700/1*lAiGWWFSB-Y7LSGP3s-vuw.jpeg)

2\) For the convenience expand view. Open menu (three vertical points) and select “Expand view”

![](https://miro.medium.com/max/700/1*whJuuGVgrFUu9AQO_1J1tA.jpeg)

3\) Click “Ethereum Mainnet”

![](https://miro.medium.com/max/700/1*uhk1XTELv_w1WTsJa3-fZA.jpeg)

4\) Choose “Custom RPC”

![](https://miro.medium.com/max/700/1*FSUx582pZccWeh-xTlQTag.jpeg)

5\) Put the data and save:

**Network Name:** Smart Chain

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

**Chain ID:** 56

**Currency Symbol (optional):** BNB

**Block Explorer URL (optional):** <https://bscscan.com/>​

![](https://miro.medium.com/max/700/1*7lGbtr0p8C2yna6uPU70wg.jpeg)

6\) Congratulations! You’ve connected your MetaMask wallet to the Binance Smart Chain. To copy the public address of your wallet click on your account’s name. If you don't know how to get BNB (BEP-20) and BUSD (BEP-20), check our guide on [how to buy crypto](/how-to-buy-crypto.md).

![](https://miro.medium.com/max/700/1*eoiPRcnyzZVilf5_ZaXuDQ.jpeg)
{% endtab %}

{% tab title="Mobile" %}
1\) Open MetaMask, open menu.

![](https://miro.medium.com/max/591/1*-wrrqELLMS9UbmP1qH6Y_w.jpeg)

2\) Choose “Settings”.

![](https://miro.medium.com/max/591/1*U0Pkdf8ApGlquyVhTaTGmA.jpeg)

3\) Choose “Networks”.

![](https://miro.medium.com/max/591/1*dlQKkr1ayPL7Qrj5U4o0rQ.jpeg)

4\)Tap the button “Add Network”.

![](https://miro.medium.com/max/591/1*Co6xOgJs1SWt1VnMkOg8uQ.jpeg)

5\) Put the data and save:

**Network Name:** Smart Chain

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

**ChainID:** 56

**Symbol:** BNB

**Block Explorer URL:** [https://bscscan.com](https://bscscan.com/)​

![](https://miro.medium.com/max/591/1*LgujNDSzeTrilPuWc9Ldmg.jpeg)

6\) Congratulations! You’ve connected your MetaMask wallet to the Binance Smart Chain. To copy the public address of your wallet tap it. If you don't know how to get BNB (BEP-20) and BUSD (BEP-20), check our guide on [how to buy crypto](/how-to-buy-crypto.md).

![](https://miro.medium.com/max/591/1*4pFlhISVdQGTCSE0yp-l0A.jpeg)
{% endtab %}
{% endtabs %}


---

# 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.heo.finance/how-to-install-and-to-configure-your-wallet/how-to-connect-your-metamask-wallet-to-binance-smart-chain.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.
