> For the complete documentation index, see [llms.txt](https://docs.croxswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.croxswap.com/guide/bsc-heco-bridge.md).

# BSC-HECO Bridge

**How to bridge CROX token from BSC to HECO and Vice-Versa?**

1. Go to <https://www.iswap.com/en-us/?type=bridge> - Make sure use bridge option only not swap.
2. Select FROM as BSC , Token as CROX and To as Heco and CROX as shown below.

![Iswap bridge for crox](/files/GQnKGVhVh8DSUnGnbk8n)

3\. Enter desired amount to bridge, approve and click swap

![](/files/cYw5BYv0D8vXAkQQZXOr)

4\. Confirm the transaction on your wallet.

![](/files/4pIllE7SB0yBwx4ICoQq)

5\. You should see transaction successful messages on your screen.

![](/files/5cXoGyiB3iuyvnNMXaXk)

6\. Add CROX token to your Metamask to check your balance using [contract address](/master.md#project-details).

7\. To transfer back to BSC, repeat the procedure by switching From chain as Heco and To chain as BSC


---

# 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.croxswap.com/guide/bsc-heco-bridge.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.
