> For the complete documentation index, see [llms.txt](https://docs.bitoftrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitoftrade.com/guides/binance-smart-chain/how-to-swap-on-the-bsc-network.md).

# How to swap on the BSC network

#### Learn more about swapping tokens on the BSC network with bitoftrade.&#x20;

Swapping tokens on our platform is straightforward, and with our simple tutorial, you’ll be swapping tokens on the BSC network like an expert!

&#x20;

Start swapping tokens with our eight handy steps:

1. Go to the trading dashboard on our [website](https://bitoftrade.com/) by clicking on “Start Trading”.
2. Connect your Ethereum wallet and choose “Swap” on the trading dashboard. Make sure you’re trading on the BSC network before executing the trade.
3. Set your trading pair by searching for a specific token by name and choosing how many tokens you want to trade.
4. Click ‘Confirm’ and you’ll see your transaction summary, including all estimated fees.
5. Accept the terms and your MetaMask wallet will open automatically.
6. After approving the transaction on your wallet, a progress bar will appear on the widget and it’ll disappear after approval.
7. When the transaction is finished, you can see its status in the “Transaction History” section at the bottom of the page, as well as the new tokens in your wallet.
8. Once finished, go to your BSC’s blockchain explorer [BscScan](https://bscscan.com/) and see your transaction details.

\ <br>

Additionally, you can watch our short tutorial on how to swap tokens on bitoftrade:

{% embed url="<https://www.youtube.com/watch?v=Vwdua-eAhVo>" %}

\
**Important note:** Make sure you’re on the right network before you execute a trade. You can check this by selecting the BSC network from the drop-down menu on our trading dashboard:


---

# 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.bitoftrade.com/guides/binance-smart-chain/how-to-swap-on-the-bsc-network.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.
