Learn · Cross-chain

How do cross-chain bridges work?

Cross-chain bridges are the infrastructure that lets value move between otherwise isolated blockchains. They make multi-chain trading possible, but they are also among the most security-sensitive components in crypto, having been the target of some of the largest exploits on record. Understanding how bridges work — the main designs, the trade-offs of each, and what to verify before you use one — is essential before you move funds across networks. This article explains the mechanics in plain terms.

The core problem bridges solve

Blockchains cannot natively read each other's state. An asset on Ethereum has no inherent existence on Solana or Arbitrum. A bridge creates a trustworthy link: it observes that you locked or burned an asset on the source chain and causes an equivalent asset to appear on the destination. The challenge is doing this securely without a central party simply promising the funds are there.

Lock-and-mint and burn-and-release

The most common model locks your asset in a contract on the source chain and mints a wrapped representation on the destination. To go back, the wrapped token is burned and the original is released. The wrapped asset is only as trustworthy as the bridge holding the locked collateral — if that contract is exploited, the wrapped token can lose its backing. This is the design behind many bridged-token tickers you see on destination chains.

Liquidity-network bridges

An alternative uses pools of the same asset on both chains. You deposit on the source side and a relayer pays you out from the destination pool, rebalancing later. These can be faster and avoid minting new wrapped assets, but they depend on sufficient liquidity on the destination and on the honesty and solvency of the relayer network. Many modern aggregated routes combine these mechanisms.

Where the risk lives

Bridges concentrate risk in their validators or relayers and in the contracts holding locked funds. Historically, the largest crypto thefts have been bridge exploits, because a single compromised bridge can hold enormous collateral. This is separate from ordinary DEX risk — you are trusting the bridge's security model in addition to the pools you trade in. Treat bridge selection as a security decision, not just a price comparison.

What to verify before bridging

Use established routes with a track record. Confirm the destination token is the representation your downstream app expects, including its contract address and decimals. Budget gas on both chains. Start with a small test amount on any unfamiliar route, do not submit duplicate transfers while one is in transit, and verify arrival on the destination explorer before considering the transfer complete. An aggregator that compares bridge routes by net received and arrival time helps you avoid the worst options.

Legal

Risk disclosure

XAUConnect is a non-custodial swap aggregator. Digital assets are volatile and may lose value rapidly. Content on this page is educational and not investment advice. Verify every contract address on the official block explorer before approving a transaction.

Frequently asked questions

How does a bridge move my tokens?

Typically by locking or burning the asset on the source chain and minting or releasing an equivalent on the destination, or by paying you from a destination liquidity pool via a relayer.

Why are bridges considered risky?

They concentrate large amounts of collateral in contracts and rely on validators or relayers. Historically they have been the target of some of the biggest exploits in crypto.

What is a wrapped token?

A representation minted on the destination chain backed by the original asset locked on the source chain. Its value depends on the bridge securely holding that backing.

How do I bridge more safely?

Use established routes, verify the destination token, budget gas on both sides, test with a small amount first, and confirm arrival on the explorer before trusting the UI.

Live execution

Trade on XAUConnect

Open the swap page to compare live routes, set slippage, and sign from your own wallet — fully non-custodial.

Continue exploring

Related markets, guides & networks

Curated next steps based on this topic — deepen your research before you trade.

Build programmatically

Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.

Developer quickstart