# How Do I Connect My Wallet to BSC?

1. From your Metamask “Settings”, locate the “Networks” menu&#x20;
2. Click “Add Network” in the top right corner
3. Below are the parameters to fill in the fields

Mainnet (This is the one you are probably looking for)

Network Name: Smart Chain

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

ChainID: 56

Symbol: BNB

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

1. Click “Save”

For more information or additional instructions, refer to the article [here](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain)


---

# 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.fangible.com/frequently-asked-questions/how-do-i-connect-my-wallet-to-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.
