# 📘 How to Trade on BNB Chain

1. 🔐 Connect Wallet to BNB Chain
2. Open your **MetaMask** (or any other Web3 wallet).
3. Click **“Add Network”** and enter the following parameters:

| Parameter    | Value                                       |
| ------------ | ------------------------------------------- |
| Network Name | BNB Chain                                   |
| RPC URL      | <https://bsc-dataseed.binance.org/>         |
| Chain ID     | 56                                          |
| Currency     | BNB                                         |
| Explorer     | [https://bscscan.com](https://bscscan.com/) |

3. Save and switch your network to **BNB Chain**.

> 📌 If you're using wallets like Rabby, OKX Wallet, or Trust Wallet, make sure the active network is also set to **BNB 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://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-bnb-chain.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.
