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

# IBC (Cronos POS Chain, other Cosmos chains)

## Introduction

<figure><img src="/files/Il6vo9jSYX2XMfIVD7e3" alt="" width="563"><figcaption></figcaption></figure>

The Cronos Bridge’s goal is to support the seamless transfer of assets between blockchains to foster interoperability and for users to enjoy the best DApps and earnings no matter the chain.

The Cronos Bridge (Beta) can be found at <https://cronos.com/bridge>

Cronos Bridge is a fully decentralised protocol built on the open-source projects of [IBC](https://ibcprotocol.org/).

Please read this guide and review the project documentation carefully as misuse may cause the incorrect transfer or even loss of assets. We recommend transferring a small amount first to get yourself acquainted with the Bridge before moving over significant amounts.

#### Currently supported networks:

* Cronos POS Chain <=> Cronos (Cronos EVM Chain): CRO token;
* [Cosmos Hub](https://hub.cosmos.network/) <=> Cronos: ATOM token;
* [Akash](https://akash.network/) <=> Cronos: AKT token;
* [IRISnet](https://www.irisnet.org/)<=> Cronos: IRIS token;
* [CANTO](https://www.canto.io/) <=> Cronos: CANTO token;
* [Celestia](https://celestia.org/) <=> Cronos: TIA token;
* [Juno](https://www.junonetwork.io/) <=> Cronos: JUNO token.

#### Currently supported wallets:

* Metamask, Keplr, Crypto.com Onchain Wallet

We are constantly working on adding new tokens and blockchains. If you have any feedback or concerns, please reach out to <bridge@cronos.com>.

## Via Cronos Bridge Web App

The Cronos Bridge (Beta) can be found at <https://cronos.com/bridge>.

{% content-ref url="/pages/MJuN2Zmq4nFYCsGWRHZo" %}
[Cronos Bridge Web App](/for-users/bridge/other_chain/webapp.md)
{% endcontent-ref %}

## Via Crypto.com Onchain Wallet

Crypto.com Onchain Wallet has integrated with Cronos Bridge and provided a front-end UI to allow all users to seamlessly transfer assets over to Cronos straight from the app.

Please visit the [Crypto.com Onchain Wallet page](https://help.crypto.com/en/articles/5645017-cronos-bridge) for details.


---

# 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.cronos.com/for-users/bridge/other_chain.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.
