DEX — DEX · cross-chain guide

Cross-chain DEX arbitrage:
same token, different chains, different prices

When the same token has pools on multiple chains, each pool prices independently through its own AMM curve. Prices drift, sometimes meaningfully — and the gap is the trade. Same-chain DEX-DEX windows exist too but get arbed by aggregators in milliseconds, so they're not realistic for a hand-trading user. Cross-chain is the user-actionable space: real spreads, minutes of life, bridge required to capture. This guide covers what cross-chain DEX-to-DEX arbitrage is, why the spreads exist, how to execute end-to-end without bleeding to slippage or bridge friction, and where Finder fits in.

30+ DEX chains AMM-aware slippage math $1k depth verified <2s pool → TG
What it is

Cross-chain DEX arbitrage in plain English

The same token lives on many blockchains at once — Ethereum, Arbitrum, Base, Polygon, BSC, Solana. Liquidity in each chain is its own market, and the price in an Arbitrum pool can drift noticeably from the price in a Base pool at the same second. Cross-chain DEX arbitrage is earning on that gap: buy cheap on one chain, bridge the tokens to another, sell higher.

Cross-chain arbitrage flow: buy on DEX in chain A, bridge transfer, sell on DEX in chain B, return capital via reverse bridge
The bridge is the slowest and riskiest link of the cycle. That's where both delays and the threat of loss concentrate.
Same-chain DEX-to-DEX isn't a user-actionable strategy. Within one chain, aggregators (1inch on EVM, Jupiter on Solana) close any gap between Uniswap-vs-Sushi or Raydium-vs-Orca within milliseconds — bots eat them faster than a human can click swap. For a hand-trading user, DEX-to-DEX in practice means cross-chain: a bridge sits between the two legs, the spread stays open for minutes, and there's room for you to capture it.

How it differs from CEX-DEX and DEX-Dumps

CEX-DEX sets a centralised order book against a single on-chain pool. Cross-chain DEX-to-DEX is both legs on-chain, on different chains, with a bridge in the middle. No exchange custody, no withdrawal queue — but you eat slippage on both sides, pay gas on two chains, and pay a bridge.

DEX-Dumps targets rare flashcrash windows — from typical 20–40% slumps to catastrophic 99%+ dumps after rug pulls, hacks, or liquidity events. Cross-chain DEX-to-DEX is the steady everyday flow: spreads on assets fragmented across chains, with bridge friction as the speed limit.

Where the spread comes from

Fragmented liquidity
Each pool is its own market. No shared order book reconciles them — so when one side gets a big buyer, it's that pool that moves, not all of them.
No automatic arb
Most public DEX aggregators (1inch, Jupiter) route trades but don't actively close cross-chain spreads. That work falls to manual arbitrageurs — including you.
Chain frictions
Cross-chain bridging takes minutes and costs gas. Same-chain DEX-DEX spreads inside a single block get arbed in milliseconds, but anything that requires a bridge can sit open for 1-30 minutes.
New pool deployments
When a token launches a new pool on a new chain, the price discovers locally before aggregators learn about it. Windows of 5-15% on the first hours of a new chain listing are common.
Mechanics

How the pieces fit: pools, AMM, and three types of bridges

DEX pools don't have order books. They price algorithmically using a constant-product market maker:

x · y = k

Where x and y are the two tokens in the pool, and k is a constant the pool tries to preserve. To buy y, you deposit x; the pool adjusts y downward to keep k unchanged. Cross-chain DEX-DEX means you do this twice — once on each side of the trade, on two independent chains, with a bridge between them.

Why bigger trades hurt

The curve is nearly flat near the current ratio, so small trades are almost mid-priced. Bigger trades walk the curve and pay progressively worse rates.

Concrete example: a pool holds 100 ETH and 100,000 USDC, so 1 ETH = 1,000 USDC. Buying 1 ETH costs about 1,010 USDC — minimal slippage. Buying 10 ETH at once costs about 11,111 USDC — an effective rate of 1,111 per ETH, 11% slippage in a single trade. Same pool, same starting price, completely different fill.

The mid-price spread you see on a DEX aggregator is not the spread you'll actually capture. A 5% mid-price gap between two pools on different chains can shrink to 1% once you walk both AMM curves at your real size, pay pool fees (typically 0.3% per swap), gas on two chains, the bridge fee, and any price movement during bridge finality. Finder walks both pools at a target notional so the displayed number is what you can realistically execute.

