What is Bridge?
A blockchain bridge is a protocol enabling asset and data transfer between different blockchain networks — locking assets on one chain and minting equivalent representations on another.
WHY IT MATTERS
Bridges connect isolated blockchains. They enable: moving ETH from Ethereum to Arbitrum, transferring USDC from Ethereum to Solana, and sending messages between any connected chains.
Bridge architectures vary in trust models: canonical bridges (L1↔L2, highest security), multisig bridges (validator committee, moderate security), and trustless bridges (light client verification, highest security but most complex).
Bridge security is critical and historically weak — bridge hacks represent billions in losses. The fundamental challenge: verifying state across chains is hard, and bridges concentrate enormous value in their contracts.