Guide · Product
How XAUConnect routing works
Written by XAUConnect Labs · Reviewed against live product behavior · Updated August 2026
XAUConnect does not pick a route because a DEX paid for placement. It asks several liquidity sources for the same trade, then ranks the answers by minimum received after platform fees — the floor your wallet is actually protected by — not by the headline exchange rate on a marketing card.
This article is the product description we wish existed when we shipped the first quote card: which venues are queried, what “best” means in code, why a two-hop path can beat a direct pool, and what still happens on-chain after you sign. It is written from the aggregator’s point of view, not from a generic “what is routing” textbook.
What the quote request actually asks
How “best route” is ranked
Single-hop, multi-hop, and split routes
What you sign is not the quote JSON
Cross-chain is a different machine
What routing cannot fix
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
Does XAUConnect run its own AMM?
No. It is an aggregator. Liquidity lives in third-party pools (Uniswap-style AMMs, 1inch/0x graphs, Jupiter on Solana). Our on-chain EVM pieces are a fee collector and router that skim a disclosed platform fee — they are not the order book.
Why did a direct Uniswap quote look better than XAUConnect?
Compare minimum received after all fees, not the mid price. Also confirm you used the same token addresses, the same chain, and a quote taken in the same block window. A single-DEX UI often hides price impact that an aggregator is forced to show.
Can I force a specific DEX?
The product ranks by net output. If you need a specific venue you can still trade there directly; XAUConnect’s job is the comparison, not locking you into one pool.
Is the route guaranteed until I click confirm?
No. Quotes expire as blocks land. Re-quote if you wait. The on-chain guarantee is the minimum-received parameter inside the signed transaction, not the number you saw thirty seconds earlier.
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.
How to swap on a Layer 2 network
Arbitrum and Base as swap venues: same address, different balances, L2 ETH for gas, slow canonical exits to Ethereum.
How to create a token on Ethereum
Mainnet TokenFactory deploy: budget ETH gas, mint supply to hardware, lock canonical LP, treat L2 as cheaper iteration.
Gas fees explained across chains
What you actually pay to transact on Ethereum, L2s, and Solana. Base fees, priority fees, and why a failed transaction s
How to spot a rug pull
Concrete on-chain warning signs of a rug: unlocked liquidity, concentrated holders, mint/blacklist permissions, and anon
What happens when you sign a swap
Connect vs approve vs swap: what each wallet signature authorizes on XAUConnect, and what a compromised site still canno
Build programmatically
Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.