Bridge (Cross-Chain)
A protocol enabling the transfer of tokens or data between two separate blockchains, typically by locking assets on one chain and minting equivalents on another.
Bridge (Cross-Chain) — A blockchain bridge is a protocol that enables the transfer of tokens, data, or messages between two separate blockchain networks. Bridges solve the interoperability problem by locking assets on the source chain and minting equivalent wrapped representations on the destination chain, or by using liquidity pools on both sides to facilitate cross-chain swaps.
How Bridges Work
The most common bridge architecture is lock-and-mint: a user deposits tokens into a smart contract on the source chain, and the bridge protocol mints an equivalent amount of wrapped tokens on the destination chain. When the user wants to return, they burn the wrapped tokens and the original assets are unlocked. For example, bridging USDC from Ethereum to Arbitrum locks USDC on Ethereum and mints bridged USDC on Arbitrum.
Liquidity-based bridges operate differently. Instead of locking and minting, they maintain liquidity pools on both chains. A user deposits tokens on one side and a liquidity provider releases tokens on the other side. This model, used by protocols like Across and Stargate, is faster because it does not require waiting for finality on the source chain, but it depends on sufficient liquidity being available.
Native bridges are built directly into the Layer-2 protocol. Arbitrum, Optimism, and Base each have canonical bridges that move assets between Ethereum mainnet and their respective L2 networks. These native bridges are the most secure option but are typically slower (withdrawals from optimistic rollups take 7 days to finalize) than third-party bridge protocols.
Why Bridges Matter
Bridges are essential infrastructure for a multi-chain DeFi ecosystem. Without bridges, assets on one chain are completely isolated from opportunities on another. A trader holding ETH on mainnet cannot participate in a Solana token launch, and a user with SOL cannot supply liquidity on Arbitrum, unless bridges connect these networks.
However, bridges are also among the highest-risk components in crypto. They hold large pools of locked assets, making them prime targets for hackers. The Ronin bridge ($625M), Wormhole ($320M), and Nomad ($190M) exploits demonstrate the security challenges. Traders should use established bridges, verify contract addresses, and avoid bridging more than necessary. Native L2 bridges and battle-tested protocols like Across and Stargate have the strongest security track records.
Real-World Example
A trader holds USDC on Ethereum mainnet but wants to trade a new token on Base. They use the Base native bridge to send USDC from Ethereum to Base. The bridge contract locks their USDC on Ethereum and the Base sequencer credits USDC to their address on Base. The deposit takes approximately 10-15 minutes. Alternatively, they could use a third-party bridge like Across, which uses liquidity providers to deliver USDC on Base within 1-2 minutes at a small fee (0.05-0.1%). After trading, they can bridge profits back to Ethereum or another chain.
Related Terms
Cross-Chain
Referring to operations, protocols, or assets that interact with or span multiple separate blockchain networks.
Read definition Blockchain & Crypto FundamentalsInteroperability
The ability of different blockchains to communicate, share data, and transfer value without a centralized intermediary.
Read definition Blockchain & Crypto FundamentalsLayer 2 (L2)
A scaling solution built on top of a Layer 1 blockchain to increase throughput and reduce costs while inheriting base layer security.
Read definition Blockchain & Crypto FundamentalsRollup
An L2 scaling technique that bundles hundreds of transactions into one on-chain batch, drastically reducing per-transaction costs.
Read definition Blockchain & Crypto FundamentalsEVM (Ethereum Virtual Machine)
The computation environment that executes smart contracts on Ethereum and EVM-compatible chains like Base, Arbitrum, and BNB Chain.
Read definitionFrequently Asked Questions
Common questions about Bridge (Cross-Chain) in cryptocurrency and DeFi.
Bridge security varies significantly. Native L2 bridges (Arbitrum Bridge, Base Bridge) inherit the security of their respective rollup proofs and are the safest option. Third-party bridges like Across and Stargate are well-audited and have strong track records. Newer or less-established bridges carry higher risk. Always verify you are using the official bridge URL and never approve unlimited token spending.
Speed depends on the bridge type. Liquidity-based bridges complete in 1-5 minutes. Native L2 deposits take 10-20 minutes. Withdrawals from optimistic rollups (Arbitrum, Optimism, Base) to Ethereum take 7 days because the protocol requires a challenge period to verify the withdrawal is legitimate. Fast withdrawal services can shorten this at an additional cost.
Wrapped tokens are representations of an asset from another chain. When you bridge ETH to Polygon, you receive WETH (Wrapped ETH) on Polygon, backed 1:1 by ETH locked in the bridge contract on Ethereum. Wrapped tokens can be used in DeFi on the destination chain and redeemed for the original asset by bridging back.
Ready to put your knowledge into practice?
Start Boosting