A cross-chain bridge moves tokens, data, or messages between blockchains that cannot talk to each other. For tokens the usual pattern is lock the native asset on the source chain, then mint a wrapped copy on the destination. Coming back, you burn the wrapped tokens and unlock the originals.
Who controls lock and mint is the whole security question. A centralized bridge uses operators who hold the locked funds and approve minting. Simple, and you must trust them. A multisig needs several independent signers. Trust is spread, but collusion still works. A light-client bridge checks source-chain state on the destination with cryptography. Closer to trustless, harder to build.
An optimistic bridge assumes the transfer is valid and leaves a window for fraud proofs.
Bridges hold a lot of value because people park assets there while they move. That makes them a target. Exploits have been huge: Ronin about $625 million, Wormhole about $320 million, Nomad about $190 million. Audits, insurance, and using more than one bridge reduce risk. They do not remove it.
Fast, cheap, and trustless bridging at once is still hard. Each design picks a different tradeoff. Bridges are how a multi-chain world works. They are also one of crypto's weakest points.
Treat a bridge like a vault, not like a wire transfer. If the vault is drained, the wrapped token on the far chain is an IOU nobody can pay. Most bridge hacks steal the locked inventory on the source chain. Treat large bridges as high-value targets, not as pipes.
Cross-Chain Bridge Visualizer
See how tokens are locked on one chain and wrapped tokens are minted on another
Source Chain
Destination Chain
Bridge Amount
100 tokens
Ethereum
Your Balance
1000
Locked in Bridge
0
Bridge Status
Ready to bridge
Polygon
Your Balance
0
Wrapped Tokens
0
How it works: Original tokens are locked in a smart contract on the source chain, while equivalent "wrapped" tokens are minted on the destination chain. The bridge validators ensure the 1:1 backing relationship.