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

# Bridging Funds to Cronos

Cronos ID is part of the Cronos ecosystem. You need to bridge your funds to the Cronos blockchain before you can start our protocol.

### From the Crypto.com App and Exchange Platforms <a href="#from-the-crypto.com-app-and-exchange-platforms" id="from-the-crypto.com-app-and-exchange-platforms"></a>

Being a Cronos Labs incubatee, we have received tremendous support from the Cronos family and the Crypto.com ecosystem. If you are part of the CRO fam, these are the ways you can bridge your funds to Cronos:

* For Crypto.com App users \[[Guide](https://cronos.crypto.org/docs/bridge/cdcapp.html#transfer-assets-using-crypto-com-app)]
* For Crypto.com Exchange users \[[Guide](https://cronos.crypto.org/docs/bridge/cdcex.html#transfer-assets-using-crypto-com-exchange)]

### From the Cosmos Ecosystem <a href="#from-the-cosmos-ecosystem" id="from-the-cosmos-ecosystem"></a>

The following leverage [IBC protocol](https://ibcprotocol.org/) which is the battle-tested Cosmos inter-chain. You can convert your Cosmos assets into CRO tokens onto Cronos POS, then bridge them over to Cronos at no cost.

* **If you're using wallet via Chrome extension**

  * Use Web-based [Cronos Bridge](https://cronos.crypto.org/) \[[Guide](https://cronos.crypto.org/docs/bridge/webapp.html)]
  * They support [Crypto.com Onchain](https://help.crypto.com/en/collections/2221157-crypto-com-onchain), [Keplr](https://www.keplr.app/), and [Metamask](https://metamask.io/) extension

  ​
* **If you're using mobile device**

  * For **Metamask Mobile App** users: Go to Metakmask Mobile App > [Cronos Bridge](https://cronos.crypto.org/bridge/)​
  * For **Crypto.com Onchain** users: Go to Crypto.com Onchain App > A bridge will be launched right in the app \[[Guide](https://cronos.org/docs/bridge/other_chain.html#via-crypto-com-defi-wallet)]

  ​
* **If you're using Crypto.com Desktop Wallet**
  * Go to Crypto.com Desktop Wallet App > A bridge will be launched right in the app \[[Guide](https://cronos.org/docs/bridge/other_chain.html#via-crypto-com-defi-desktop-wallet)]


---

# 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.cronosid.xyz/user-guides/getting-started/bridging-funds-to-cronos.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.
