The moment to choose a native swap route is when the direct bridge would hand you a wrapped representation of the asset you asked for, and the destination chain has enough native-asset liquidity to convert it cheaply. A native swap route is three legs: swap into the native token on the source chain, bridge that token over the canonical bridge, then swap it again on the destination chain. “Native” describes the bridge leg, not the whole route.
Most route guides stop at the bridge leg and call this a “native transfer.” That misses the second swap. If the bridge leg carries ETH and you asked for USDC, the route still has to sell ETH on the other side. The route is only competitive when you count that sale.
Arbitrum One and Optimism Network both run the Ethereum Virtual Machine, so the two swap legs are ordinary AMM swaps. The only new number in a native swap route is the canonical bridge fee. That fee is mostly L1 calldata, so it is close to fixed per transfer and moves with the Ethereum base fee, not with your amount. On a quiet weekend it may be a few dollars; on a congested day it can be ten times that. A liquidity-network bridge, by contrast, charges a percentage that moves with size and pool utilisation.
This gives the size rule. For small amounts, the fixed canonical bridge fee dominates, so a direct bridge usually wins. For large amounts, the fixed fee becomes negligible, but price impact on the destination swap starts to bite. A native swap route stays competitive only if the pair has real liquidity on both ends.
Finality is the second variable. The bridge leg sets the timeline; the two swap legs add seconds. A canonical bridge waits for L1 finality, a liquidity bridge prices the wait, and CCTP waits for an off-chain attestation.
As of 2026, the CCTP corridors are the first thing I check. For USDC between supported chains, a direct CCTP route is usually cheaper and faster than a native swap route. So the native route wins on pairs without a stablecoin corridor, and on pairs where the only direct alternative is a percentage-fee liquidity bridge. If that bridge charges 1%, a native swap route with about $5 of canonical-bridge gas and 0.2% of combined swap costs breaks even near $625 and wins above that. Below it, the direct bridge is the better trade-off.
I run the same order through ParaSwap before I trust any of these rules. The route list shows the leg order directly; the label matters less than where the swaps happen.
Because every figure above changes with gas, pool depth, and bridge utilisation, a route that wins today will not win next week. The number that settles it is the native swap route estimate for that exact order. Compare it with a direct bridge on the same size and you will see which leg is carrying the premium.
It ends in the canonical on-chain token. The bridge leg may pass through a representation of the native asset, but the final swap is what puts you in the asset the destination chain treats as canonical.
No. Unwrapping is a gas-only token operation with no price impact. A native swap route has an AMM swap, with a fee tier and slippage.