> For the complete documentation index, see [llms.txt](https://docs.butterswap.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.butterswap.me/products/cross-chain-bridge.md).

# Cross-Chain Bridge

We provide our cross-chain bridge service in collaboration with our partner iSwap. The transaction fee is 0.2% and the transaction duration is shortened to 3 seconds.

| Chain   | Status |
| ------- | ------ |
| HECO    | Online |
| BSC     | Online |
| ETH     | Online |
| Polygon | Online |
| OEC     | Online |

{% hint style="success" %}
After cross-chain exchange, your assets will be sent to the same address in another chain.
{% endhint %}

{% hint style="success" %}
Notice that the same address on different chains share the same private keys and all belong to you.
{% endhint %}

{% hint style="success" %}
Cross-chain BUTTER tokens is provided by our partner AnySwap: <https://anyswap.exchange/#/bridge?bridgetoken=0x2f3bca2631fff538b8a55207f6c2081457e229f7&network=56>
{% endhint %}


---

# 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:

```
GET https://docs.butterswap.me/products/cross-chain-bridge.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.
