Blockchains can’t natively talk to each other. Ethereum has no way to see what happened on Solana, and Bitcoin can’t directly interact with an Ethereum smart contract. Cross-chain bridges solve this problem, but they’ve also become one of the most exploited categories in all of crypto. Here’s how they actually work and how to use one without becoming a statistic.
What a Cross-Chain Bridge Actually Does
A cross-chain bridge is a protocol that moves tokens, NFTs, or data between two separate blockchains. Think of each blockchain as an island with its own ledger and its own rules. A bridge is the ferry that lets value move between them, even though the islands themselves remain completely separate systems.
The most common model is lock-and-mint: you deposit an asset into a smart contract on the source chain, the bridge locks it, and an equivalent “wrapped” token gets minted on the destination chain. Want your original asset back? You burn the wrapped token, and the bridge releases the original from the lock. Wrapped Bitcoin (WBTC) on Ethereum is the classic example of this in action.
Trusted vs. Trustless Bridges: The Distinction That Actually Matters
This is the single most important thing to understand before using any bridge.
- Trusted (custodial) bridges rely on a company or a small validator committee to confirm every transfer. You’re trusting that operator’s honesty and security practices. They’re typically faster and easier to use, but they concentrate risk into a single point of failure.
- Trustless (non-custodial) bridges use smart contracts, cryptographic proofs, or light-client verification instead of a central operator. They minimise trust assumptions but are often more complex and slower.
Neither model is risk-free. “Trustless” doesn’t mean risk-free, it means the risk shifts from a human operator to the underlying code, which can itself contain bugs.
Why Bridges Keep Getting Hacked
Bridges hold large pools of locked assets and depend on complex verification logic, which makes them an unusually attractive target. Some of crypto’s largest single-incident losses have been bridge exploits: the $624 million Ronin hack, the $320 million Wormhole theft, and the $190 million Nomad exploit, all within a few months of each other in 2022. As recently as May 2026, bridge exploits still accounted for roughly 42% of that month’s total crypto losses industry-wide, even though the category holds only a fraction of total value locked in DeFi.
The good news: total bridge-hack losses have fallen sharply since 2022’s roughly $2 billion, as security practices matured, though the risk hasn’t disappeared, it’s shifted rather than vanished, with centralised exchange hacks now taking the larger overall share of industry losses.
Newer Bridge Designs That Reduce Risk
Not every bridge uses the lock-and-mint model. Liquidity-network bridges instead pre-position liquidity pools on both chains: your asset on Chain A is paid out from an existing pool on Chain B, removing the need for a large, single locked vault that’s attractive to attackers. Similarly, Circle’s Cross-Chain Transfer Protocol (CCTP) moves native USDC through a direct burn-and-mint process with no wrapped token involved at all, removing an entire category of wrapped-token risk for that specific asset.
How to Use a Cross-Chain Bridge Safely
- Choose a bridge with a long track record and published, named security audits, not just a claim of being audited.
- Send a small test amount first on any route you haven’t used before, and only send the full amount once the test transfer confirms successfully.
- Never grant unlimited spending approval unless it’s genuinely necessary. Review and revoke old approvals periodically using a wallet tracking tool that flags risky permissions.
- Save your transaction hash and track the transfer’s status on the built-in bridge tracker and on block explorers for both chains involved.
- Double-check you’re on the genuine bridge website before connecting a wallet, since fake bridge sites designed to drain wallets are a real and growing phishing category.
- Factor in gas fees on both chains, since a bridge transaction typically requires gas on the source chain and sometimes the destination chain too.
When Bridging Makes Sense (and When It Doesn’t)
Bridging is worth it when you’re chasing genuinely better DeFi opportunities, cheaper fees on a Layer 2, or liquidity that simply doesn’t exist on your current chain. It’s worth avoiding for large sums you can’t afford to lose, since even well-audited bridges have failed before, or when a route is new and unproven. For payments and simple transfers, the wrapped-versus-native token distinction often doesn’t matter much; for DeFi strategies requiring a specific canonical asset, it can matter a great deal.
Frequently Asked Questions
Are cross-chain bridges safe to use?
They carry real, well-documented risk. Bridges have been the target of some of crypto’s largest exploits. Using audited, established bridges, sending small test amounts first, and limiting approvals all reduce but don’t eliminate that risk.
What’s the difference between bridging and swapping?
Bridging moves the same asset to a different chain (ETH on Ethereum becomes ETH on Arbitrum). Swapping exchanges one asset for a different one, potentially across chains via a liquidity-network bridge, without necessarily creating a wrapped token.
Why do wrapped tokens carry risk?
A wrapped token’s value depends entirely on the bridge’s custody of the original locked asset. If the bridge is compromised, the wrapped token can become worthless even though nothing happened to the underlying blockchain itself.
How do I know if a bridge is trustworthy?
Look for a long operating track record, named and published third-party security audits, transparent documentation of how the bridge actually verifies transfers, and independent commentary from security researchers rather than only the project’s own marketing.
The Bottom Line
Cross-chain bridges are essential infrastructure for a multi-chain crypto ecosystem, but they remain one of the highest-risk categories in the space. Understand whether you’re using a trusted or trustless bridge, favour established platforms with real audit histories, test with small amounts first, and never grant more permission than a transaction actually needs. The technology has genuinely improved since 2022’s worst incidents, but “improved” isn’t the same as risk-free.