Three bridge types — and why it matters

Not all bridges are equal. Their mechanics directly affect speed, fees, and — most importantly — how much you have to trust the bridge with your money.

Comparison of three bridge types: Lock and Mint with wrapped tokens, Liquidity Pool bridges, Native CCTP with burn and mint
The fewer trust assumptions a bridge requires, the safer it is — usually at the cost of being slower.

1. Lock & Mint (wrapped tokens). The bridge locks your token in the source chain and mints a wrapped version in the target chain. Portal (formerly the Wormhole token bridge) works this way. The catch: the wrapped token's value rests entirely on the bridge's security — and bridges built on this model have historically been the most-targeted in DeFi hacks.

2. Liquidity Pool bridges. The bridge holds liquidity pools in both chains: you deposit into the source pool and receive from the destination pool. Across, Hop, and Stargate work like this. Stargate runs on LayerZero and uses unified liquidity pools to transfer native assets without wrapping, with a 0.06% protocol fee. Fast and cheap, but at large sizes you pay slippage against the pool's size.

3. Native / CCTP (burn & mint). The most trust-minimal model: the token is burnt in the source chain and re-minted as native on the target chain, no wrapping involved. The reference implementation is Circle's CCTP for USDC. No wrapped-token risk, but finality is longer — a transfer can take 13–19 minutes.

Bridge aggregators — don't pick a bridge manually

The same way you don't pick a single DEX manually, you don't pick a single bridge. Bridge aggregators compare dozens of routes and choose the optimal one for cost, speed, and risk. LI.FI (front-end: Jumper) aggregates dozens of bridges and DEXes into one router. Bungee (rebranded from Socket in early 2026) is embedded in Coinbase Wallet and MetaMask Bridge. deBridge, Squid, and Rango work the same category. They'll bundle swap + bridge + swap into one operation and quote the real final amount on the destination chain — exactly the number you need to compute profit.

Step by step

How a DEX-to-DEX trade actually runs

The algorithm below is the same whether you're using a scanner or hunting spreads manually. The only difference is throughput — manual you'll catch maybe a few opportunities per day; with a scanner, you'll see dozens but still execute on the same playbook.

  1. 01

    Find the spread

    Through a scanner (Finder pings you in Telegram with the live pair) or manually via DexScreener / aggregator interfaces. Filter ruthlessly: ignore anything below your minimum acceptable gross spread, anything where pool depth doesn't comfortably exceed your trade size on both sides, or any token whose age and contract history you can't verify in a minute.

  2. 02

    Verify the contract on both chains

    Same ticker on two chains doesn't guarantee same token. Open each pool's contract address and confirm: (a) the project is the same on both deployments, (b) one isn't a fake clone of the other, (c) the wrapped variant matches the native variant. Five minutes here saves a permanent loss.

  3. 03

    Evaluate the route in a bridge aggregator

    Open LI.FI/Jumper, Bungee, deBridge, Squid, or Rango and quote your actual trade size — not a witness quote. The aggregator will pick the optimal bridge, sometimes bundling swap + bridge + swap into one operation, and show the real final amount on the destination plus finality time. Both numbers are what you need to compute profit honestly.

  4. 04

    Buy on the source chain

    Buy the token on the DEX in chain A (typically via 1inch / Matcha / Jupiter or directly through the aggregator's swap step). Make sure your wallet has the source chain's native gas token. Approve tightly, never infinite.

  5. 05

    Bridge transfer

    Run the transfer through the chosen bridge or the aggregator. Wait for finality before doing anything else — don't start the sell leg until tokens actually land on the destination. Bridging is your highest-risk window: this is where you're most exposed.

  6. 06

    Sell on the destination chain

    Sell on the destination DEX. You need a native gas token on the destination chain in your wallet already — without it you can't pay for the swap. Submit with tight slippage tolerance (you've already accepted the upstream fills, no second surprise needed).

  7. 07

    Optional: hedge during finality

    If the token has futures, opening a short on a CEX while the bridge transfer is in flight neutralises the price-move risk of the transit window. The funding cost over a 5-30 minute hedge is negligible compared to potential adverse moves.

  8. 08

    Return capital + log

    Send the realised capital back via reverse bridge, or use it for the next spread from the destination chain. Log everything — total out, total in, every fee and gas. Without a per-trade ledger you'll convince yourself you're profitable when you're actually breakeven.

