# Bridging Assets

## Canto.io

The [**app.canto.io/bridge**](https://app.canto.io/bridge) frontend allows you to bridge assets in and out of Canto from Ethereum, Cosmos Hub, and other IBC-enabled chains. Under the hood, it is powered by Gravity Bridge, LayerZero, and IBC, depending on the asset being bridged.

For more information about using the frontend, see the following pages:

* [Bridging to Canto](/user-guides/bridging-assets/to-canto.md)
* [Bridging from Canto](/user-guides/bridging-assets/from-canto.md)

## Third-Party Bridges

Various third-party bridges also support bridging directly to the Canto EVM:

* [Synapse Bridge](/user-guides/bridging-assets/synapse.md)
* [Celer cBridge](/user-guides/bridging-assets/celer.md)


---

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