Blockchain interoperability describes the protocols and infrastructure that let independent networks such as Bitcoin, Ethereum, and dozens of Layer 1 and Layer 2 chains verify each other's state and move value or data between them. Because each chain runs its own consensus rules, validator set, and transaction format, none can natively read what happens on another; interoperability tooling closes that gap.
Several architectures compete on the trust-versus-speed trade-off. Blockchain bridges lock or burn an asset on the source chain and mint a wrapped equivalent on the destination, secured by validators, multisig custodians, or light clients that cryptographically verify the other chain's state. Protocols like IBC, used across the Cosmos ecosystem, rely on light-client proofs rather than external validators, while messaging networks such as LayerZero and Wormhole route arbitrary data between chains for developers building applications that span several networks at once. A related but narrower concept is the sidechain, a separate chain pegged to a parent chain for scaling rather than general cross-chain messaging.
Interoperability matters because liquidity, users, and applications are fragmented across chains; without it, an asset native to one network is effectively unusable on another. It also carries real risk: bridges that hold pooled collateral have been among the most exploited category in crypto, with the 2021 Poly Network incident (over $600 million) and the 2022 Ronin Bridge hack ($625 million) ranking among the largest thefts in the industry's history, both tracing back to compromised validator or signature-verification logic rather than flaws in the underlying blockchains.
As more value settles across Ethereum, Cosmos, and modular rollup ecosystems, interoperability is increasingly treated as core infrastructure rather than an afterthought, with newer designs favoring light-client and zero-knowledge verification over trusted intermediaries.