Critical risks

Five risks that can wipe a cross-chain trade

Bridge hack — the biggest threat

Bridges concentrate enormous liquidity and have been the targets of the largest DeFi attacks: Ronin, Wormhole, and Nomad each lost hundreds of millions in single hacks; the Multichain bridge effectively collapsed in 2023, freezing user funds. Don't hold capital in a bridge longer than needed. Prefer bridges with minimal trust assumptions and a long incident-free track record.

Finality risk

While the transfer is in flight, you don't control the position — and the price on the destination chain keeps moving. The longer the finality, the higher the risk the spread closes before you can sell. Hedging with a futures short for the duration of the bridge (if the token has perp markets) is the cleanest way to neutralise this.

Stuck transactions

Network congestion or a bridge issue can stall a transfer for tens of minutes — sometimes longer. Factor this into your sizing: don't put in capital you can't afford to have locked for an hour. And never run your wallet down to its last cents of gas on either chain — recovery transactions need gas too.

Scam tokens / fake contracts

On a new chain, the same ticker can hide a different contract — a fake clone created to bait arbitrageurs. Always verify the contract address on both chains via the project's official sources, and run a quick contract scan (GoPlus, honeypot.is) before trading. A 'honeypot' token can be bought but never sold.

Slippage in tiny pools

An eye-catching spread on a fresh chain often means a tiny pool. Walking the AMM curve on entry and exit at any meaningful size will eat more than the spread offers. Check pool TVL on DefiLlama before sizing; if the pool can't comfortably absorb your trade with margin, skip.

Worked example

8% spread, Arbitrum → Base, $2,000 notional

Walk-through of a realistic cross-chain trade: an 8% gross spread on the same token between an Arbitrum pool and a Base pool, executed for $2,000 USDC. Numbers below are typical for a fast bridge with short finality. Apply the same arithmetic to every alert you consider — anything where the breakdown doesn't land comfortably positive is a pass.

Cost breakdown at $2,000 notional
Gross spread (8%) +160.00 USDC
Buy on DEX in chain A (~0.3%) −6.00 USDC
Bridge fee + bridge-pool slippage −10.00 USDC
Gas on both chains (combined) −2.00 USDC
Sell on DEX in chain B (~0.3%) −6.00 USDC
Price movement during bridge finality −18.00 USDC
Net realised ≈ +118 USDC (~5.9%)

The two biggest leaks are the bridge cost and price movement during finality. If finality were 30 minutes instead of a few, the price-movement line alone could eat the entire profit on a volatile asset.

That's why bridge choice matters. A fast LP-bridge (Across, Stargate) on a low-volatility token leaves you with the headline math intact. A slow Lock&Mint bridge on a meme that's just had a news catalyst can flip the trade negative in transit.

Before you click swap

Cross-chain pre-trade checklist

Avoid these

Common mistakes that cost money

Trusting the mid-price as the spread
A mid-price comparison between two pools on different chains is a lie at any meaningful size. Always quote your real size through a bridge aggregator before committing.
Underestimating finality time
A two-minute bridge and a twenty-minute bridge have completely different risk profiles. On a volatile token, the longer transit window can eat your entire spread to adverse price movement. Match the bridge speed to the asset's volatility.
Skipping the contract check across chains
The same ticker on a fresh-chain deployment can be a different contract entirely — sometimes deliberately, to bait arbitrageurs. Two minutes verifying contracts saves a permanent loss.
Leaving capital parked in the bridge
Bridges concentrate liquidity and have been the largest hack targets in DeFi. Don't sit in a bridge longer than the transfer requires. Bridge in, sell out, return — minimise time at risk.
Sizing for the spread, not the pools
A 10% headline on a $200k bridge pool with a $500k DEX pool will not survive a $5k trade. Pool TVL caps your size; ambition doesn't. DefiLlama is your friend before you click.
Realistic outlook

What you can and can't expect

Honest framing: cross-chain DEX-to-DEX is an opportunistic strategy, not a constant income stream. We can't quote you alerts-per-day or monthly P&L — both vary wildly with market conditions, your trade size, the assets you focus on, how fast you execute, and how much time you have to watch.

