> 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-bridge-my-bsc-tokens.md).

# How to bridge my BSC tokens

#### Our step-by-step for bridging BSC.

Some networks require a bridge to transfer tokens from one network to another, BSC is one of them! All you need is [AnySwap](https://bsc.anyswap.exchange/bridge#/router), a complex cross-chain solution that allows you to transfer tokens from one network to another using a bridge. AnySwap can also execute decentralized swaps between networks. This may sound a little complicated, but it really isn’t!

&#x20;

You can learn how to use AnySwap in our simple step-by-step guide below:

1. Start by going to [AnySwap](https://bsc.anyswap.exchange/bridge#/router) and connecting your MetaMask or Trust Wallet.&#x20;
2. Select the token and networks that you’d like to bridge with. Make sure you are selecting the correct From and To networks, e.g. from BSC mainnet to ETH mainnet, or vice versa.
3. You then need to read the fees. When ready, click “Acknowledge Fees”. Make sure you understand the fees and terms discussed before you click the “Swap” button.&#x20;
4. Proceed to Swap, and wait for the tokens to show up on the network you sent them to.&#x20;

&#x20;

**Important note:** Don't worry if you feel like you're waiting too long. The process of transferring funds from one network to another can approximately take between 10 minutes and 24 hours, depending on the traffic. You can look up transactions and check their progress here: [https://bscscan.com](https://bscscan.com/).

&#x20;

You’re now ready to start using your new BSC tokens on our platform!


---

# 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-bridge-my-bsc-tokens.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.
