# What is a Cross-Chain Bridge? > Decentralized Finance Publication (decentralized-finance.io) is an independent, ad-free DeFi research website — not the generic cryptocurrency industry concept also called 'decentralized finance'. **Publisher:** Decentralized Finance Publication **Difficulty:** Beginner · **Read time:** 10 min ## Summary A cross-chain bridge is a protocol that allows you to move assets between different blockchains. When you 'bridge' ETH from Ethereum to Arbitrum, you lock ETH in a smart contract on Ethereum and receive a representation of it on Arbitrum. Bridges are essential DeFi infrastructure but also the most-attacked — the Ronin, Wormhole, and Nomad bridges alone lost over $1.5 billion to hacks. ## Why bridges are necessary Different blockchains are separate, isolated systems. Ethereum cannot natively see what is on Solana, and Bitcoin cannot interact with DeFi protocols on Polygon. Each blockchain is like a country with its own currency — bridges are the exchange offices that let you move value between them. As DeFi expanded from Ethereum to dozens of other chains (Arbitrum, Optimism, Base, BNB Chain, Avalanche, Solana, Polygon, and more), the need to move assets between them grew. You might want to use a protocol only available on Arbitrum while holding assets on Ethereum, or take advantage of lower fees on a Layer 2 while your ETH is on mainnet. ## How bridges work: the basic mechanism ### Step 1: Lock or burn on the source chain You send your tokens to the bridge's smart contract on the source chain (e.g., Ethereum). The bridge either locks them in the contract (lock-and-mint model) or burns them permanently (burn-and-mint model). ### Step 2: Relay the message to the destination chain The bridge's infrastructure (which varies by type — see below) verifies that the lock/burn happened on the source chain and relays this information to the destination chain. ### Step 3: Mint or release on the destination chain The bridge mints an equivalent amount of a 'wrapped' token on the destination chain, or releases tokens from a pool already held there. You receive your bridged tokens in your wallet on the destination chain. ### Step 4: Bridging back To return, you burn or lock the bridged tokens on the destination chain, and the original tokens are unlocked or minted back on the source chain. The process runs in reverse. ## Types of bridges ## Bridge security: why bridges get hacked Bridges are the most-hacked category in DeFi. By March 2024, over $2.5 billion had been stolen from bridge exploits. The reason is straightforward: lock-and-mint bridges concentrate enormous value in a single smart contract, making them the highest-value targets in crypto. ## Which bridge should you use? - For Ethereum ↔ Arbitrum/Optimism/Base: Use the official native bridge — it is the most secure option, though slow for withdrawals back to Ethereum - For fast bridging with good security: Stargate, Across, and Hop are well-audited liquidity bridges with strong track records - For USDC specifically: Circle's CCTP (native USDC bridge) gives you true USDC on the destination chain, not a wrapped version - Always check the bridge's audit history and TVL before using a newer or lesser-known bridge - Never use unaudited bridge contracts that appear in ads or social media DMs — bridge scams are extremely common ## FAQ **Q: Is bridging crypto taxable?** It depends on the jurisdiction and bridge type. For lock-and-mint bridges, the original asset still belongs to you — many tax authorities consider this a non-taxable transfer rather than a disposal, similar to moving cash between bank accounts. However, if you receive a different token (e.g., wrapped USDC instead of native USDC), some jurisdictions treat this as a swap (taxable disposal). Consult a crypto tax professional for clarity in your jurisdiction. **Q: How long does bridging take?** Bridging to an L2 (Arbitrum, Optimism, Base) via the native bridge takes about 10–20 minutes. Bridging back to Ethereum via the native bridge takes 7 days due to the fraud proof period. Third-party bridges (Stargate, Across, Hop) offer faster withdrawals in both directions — typically 1–30 minutes — at the cost of a small fee and slightly more trust in the bridge infrastructure. **Q: What is a 'wrapped' token?** A wrapped token (e.g., WETH, WBTC, wrapped USDC) is a representation of an original asset on a chain that does not natively support it. WBTC is Bitcoin represented on Ethereum as an ERC-20 token — you can use it in Ethereum DeFi while your actual Bitcoin is locked in custody. Wrapped tokens introduce the risk that the custodian (or smart contract) holding the original assets could be compromised. **Q: Can I bridge any token?** Most major tokens can be bridged between Ethereum and major L2s and alt-L1s. However, liquidity and support varies significantly. Large, liquid tokens (ETH, USDC, USDT, WBTC) can be bridged cheaply and quickly. More obscure tokens may have limited bridging options, wide spreads, or no support at all on your target chain. Check the bridge's interface for supported tokens before assuming a path exists. --- Canonical: https://decentralized-finance.io/learn/what-is-a-cross-chain-bridge/ AI text endpoint: https://decentralized-finance.io/ai/guides/what-is-a-cross-chain-bridge.txt