Skip to main content
Important: We do not provide financial advice or custody funds. All transactions occur on third-party platforms.

How Cross-Chain Bridges Work

The mechanics of lock-and-mint, burn-and-mint, atomic swaps, and the major messaging protocols (LayerZero, IBC, Chainlink CCIP) that move value across chains today.

14 min · advanced · part of Cross-Chain & Bridges: Connecting Blockchains

Bridge Mechanics: The Core Question

Every bridge faces the same fundamental challenge. When tokens are created on the destination chain, the mechanism must guarantee that they are properly backed by real assets on the source chain. And the mechanism must prevent fraud — someone creating tokens on the destination without legitimately locking or burning anything on the source. Different bridge designs solve this challenge in different ways. The three core models are lock-and-mint, burn-and-mint, and atomic swap, with variations and combinations on top. Around those core models sit the messaging protocols (LayerZero, Chainlink CCIP), the native interoperability protocols (IBC), and the asset-specific protocols (Circle CCTP) that operationalize the core mechanics for real users. This lesson covers each model and its real-world implementations so you can recognize what is actually happening when you click "bridge" in a wallet.

Also in this lesson

  • Lock-and-Mint Bridges
  • Burn-and-Mint Bridges (CCTP and Beyond)
  • Atomic Swaps
  • Cross-Chain Messaging: LayerZero, IBC, Chainlink CCIP
  • Using a Bridge: A Practical Walkthrough
  • For Deeper Reading

Key terms

Lock-and-mint
A bridge mechanism where original tokens are locked in a smart contract on the source chain and equivalent wrapped tokens are minted on the destination chain.
Burn-and-mint
A bridge mechanism where the source-chain asset is destroyed (burned) and the issuer authorizes minting an equivalent native amount on the destination chain. Used by Circle CCTP for USDC.
Atomic swap
A trustless peer-to-peer cross-chain trade using hashed timelock contracts (HTLCs) to ensure both sides complete or neither does.
Hashed timelock contract (HTLC)
A smart contract pattern that locks funds with two conditions: a hash preimage that releases funds to one party, and a timeout that returns funds to the other party. The cryptographic primitive underlying atomic swaps.
CCTP V2
Circle's 2025 upgrade to its Cross-Chain Transfer Protocol, adding Fast Transfer (seconds-level finality via prefunded liquidity) and Hooks (atomic post-mint smart contract calls).
LayerZero V2
Generalized cross-chain messaging protocol supporting 160+ chains. Uses configurable Decentralized Verifier Networks (DVNs) chosen per-application. Stargate V2 spans 16 chains, with combined volume in the $70-75B range.
Chainlink CCIP
Cross-Chain Interoperability Protocol from Chainlink. Mainnet Early Access July 2023, GA April 2024. Supports 60+ networks, powers $14T+ in onchain transaction value, with Coinbase adopting it as sole bridge for $7B in wrapped tokens on Base in December 2025.
Risk Management Network
Chainlink CCIP's independent secondary verifier committee that monitors all messages and can block them if anomalies are detected, complementing the primary OCR consensus.
Light client
A simplified blockchain client that can verify transactions cryptographically without storing the full chain. Used by Cosmos IBC and Attestor framework to enable trust-minimized cross-chain verification.
Liquidity-network bridge
A bridge model that uses prefunded pools of native tokens on each chain rather than locking and minting wrapped tokens. Examples include Across (UMA), Hop Protocol ($3B+ cumulative L2 transfers), Synapse, and Stargate (LayerZero).

Continue this lesson — 6 more sections in the CryptoBipto app.

Open lesson

Educational only — not financial advice.