Learn · Markets

How XAUConnect Discover ranks tokens

Written by XAUConnect Labs · Reviewed against live product behavior · Updated August 2026

Discover is not a paid trending board. The feed is a merge of our indexer (factory pair-created events and swap logs written to Postgres), GeckoTerminal, and DexScreener, with launchpad tokens mixed in when they exist. If a ticker is pumping on Twitter and missing here, either it is too new for those sources, it is on a chain we do not index, or it is noise we are deliberately not amplifying.

This is how to read the board so you do not treat rank #3 as investment research. Rank is a camera angle on public tape, not a rating from XAUConnect Labs.

What the indexer actually stores

The indexer VM scans supported EVM factories and Solana where configured, then writes pools, snapshots, swaps, and candles. The app API prefers that database when `MARKET_SOURCE` is hybrid/db. External APIs fill gaps when coverage is thin. That architecture exists so Discover does not die when a third-party rate limit trips.

Ranking is a blend, not a single API

Trending, new, gainers, and volume slices combine those sources and de-duplicate. A token can look “new” on DexScreener and already old in our DB. We bias toward names with real swap events, not empty pools with a logo. Washy volume still sneaks through — treat outlier 24h volume on a nothing-burger FDV as a warning, not a green light.

Chain filters exist because liquidity is local

A Solana-only tape will drown Ethereum names if we do not shard. Use the chain chips. A “top” token on BNB Chain is not comparable to a “top” token on Ethereum without looking at liquidity USD, not just percent change.

How to go from a Discover card to a safe swap

Open the token, copy the address from the page, paste it into Swap yourself (yes, again), check holders and LP on the explorer, then test-size. Discover is a camera, not a due-diligence department. Our meme-risk and rug-pull articles apply to everything on this board.

What will not get you ranked

Paying us. Spamming factory pair-created events with empty pools. Cloning a ticker. We would rather a thinner honest board than a 25,000-page doorway of fake tokens — we already burned that playbook on purpose.

Launchpad names vs organic tape

Tokens submitted through Launchpad can appear beside indexer-discovered pools. That adjacency is distribution, not a quality badge. If a launch has no swaps in our database and only a logo, it will sit at the bottom until someone actually trades. That is the feature. A board that ranks ads above fills would be a worse product and a worse library for anyone trying to learn how markets work here. Trade first, then look at rank.

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

Why is a CoinGecko-famous token missing?

Wrong chain filter, indexer lag, or it does not trade in pools we recognize. Search by address on Swap.

Is Discover financial advice?

No. It is market data. Percent-change leaders are often the riskiest names on the screen.

How live is “live”?

Launches/live and trending endpoints refresh on the order of seconds to tens of seconds. Candles are not tick-by-tick trading-terminal quality.

Can I API this?

Yes — discovery/trending and related market routes on the public API. Same non-custodial rule: data in, keys stay with you.

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