/ What a swap aggregator does
A swap aggregator is a routing layer that sits on top of decentralized exchanges. When you request a trade, it queries liquidity across many venues — Uniswap, Curve, Balancer, and dozens more — and constructs the route that returns the most output for your input, often splitting a single swap across multiple pools and hops. The aggregator never holds your funds; it builds a transaction that your wallet signs and executes atomically on-chain.
The value is purely in execution quality. On a deep major pair the difference between aggregators is small, but on size, on long-tail pairs, or on fragmented liquidity, the routing engine can mean a meaningfully better fill. The best aggregators also factor gas cost into the optimization, so the route that looks best on raw output isn't blindly chosen if gas eats the gain.
/ How aggregators differ
The biggest differentiator is chain coverage. Jupiter is the near-uncontested leader on Solana, routing across 30+ Solana DEXs with a zero aggregator fee. On EVM chains the field is competitive: Odos pioneered multi-input routing and frequently beats rivals on majors, while 1inch, CowSwap, and ParaSwap each bring distinct settlement models. Cross-chain aggregators like LI.FI combine swapping and bridging into a single route, which is a different problem from same-chain optimization.
Settlement model matters too. Classic aggregators (Jupiter, Odos, 1inch Pathfinder) fill instantly against on-chain liquidity. Intent-based systems (1inch Fusion+, CowSwap, ParaSwap Delta) have solvers compete to fill a signed order, which produces MEV-resistant execution and can return positive slippage to the user — at the cost of a few seconds of settlement latency. For majors where MEV is a real cost, intent-based settlement often wins on effective price.
/ Fees and the in-wallet swap trap
The headline aggregator fee is zero across the top six aggregators — Jupiter, Odos, 1inch, CowSwap, ParaSwap, and Matcha all default to no fee on top of the underlying DEX execution. They monetize through partner integrations and, historically, positive-slippage capture. This means the real cost of a swap is the underlying DEX fee plus price impact plus gas, which is identical regardless of which zero-fee aggregator you route through; the aggregator's job is to minimize that cost on your specific pair.
The expensive mistake is routing meaningful size through an in-wallet swap feature. MetaMask Swap charges roughly 87.5 basis points on top of the DEX fee — $87.50 of pure overhead on a $10,000 trade — and other in-wallet swaps charge similar. For anything above a few hundred dollars, route through a dedicated aggregator instead. Our individual reviews document the exact fee posture of each option.
/ Which aggregator should you use?
Use Jupiter for any Solana swap; nothing else comes close on that chain. On EVM, Odos is the default for best execution on majors, with 1inch Fusion+ as the credible cross-chain alternative and CowSwap for MEV-resistant trades on majors. If your swap also crosses chains, a bridge-aware aggregator like LI.FI collapses the swap-and-bridge into one route. Never use an in-wallet swap for size.
The comparison table below ranks the aggregators we cover; the dedicated comparison pages resolve the specific match-ups, including the most-requested Jupiter vs Odos and the full swap-aggregator ranking.