Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
The Deepest Crypto Knowledge Base
crypto-bible.com
LATEST
Solana 2026: DEX Volume Surpasses Ethereum, TVL Only One-Tenth — What This Gap Actually Means  ·  Choosing a Crypto Exchange: It's Not Just About Fees — A Complete Evaluation Framework for Security, Compliance, and Fiat Access  ·  Bitcoin vs Ethereum: Both Lead Crypto, but They Made Completely Different Choices on the Most Fundamental Design Questions  ·  Israel's Crypto Tax Amnesty Got Only 58 Filers: A Failed Policy Experiment That Exposes the Global Taxation Dilemma  ·  Infinite Token Approvals: The Permanent Withdrawal Rights You Quietly Grant in DeFi — and How to Revoke Them  ·  Rug Pull Identification Guide: Six Early Warning Signals Worth Carefully Checking Before You Invest
Glossary · defi-basics

Cross-Chain Bridge

defi-basics Intermediate

30-Second Version · For the impatient
A cross-chain bridge is an infrastructure protocol that lets users transfer crypto assets from one blockchain to another. Because different blockchains are fundamentally independent with no direct communication, cross-chain bridges provide a technical connector — typically locking assets on the source chain and minting corresponding wrapped tokens on the destination chain. Bridges are core infrastructure for the multi-chain DeFi ecosystem, but their contracts must lock large capital, making them historically one of DeFi's most frequently hacked and largest-loss attack targets.
Full Explanation +
01 · What is this?

Why can't tokens be transferred directly between different chains, and what does a bridge solve? Each blockchain is a completely independent ledger — it only validates events on its own chain. Bitcoin's nodes don't know what happens on Ethereum; Ethereum can't directly confirm Solana transactions. This isolation means assets can't flow cross-chain like bank transfers. The bridge solution is Lock-and-Mint: you lock 1 ETH in the bridge contract on Ethereum; the bridge's cross-chain communication relays this lock event to the destination chain; the destination chain mints 1 WETH for you. Your funds haven't truly moved — 1 ETH locked on Ethereum, 1 WETH added on Arbitrum. Reverse bridging burns WETH and unlocks the original ETH.

02 · Why does it exist?

What are the main types of cross-chain bridges and their differences? Lock-and-Mint: most common — lock on source, mint wrapped tokens on destination; downside is assets concentrated in the bridge contract, a high-value attack target. Burn-and-Mint: burn on source, mint on destination; suitable for natively multi-chain tokens, avoiding concentration risk, but requires token protocol support. Liquidity Pool Bridge: both chains have liquidity pools; deposit on Chain A, withdraw from Chain B's pool — similar to AMM mechanics, no original asset locking needed, but pool depth caps bridgeable scale. Stargate (built on LayerZero) is representative. Official vs third-party bridges: most L2s have official bridges integrated into their own security architecture; third-party bridges often offer faster speed or more route support but vary in security.

03 · How does it affect your decisions?

Why are cross-chain bridges hacked so frequently, and what were the largest historical bridge attacks? Bridges are one of DeFi's highest-loss hack categories for clear reasons: bridges lock large capital, and technical complexity (cross-chain communications, external validators, multi-chain contract coordination) increases attack surface. The three largest historical bridge attacks: Ronin Bridge (March 2022, $625M): Lazarus Group compromised 5 of 9 Ronin validator nodes, directly approving fake withdrawals — textbook validator centralization failure. Poly Network (August 2021, $611M): cross-chain contract authorization logic vulnerability let attackers bypass verification; attacker returned most funds afterward. Wormhole (February 2022, $320M): contract vulnerability let attackers forge validated messages, minting 120K unbacked WETH.

04 · What should you do?

