← All guides

What is a cross-chain swap?

A cross-chain swap exchanges a token on one blockchain for a token on another (for example, ETH on Ethereum for USDC on Base) in a single flow. It combines two steps that used to be separate: bridging value from one chain to another, and swapping one token for a different one. Done well, you start with one asset on one chain and end with the asset you want on the chain you want, without manually juggling bridges and exchanges.

How it works

Under the hood, a cross-chain swap usually relies on one or more of these:

  • Bridges move value between chains, either by locking-and-minting a wrapped asset or by using liquidity pools on both sides.
  • Cross-chain DEX aggregators find the best route across multiple bridges and DEXs and bundle the steps for you.
  • Settlement / solver networks where a party fronts you the destination asset and gets reimbursed on the source chain, which can make swaps feel near-instant.

The result you care about: a quote (how much you'll receive), an estimated time, and a single confirmation instead of several manual transactions.

What to watch for

  • Bridge risk: bridges have historically been a target for large exploits; the safety of a swap depends partly on the bridge it routes through.
  • Slippage: the price can move between quote and execution, especially for large amounts or thin liquidity. Slippage tolerance caps how much that can cost you.
  • Fees: you may pay gas on both chains plus a bridge/protocol fee; compare the all-in cost, not just the headline rate.
  • Finality time: some routes settle in seconds, others take minutes depending on the chains involved.

Frequently asked questions

What's the difference between a bridge and a cross-chain swap?

A bridge moves the same asset from one chain to another. A cross-chain swap also changes which token you hold, so you can go from ETH on one chain to USDC on another in one flow, rather than bridging first and swapping second.

Are cross-chain swaps safe?

They carry the risks of whatever bridge they route through, plus slippage and fees. Using well-established routes, setting a sensible slippage tolerance, and checking the all-in cost reduce the main risks, but no onchain action is risk-free.

Why does a cross-chain swap cost more than a normal swap?

You may pay gas on both the source and destination chains plus a bridge or protocol fee, because the transaction touches two networks instead of one.

More guides