Every blockchain is, by design, a closed ledger: Ethereum has no native way to read a Solana block or verify a Bitcoin transaction, and vice versa. Cross-chain describes the broader effort to break down that isolation, letting value and information move across otherwise incompatible networks so a multi-chain ecosystem can function as one connected market rather than hundreds of separate islands.
Two mechanical patterns dominate. The first, used by most blockchain bridges, is lock-and-mint: assets are locked in a contract on the source chain, a set of validators or relayers attests to the deposit, and an equivalent wrapped token is minted on the destination chain. The second is peer-to-peer swapping without any intermediary custody, typically via an atomic swap using hash time-locked contracts, or through liquidity-network bridges that match users against pooled assets on both chains instead of minting synthetic tokens.
Trust assumptions vary sharply. Early bridges relied on centralized guardians or small multisig groups, concentrating enormous value behind a handful of keys. That model has repeatedly proven fragile: the Ronin Bridge lost roughly $625 million in 2022 after validator keys were phished, and Wormhole lost around $326 million the same year to a signature-spoofing bug. Newer designs favor trustless, smart-contract-verified messaging or hub-and-spoke protocols like Cosmos's IBC to reduce that single point of failure.
Despite the risks, cross-chain infrastructure remains essential wherever users want DeFi, NFTs, or governance to reach beyond one network's boundaries.