# Connecting to BSC Mainnet

1. If you haven't already, download Metamask (<https://metamask.io/>) and create an account. Remember never disclose your seed phrase or password to anyone!
2. In your Metamask extension widget go to Settings/Networks and click "Add Network"
3. Paste in the following data:

**`Network Name:`**`Smart Chain`

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

**`ChainID:`**`56`

**`Symbol:`**`BNB`

**`Block Explorer URL:`**`https://bscscan.com`

![](/files/UjhwSLCcvZZ4ayVhZAZG)

4\. All you need to do now is add some funds to your account by sending them from a centralized exchange such as Binance or another wallet, and you're ready to go!


---

# 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://dexpanse.gitbook.io/dexpanse-wiki/tutorials/connecting-to-bsc-mainnet.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.