What drives results

Spreads widen when liquidity fragments — a fresh chain listing, a hyped memecoin spilling onto new chains, a volatile market session. Quiet markets produce few opportunities. High-volatility weeks produce many. The same Finder feed will deliver wildly different numbers to two traders depending on their filters, their reaction time, and their willingness to take bridge risk.

What's structural, not random

The mechanics in the cost-breakdown above are real: every trade pays slippage on both sides, pool fees on both swaps, gas on both chains, and a bridge cost. Anything below ~1.5% gross spread is structurally underwater for typical trade sizes. Anything below pool depth of comfortable multiples of your trade size will eat itself in slippage. These are not opinions, they're math.

Capital considerations

Trade size has to match pool depth. A trade that moves either pool more than a percent or two is moving the market against you faster than the spread can hold. Larger capital doesn't automatically mean larger profit per trade — pool size caps how much you can put through any given alert.

This is not investment advice and there are no income guarantees. The cost-breakdown above is what reality looks like once every fee is honestly accounted for — apply that mental model to every alert before you click swap.
Finder scanner

Built for exactly this arbitrage type

Manually tracking every DEX pool on every chain for spread opportunities isn't humanly possible — there are hundreds of thousands of pools across the chains we support, with prices updating continuously. The Finder scanner runs the comparison in the background, walks both AMM curves at $1k notional on every candidate, and pings your Telegram only when the net spread is genuinely actionable.

What lands in your channel — and what the web dashboard looks like — is below.

Signal format

What lands in your Telegram

Every DEX-to-DEX alert follows the same shape Finder uses across all signal types. A header line carries the token, the top spread%, a magnitude emoji, the profit at the default notional, and the chain route (BSC → BASE, or just BSC when both pools sit on the same chain). Then two lines — Buy and Sell — name the exchanges with deeplinks and their prices, plus inline pool liquidity and deposit/withdraw status flags.

Below the header, the DEX table ranks every pool found for this token by spread, with the anchor pool (your sell side) pinned at the bottom showing 0.00%. Each row carries Dif, Profit at the default size, Price, the deposit + withdraw flags, and a clickable Link to the pool. At the end — a Networks block listing the contract address on every chain we resolved, so you can verify the canonical asset before swapping.

  • Magnitude emoji: ≥5% · 🔥 ≥10% · 🚀 ≥15%
  • Status flags: 🟢 open · 🔴 closed (with age) · ⛔ unsupported · ❔ unknown
  • Per-row columns: Exchange · Dif · Prof · Price · D W · Link · pool Liquidity
  • Contracts on every resolved chain at the bottom — clickable through to DexScreener for verification
F
Finder · DEX
pool vs pool
TOKEN +4.00% ⚡(+$40 on $1000) | BSC → BASE
Buy: Bsc_dex $0.124 (Liq: $1.6M) 🟢
Sell: Base_dex $0.129 (Liq: $1.8M) 🟢
——————— DEX ⬇4/9 ——————— Exchange Dif Prof Price D W Link Bsc_dex +4.00% +$40 0.1240 🟢🟢 Link $1.6M Sol_dex +2.50% +$25 0.1259 🟢🟢 Link $3.2M Eth_dex +1.60% +$16 0.1270 🟢🟢 Link $2.8M Base_dex 0.00% $0 0.1290 🟢🟢 Link $1.8M
⚙️ Networks:
BSC: 0x...<contract>
BASE: 0x...<contract>
🕔 2026-05-24 14:08:17 UTC
14:08 ✓✓
All poolsBy chainBest per asset
Asset / Route
Buy pool
Sell pool
Spread
Net
Liq / Days
Age
T
BSC_dex → BASE_dex
TRUMP
PancakeSwap
$7.428
Aerodrome
$7.745
+4.27%
+$43
$1.6M · 142d
5s
P
BSC_dex → BASE_dex
PEPE
PancakeSwap
$0.00000384
Aerodrome
$0.00000391
+1.82%
+$15
$2.1M · 480d
11s
A
ETH_dex → ARB_dex
ARB
Uniswap
$0.4128
Camelot
$0.4204
+1.84%
+$15
$1.4M · 412d
18s
W
SOL_dex → ETH_dex
WIF
Solana
$2.142
Ethereum
$2.198
+2.61%
+$26
$890k · 580d
24s
T
TON_dex → BSC_dex
NOT
StonFi
$0.00642
PancakeSwap
$0.00657
+2.34%
+$19
$420k · 210d
35s
Dashboard

