DeFi Intel

What is Cross-Chain?

Plain-English explainer · Updated 2026-07-02 · By DeFi Intel

How it works

Cross-chain transfers commonly rely on a lock-and-mint or burn-and-mint mechanism. A bridge locks assets on the source chain and mints a wrapped representation on the destination chain. For example, the Polygon PoS Bridge locks an ERC-20 token such as USDC on Ethereum mainnet and mints a matching representation on Polygon. When returning, the wrapped tokens are burned and the original locked assets are released. This process is secured by validators or a multi-signature set that monitors events on both chains.

More advanced protocols like Chainlink CCIP and LayerZero use a general message passing (GMP) architecture. Instead of simple asset bridging, they allow arbitrary data—such as smart contract calls or token transfers—to be sent across chains. LayerZero uses a Ultra Light Node (ULN) that offloads verification to oracles and relayers, while CCIP employs a decentralized Risk Management Network. These systems can move both native assets (via burn/mint) and wrapped assets, supporting complex DeFi interactions like cross-chain lending.

Trust and security vary across cross-chain solutions. Permissionless bridges like those using the Inter-Blockchain Communication (IBC) protocol in Cosmos rely on light client verification of consensus proofs, offering strong security. In contrast, many bridges use a federation of validators or a multi-sig, creating a trust assumption. Hacks of bridges (e.g., Wormhole in 2022) highlight risks. Emerging standards like CCTP (Circle Cross-Chain Transfer Protocol) aim to minimize trust by using a native burn/mint model on the USDC issuer's side, reducing reliance on third-party bridges.

Why it matters

Cross-chain technology is vital for a fragmented blockchain landscape. It unlocks liquidity trapped on individual chains, allowing users to access DeFi protocols, assets, and dApps across networks without relying on centralized exchanges. By enabling composability across ecosystems, cross-chain solutions reduce friction, improve capital efficiency, and support a more interconnected and scalable decentralized web. Without it, blockchains would remain isolated silos, limiting the growth and utility of the entire crypto economy.

Real-world examples

Real-world cross-chain implementations include the Polygon PoS Bridge for transferring tokens between Ethereum and Polygon, Wormhole for connecting multiple chains including Solana and Ethereum, Cosmos IBC for sovereign zone interoperability, and Chainlink CCIP for secure arbitrary messaging. Events like the $320 million Wormhole exploit and the $600 million Ronin bridge hack underscore the security challenges of cross-chain designs.

FAQ

Is cross-chain the same as a blockchain bridge?

Not exactly: cross-chain refers to the general ability to move assets or data between chains, while a bridge is a specific protocol or application that implements that ability. All bridges enable cross-chain functionality, but cross-chain can also occur via atomic swaps or other mechanisms.

How does cross-chain work on Cosmos?

Cosmos uses the Inter-Blockchain Communication (IBC) protocol, which relies on light client verification. Each IBC-connected chain maintains a light client of the other, allowing trustless transfer of tokens and data without a third party.

Is cross-chain secure?

Security depends on the design. IBC and CCTP are considered more secure as they minimize trust assumptions, while many third-party bridges rely on validator sets that have been exploited. Users should assess the specific bridge's security model.

Related terms

Go deeper

Browse the complete crypto glossary to explore related terms and concepts.

Browse Glossary

Entities mentioned