Learn · Execution
Why swap quotes expire and transactions fail
Written by XAUConnect Labs · Reviewed against live product behavior · Updated August 2026
Quotes are photographs of a pool at a moment in time. Blocks keep happening. If you treat a quote like a limit you already own, you will sign a transaction that reverts, and on EVM you will still pay gas. This is the troubleshooting manual we wanted when “Transaction failed” was the entire error string.
It covers stale quotes, slippage too tight, insufficient allowance, wrong chain, fee-on-transfer tokens, and what to do — in order — so you do not double-submit.
Why quotes go stale
Read the revert before you retry
Allowance and the “it worked in the UI” bug
Fee-on-transfer and rebasing tokens
A recovery order that wastes less gas
Pending vs failed vs dropped
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
Did XAUConnect take a fee on the failed tx?
No platform fee on a reverted swap. You may still have paid network gas on EVM.
The wallet said success but I do not see tokens
Wrong token list, wrong chain view, or you received a wrapped/bridged variant. Check the explorer transfer logs, not the wallet’s favourite tokens.
Can I speed up a pending swap?
Use the wallet’s speed-up/replace if it supports the same nonce with higher fees. Do not build a brand-new swap from the site in parallel unless you know what you are doing.
Solana failed with a simulation error
Usually blockhash expired or slippage. Re-quote and sign quickly; Solana blockhashes are short-lived. Add a modest priority fee during congestion.
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 do your first swap after a token launch
First swap after a token launch: second wallet, paste the deploy address, test buy and sell on XAUConnect, publish explo
How to sell tokens for USDC
Exit a position into a stablecoin cleanly: pick the right USDC variant, watch price impact on the way out, compare route
How order routing finds the best price
How a DEX aggregator routes your swap: surveying pools, comparing direct, multi-hop, and split paths, optimizing net out
Ethereum L2 vs Solana swap costs
All-in swap cost across Ethereum, Arbitrum, Base, Polygon, BNB, Avalanche, and Solana — gas, depth, bridges, and quote-c
How to swap the same ticker on multiple chains
Keep an address book, paste contracts, only bridge official mappings. Same ticker is not the same token.
Build programmatically
Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.