# Connecting to BNB Chain (BSC)

## Changing your MetaMask network <a href="#changing-your-metamask-network" id="changing-your-metamask-network"></a>

The BNB chain (previously known as Binance Smart Chain-BSC) is an EVM-compatible chain meaning it can easily run with MetaMask. The first step of this tutorial is to set up a different BNB network on Metamask. Open Metamask, click on the Network you're currenlty on, then click on Add Network. Fill details as below:

RPC: [https://bsc-dataseed.binance.org/](< 	https://bsc-dataseed.binance.org/>)

Chain ID: 56

Symbol: BNB

Explorer: <https://bscscan.com/>

## Aquiring BNB

Now that you're set up in MetaMask, you can browse any BNB dapps with ease. Each account on Ethereum also exists on BNB chain which means you can use the same addresses without issues on Ethereum and BNB.&#x20;

To get started you'll need to get BNB chain native currency BNB, you can acquire it on PancakeSwap or most centralised exchanges. For the latter, you can transfer directly to your BNB address via the BNB blockchain. If you purchase BNB on the Ethereum blockchain or many other chain, you can cross to BNB using the bridge:

{% embed url="<https://app.multichain.org/#/router>" %}

This will let you transfer BNB from another chain to BNB chain and start transacting.


---

# 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.valasfinance.com/tutorial/connecting-to-bnb-chain-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.