Pool-pair density in one view

All pools firehose — every pool/pool combination sorted by spread. Filter by chain, by min liquidity, by min token age (filter out fresh launches that haven't priced).

Best per asset collapses to one row per canonical asset (highest-spread pool pair). Useful when you've sized up and want the cleanest pick. Alternative pools hide in an expand-row so you can compare without losing the headline view.

  • Pool address + slippage estimator inline
  • Token age filter (default ≥30 days)
  • Chain quick-filter (SOL / ETH / BSC / Base)
  • Cross-chain pairs flagged with a bridge-needed marker
Coverage

30+ DEX chains, broad cross-pool coverage

EVM chains and the major non-EVM ecosystems. Each chain's DEX pools are tracked independently, and same-asset entities across chains are collapsed by canonical-entity matching.

Ξ Ethereum S Solana B BSC B Base A Arbitrum O Optimism P Polygon A Avalanche S Sui A Aptos T TON T TRON L Linea B Blast Z zkSync M Mantle S Sonic S Sei B Bera + 10 more Ξ Ethereum S Solana B BSC B Base A Arbitrum O Optimism P Polygon A Avalanche S Sui A Aptos T TON T TRON L Linea B Blast Z zkSync M Mantle S Sonic S Sei B Bera + 10 more
Included in

DEX–DEX is included free during beta

All arbitrage types are included while we polish — no tiers, no card, no quota.

Free during beta · no card needed

Full feature access while we polish

All arbitrage types, every exchange, every alert tier — no plans, no card, no quota. We'll announce pricing before launch; early users keep grandfathered terms.

  • Every CEX–CEX, CEX–DEX, DEX–DEX and funding alert
  • Telegram bot + web dashboard, both included
  • All 25+ exchanges, all networks, full asset coverage
  • Pre-flight: open routes, taker fees, fillable depth checked on every signal
Get alerts now
Cross-chain DEX FAQ

Practical questions about cross-chain DEX arbitrage

What is cross-chain arbitrage in plain words?
Earning on the price difference of one token across different blockchains: you buy it cheap on one chain, bridge it to another, and sell it higher there.
What is a bridge?
A service that moves tokens between blockchains. It either locks a token on the source chain and mints a wrapped version on the destination (Lock & Mint), or holds liquidity pools on both sides (LP bridges like Across, Hop, Stargate), or burns the asset on the source and re-mints a native one on the destination (CCTP for USDC).
Which bridge is safest?
Fewer trust assumptions = safer. The burn-and-mint model (CCTP) eliminates wrapped-token risk but is usually slower than LP bridges. There's no universal answer — verify the reputation, recent incident history, and TVL of the specific route you're using.
Why are bridges hacked so often?
Bridges concentrate enormous liquidity and are technically complex, which makes them attractive and vulnerable targets — Ronin, Wormhole, Nomad, and Multichain are the big historical examples. Treat bridges as the riskiest link in the chain: don't park capital in them longer than the transfer requires.
Why is an aggregator better than a single bridge?
An aggregator (LI.FI / Jumper, Bungee, deBridge, Squid, Rango) compares dozens of routes and picks the optimal one for cost, speed, and risk — sometimes bundling a swap + bridge + swap into a single operation. You get a real final amount on the destination chain instead of having to compute it yourself per route.
How long does a cross-chain transfer take?
From seconds to minutes on fast LP bridges; up to 13–19 minutes (or more) on native models like CCTP. Finality directly affects how much price-movement risk you carry during the transit window — the longer the bridge, the bigger the hedge or the bigger the spread you need to make the trade worthwhile.
Do I need to hedge during a cross-chain trade?
Strongly recommended if the token has perp markets. Opening a short on a CEX for the duration of the bridge transfer neutralises the price-move risk while you're in transit. The funding cost over 5–30 minutes is negligible compared to a potential adverse move that would wipe the spread.
Other arbitrage types
Free during beta · no card

Watch every DEX pool for the same asset

Pool prices drift constantly. We watch them all so you don't have to — and only ping when a spread is big enough to actually trade. Free during beta, no card.

Get alerts