veda.ng
Back to Glossary

Cross-Chain Bridge

A cross-chain bridge enables transferring tokens, data, or messages between separate blockchains that otherwise cannot directly communicate, creating interoperability across the fragmented multi-chain ecosystem. The fundamental mechanism for token transfers: lock native tokens on the source chain in a bridge contract, then mint equivalent 'wrapped' tokens on the destination chain. Returning requires burning the wrapped tokens and unlocking the originals. The critical question is who controls the lock/mint process and what security guarantees exist. Centralized bridges rely on trusted operators who custody locked funds and authorize minting, simple but requiring trust. Multisig bridges require multiple independent signers to authorize operations, distributing trust but vulnerable to collusion. Light client bridges verify source chain state cryptographically on the destination chain, approaching trustless operation but limited by technical complexity. Optimistic bridges assume validity and allow fraud challenges during a dispute window. Bridges aggregate massive value as users move assets across chains, making them attractive attack targets. Bridge exploits have caused billions in losses: Ronin ($625M), Wormhole ($320M), Nomad ($190M). Security audits, insurance, and diversification across bridge providers help manage risk. The ideal of trustless, secure, fast, and capital-efficient bridging remains technically challenging, with different designs making different tradeoffs. Bridges are fundamental infrastructure for the multi-chain future but remain one of crypto's riskiest components.