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

# Cross-chain Bridge

As a key component of multi-chain interoperability and asset flow, the Conscious Chain cross-chain bridge enables secure and efficient transfers between major blockchains.

* MPC + Multisig Wallets: Assets are managed with MPC and multisig security, with hot/cold wallet separation to prevent central control.
* Built-in Mapping System: Supports deposits from Ethereum, BSC, Solana, Polygon, TON, and more. Assets are wrapped automatically and minted on Conscious Chain.
* Efficient Messaging Protocol: Lightweight message verification ensures rapid state synchronization with relay nodes and event listeners.
* zkRollup Acceleration (Planned): Future implementation of zkRollup verification paths will enable fast, private, and efficient cross-chain communication.
* Liquidity Hub: Enables seamless multi-chain token swaps via a single interface, optimizing for liquidity and conversion rates.
* Community Governance: Parameters, validator changes, and upgrades are governed via $CCC votes.
* Application Scenarios: The bridge supports DEX trading, NFT transfers, DeFi strategy migration, and AI model relocation, forming the basis of an interoperable finance and compute layer.


---

# 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://ailiquid.gitbook.io/ailiquid-docs/cross-chain-bridge.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.
