Guide · Execution

How to read a DEX route comparison

An aggregator quote can look like a wall of numbers, but every line answers one question: how many output tokens will actually land in your wallet, and what stands between you and that amount. Learning to read a route comparison turns the quote from something you accept on faith into a decision you can defend. This guide breaks down each element of a DEX route card — the route source, the hop structure, minimum received, price impact, platform fee, and estimated gas — and explains which one actually decides whether a route is good.

Route source and why aggregation exists

The route source tells you which venue or combination of venues your trade will pass through — a single Uniswap-style pool, a split across several pools, or a multi-hop path through an intermediate token. Aggregation exists because no single DEX has the best price for every pair at every size. By comparing many venues and even splitting one order across several, an aggregator can return more output than any individual exchange would on its own. The route label is your window into how that result was assembled.

Hops: one pool or several

A single-hop route swaps directly from your input token to your output token in one pool. A multi-hop route passes through an intermediate asset — commonly the native coin or a stablecoin — because no deep direct pool exists. Multi-hop routes are normal and often optimal, but each hop adds a pool fee and its own price impact. When you compare two routes, a single-hop path is not automatically better; what matters is the net output after every hop's costs are subtracted.

Minimum received is the number that protects you

The headline exchange rate is an estimate; the minimum received is a guarantee. It is the quoted output reduced by your slippage tolerance, and it is the figure the smart contract enforces. If two routes show similar headline rates but very different minimums, the one with the higher minimum is the safer fill. Train yourself to look here first — everything above it is marketing, and this line is the contract.

Price impact tells you if your trade is too big

Price impact measures how far your own order moves the pool price. A fraction of a percent means the pool is deep relative to your size. Several percent means you are a large fish in a small pond, and a meaningful chunk of value is lost simply to moving the curve. High price impact is not solved by changing slippage — it is solved by trading less per transaction or finding a deeper venue. If a route shows uncomfortable impact, split the order.

Fees and gas: two different costs

There are two distinct costs on every trade. The platform or routing fee is charged by the aggregator and is shown explicitly in the quote; on supported chains XAUConnect lets you pay this in USDC. Network gas is paid to the chain's validators and is independent of the aggregator — it is roughly fixed per transaction regardless of trade size, which is why small trades feel gas-heavy and large trades barely notice it. When you compare routes, fold both into the net output rather than judging them separately.

Putting it together

To compare two routes properly, ignore the headline rate and rank them by minimum received after fees and gas. Use price impact as a warning light: if it is high on the best route, your size is the problem, not the venue. When trade value runs into the thousands, it is worth comparing at least two routes before signing, because that is precisely the size at which venue differences become real money.

Legal

Risk disclosure

XAUConnect is a non-custodial swap aggregator. Digital assets are volatile and may lose value rapidly. Content on this page is educational and not investment advice. Verify every contract address on the official block explorer before approving a transaction.

Frequently asked questions

Which number on a quote matters most?

Minimum received. It is the contract-enforced floor after slippage, so it is the only output you are actually guaranteed. Rank competing routes by it after accounting for fees and gas.

Is a single-hop route always better than multi-hop?

No. Multi-hop routes are often optimal when no deep direct pool exists. Each hop adds cost, so judge by net output, not by the number of hops.

How do I lower high price impact?

Trade a smaller amount per transaction or use a deeper venue. Widening slippage does not reduce price impact — it only lets a poor fill go through.

Are platform fees and gas the same thing?

No. The platform fee is charged by the aggregator and shown in the quote; gas is paid to network validators and is roughly fixed per transaction regardless of size.

Live execution

Trade on XAUConnect

Open the swap page to compare live routes, set slippage, and sign from your own wallet — fully non-custodial.

Continue exploring

Related markets, guides & networks

Curated next steps based on this topic — deepen your research before you trade.

Build programmatically

Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.

Developer quickstart