> For the complete documentation index, see [llms.txt](https://docs.canto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.canto.io/user-guides/bridging-assets/celer.md).

# Celer cBridge

[Celer cBridge](https://cbridge.celer.network/) supports bridging of WBTC, BNB, BUSD and IBEX between Canto and numerous other blockchains, including Ethereum, Bitcoin, Polygon, Optimism, and others.

## Using Celer cBridge

The Celer bridging process is identical regardless of whether you are bridging to or from Canto. To use the bridge, follow these steps:

1. Navigate to [**https://cbridge.celer.network/**](https://cbridge.celer.network/) \*\*\*\* and connect your wallet.
2. Under the *From* section, select the network you would like to bridge from, as well as the asset you would like to send and its amount.
3. Under the *To* section, select the network you would like to bridge to (e.g. Canto).
4. Click the *Transfer* button. If necessary, approve the outgoing asset.
5. On the modal that appears, click the *Confirm Transfer* button.

<figure><img src="/files/Tq80KCslGRNTmuuVuioW" alt=""><figcaption></figcaption></figure>

## Supported Assets

Celer supports the following assets on Canto:

* [BNB](https://oklink.com/canto/address/0xFb7F77faaA3b69ef4C15d6305C79AD92B387C89F)
* [BUSD](https://oklink.com/canto/address/0x381Ea7A7EE6a1e2982e01E7b6837f775a1a4B07F)
* [WBTC](https://oklink.com/canto/address/0x08638a74A8134c747Dce29B57472cc2B57F35653)
* [IBEX](https://oklink.com/canto/address/0xFbdd194376de19a88118e84E279b977f165d01b8)

Liquidity for these tokens can be found within third-party DApps such as [Velocimeter](https://www.velocimeter.xyz/).


---

# 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.canto.io/user-guides/bridging-assets/celer.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.
