FAQ

Why a token price may be missing

A Solana token can exist on-chain even when a public market tracker does not show a price.

This usually happens when no supported DEX pair exists, the pair is too new, the liquidity is very low, or the tracker has not indexed the pool yet. The mint account itself does not contain a market price. It only contains token data such as supply, decimals, and authorities.

BEX first checks DexScreener. If DexScreener has no pair, BEX may try an on-chain pool estimate by looking for plausible pool-style token reserves. This estimate is informational only. It is not a verified trading quote and may be unavailable when no reliable reserve context is found.

If a price is shown as an on-chain estimate, treat it as a rough market context signal. For decisions that depend on execution price or liquidity, always check the live DEX or trading venue directly.