Bridges
Cross-chain bridges move billions per week and remain the highest-risk surface in Web3. This hub maps every bridge architecture we cover — intent bridges, liquidity bridges, canonical L2 bridges, and aggregators — with fee, speed, and security comparisons.
Cross-chain bridges are the connective tissue of Web3 — and historically its single most exploited component. More than $2.5B has been lost to bridge hacks since 2021, which is why the right question is never simply "which bridge is cheapest" but "which trust model am I comfortable underwriting for the size and duration of this transfer." This hub groups every bridge we cover by architecture so you can reason about that trade-off directly.
There are four architectures worth distinguishing. Canonical (native) L2 bridges are operated by the rollup itself and inherit the security of the underlying chain — the safest option, but withdrawals back to Ethereum can take up to seven days on optimistic rollups. Intent-based bridges like Across use bonded relayers who front you the destination asset in seconds and reconcile later against an optimistic oracle; they are fast and capital-efficient but introduce relayer and oracle assumptions. Liquidity-network bridges such as Stargate move value through pools on each chain and can deliver native assets via burn-and-mint standards like CCTP. Lock-and-mint bridges issue wrapped representations and concentrate risk in large honeypot pools — the model behind most historical exploits.
For everyday transfers, the practical decision tree is short. Moving major assets between EVM L2s? An intent bridge, or a bridge aggregator that can route to one, usually gives the best combination of speed and price. Need native USDC on the destination rather than a wrapped variant? Route through CCTP-backed liquidity bridges. Bridging to or from a non-EVM chain like Solana? Coverage, not cost, becomes the deciding factor, and Wormhole or a solver-auction aggregator is often the only credible path. Making a very large, non-urgent transfer to Ethereum mainnet? The canonical bridge's longer wait buys you the strongest security guarantee available.
Every comparison in this silo applies the same security-first methodology: we describe the trust model in plain terms, name the specific failure mode (relayer compromise, validator collusion, wrapped-asset concentration), and only then weigh fees and speed. We never rank a bridge higher because it pays a larger referral — affiliate relationships are disclosed and never influence ordering.
Pages in this silo (5)
comparison
Best Crypto Bridges 2026
15-protocol comparison covering fees, speed, security model, and L2 coverage.
comparison
Best Blockchain Bridge
Editorial pick for the strongest blockchain bridge by use case.
comparison
Best Bridges to Base
Fastest and cheapest paths to Base L2 from Ethereum and other L2s.
comparison
Top Bridging Aggregator for Layer 2
Which aggregator wins on L2 routing — fees, slippage, and reliability.
news
Bridge Intelligence
Routing changes, security incidents, and TVL flows across bridges.
Frequently Asked Questions
Why are bridges considered the riskiest part of DeFi?
Bridges hold or mint large amounts of value and must verify events that happened on a different chain, which is inherently hard to do trustlessly. A single verification bug or validator-set compromise can drain everything the bridge secures at once — which is exactly how the largest crypto exploits on record happened. The risk is structural, not a reflection of any one team's competence.
What is the safest way to bridge a large amount?
For transfers to Ethereum mainnet where you can tolerate the wait, the canonical L2 bridge is the strongest guarantee because it inherits the chain's own security. For everything else, split large transfers into smaller tranches, prefer native-asset delivery (CCTP) over wrapped tokens, and never leave bridged funds sitting in a bridge or its wrapped pools longer than necessary.
Should I use a single bridge or a bridge aggregator?
An aggregator quotes multiple underlying bridges and routes to the best one for your specific pair, which usually wins on price and reliability. The trade-off is an extra layer of smart-contract and routing-logic risk. For routine L2 transfers an aggregator is the pragmatic default; for maximum-security transfers, going direct to a canonical bridge removes a layer of dependency.
How fast are cross-chain bridges?
Intent and solver-based bridges typically settle in under 30 seconds for major assets on EVM L2s. Liquidity bridges are usually a few minutes. Canonical withdrawals from optimistic rollups back to Ethereum take up to seven days by design — that delay is the fraud-proof window, not slow software.