Module 4 · Lesson 28 of 45

DEX aggregators: 1inch & Jupiter

⏱ 5 min read ● Intermediate Module 4 · Advanced concepts

Why check ten DEXes by hand when software can check them all in a second? That's the job of a DEX aggregator — and for most swaps, it's simply the smarter default.

What an aggregator does

An aggregator scans liquidity across many DEXes and pools at once, then routes your trade through whatever path gives the best overall result — sometimes splitting a single order across several pools to cut price impact. You sign once; the routing happens under the hood.

The two you'll meet most

  • 1inch — the leading aggregator across Ethereum and other EVM chains.
  • Jupiter — the dominant router on Solana, and many users' default swap app there.

Both compare prices you'd otherwise check manually, and both can beat trading directly on a single DEX, especially for larger orders or less liquid tokens.

Beyond routing: intents

Newer designs are intent-based: instead of specifying the exact path, you state the outcome you want ("swap X for at least Y") and competing solvers find the best execution, often with built-in MEV protection. 1inch's Fusion and CoW Swap work this way and can reduce or eliminate sandwich risk by keeping orders out of the public mempool.

The trade-offs

  • Aggregators may add a tiny fee, almost always outweighed by the better price and saved gas.
  • A split route can use slightly more gas than a single-pool trade, but usually wins on net cost for larger orders.
  • You're trusting the aggregator's contracts, so stick to established, audited ones — and the usual approval hygiene applies.

For a beginner, using a reputable aggregator is one of the easiest ways to consistently get a fair price without becoming a routing expert. Compare aggregators and the venues they draw from on the ranking.

Key terms
AggregatorSoftware that scans many DEXes and routes your trade for the best price.
RoutingThe path a trade takes across one or more pools.
Intent-basedYou state the desired outcome; solvers compete to execute it best.
SolverA party that finds and executes the best route for an intent.
!Common mistakes
  • Manually trading one DEX for a large order when an aggregator would split it for a better price.
  • Approving an unfamiliar 'aggregator' that isn't the real, audited one — verify the URL.
  • Assuming the tiny aggregator fee makes it worse, ignoring the better execution it buys.
Finished reading? Track your progress through the journey.