What are practical safety recommendations for cross-chain bridging to reduce risk? Several key practical safety principles. First, prefer official bridges: Arbitrum Bridge, Optimism Gateway, Base Bridge, etc. are integrated in L2 protocol security — lowest relative risk; the cost is OP Rollup official bridge withdrawal taking 7 days. Second, for third-party bridges, choose reputable ones with audit records: Stargate, Hop Protocol, Synapse over obscure bridges. Third, don't leave funds sitting in the bridging process: bridging is movement not storage — confirm destination chain tokens arrived then move immediately, don't let funds sit in bridge contracts. Fourth, confirm received tokens are correct: after bridging, verify the official token contract address on the destination chain, not impersonator tokens. Worth spending 30 seconds before each bridge confirming you're on the official URL (anti-phishing).

Real-World Example +

Illustrate the entire bridging process with an Ethereum-to-Arbitrum bridge. You want to move 1 ETH from Ethereum mainnet to Arbitrum to use DeFi (much lower fees). Open the official bridge (bridge.arbitrum.io), confirm the URL is correct, connect MetaMask, select source chain (Ethereum) and destination (Arbitrum One), input 1 ETH. After confirming, MetaMask asks you to sign a transaction (Deposit), sending 1 ETH to the bridge contract to lock. Wait ~15 minutes (Ethereum confirmation blocks); Arbitrum automatically mints 1 WETH visible in your Arbitrum wallet. If you later want funds back on Ethereum, use the Arbitrum official bridge Withdraw — must wait 7 days for the OP Rollup challenge period. If you don't want to wait 7 days, use a third-party bridge (Hop Protocol, Stargate) for a small fee — typically minutes to hours. Throughout the process, your fund security depends on the bridge contract not being hacked — this is the fundamental bridging risk no step can fully eliminate.

Diagram
Cross-Chain Bridge: Lock-and-Mint Mechanism跨鏈橋 Lock-and-Mint 機制流程圖:三個方塊呈現橋接核心步驟——①以太坊:用戶鎖定 1 ETH 在橋的合約中;②橋(Relayer/Oracle):驗證鎖定事件並轉遞確認;③目標鏈 Arbitrum:鑄造 1 WETH 給用戶。圖底紅色警示框標示核心安全風險:所有鎖定資產集中在單一合約,並附歷史最大橋接攻擊Cross-Chain Bridge: Lock-and-Mint MechanismEthereumYou hold 1 ETHLock 1 ETHin bridge contractBridgeValidates lock proofRelayer / Oracleconfirms eventArbitrumYou receive 1 WETHMint wrapped ETHon destination chain⚠ Bridge Contract = Single Point of FailureAll locked assets in one contract. If hacked, all cross-chain assets at risk.Ronin $625M · Poly Network $611M · Wormhole $320MCrypto Bible · crypto-bible.com
Feel free to share. Please credit the source.
Common Misconceptions +
✕ Misconception 1
× Misconception 1: Cross-chain bridges are all basically the same technical tool; which one you use doesn't matter much. Historical data makes this untenable. The security gap between bridges with multiple audit rounds and wide usage versus small, obscure bridges is enormous. Ronin and Wormhole show that bridge security architecture design directly determines hack risk — choose bridges as carefully as you choose exchanges.
✕ Misconception 2
× Misconception 2: After bridging, my ETH on Arbitrum is as safe as ETH on Ethereum mainnet. Not entirely. Bridged tokens' security partially depends on the bridge contract security — if the bridge is attacked and original ETH on Ethereum is withdrawn, WETH on Arbitrum loses its backing. Official bridges integrated into L2 security architecture have relatively the lowest risk; third-party bridges each carry varying levels requiring independent assessment.
The Missing Link +
Direct Impact

Bridge's core trade-off is between multi-chain ecosystem asset mobility and the concentrated security risk of locked assets. Without bridges, assets are isolated between chains — multi-chain DeFi is a collection of separate islands; with bridges, capital can pursue optimal yields across chains, but bridge contracts become massive attack targets. The technical solution direction is building bridge security on cryptographic guarantees (ZK bridges) rather than centralized validators — ZK bridges using zero-knowledge proofs for cross-chain message validity are the most architecturally secure current direction, but with higher computational complexity. Long-term, safely and frictionlessly connecting different blockchains remains one of the multi-chain ecosystem's most fundamental unsolved engineering problems.

Ask a Question
Please enter at least 10 characters
More Related Topics