A comprehensive educational reference for on-chain token research
Solana is a high-performance blockchain that supports the creation of fungible tokens through its SPL Token Program. Any wallet address can create a token by deploying a new mint — an on-chain account that defines the token's total supply, decimal precision, and authority settings.
Once created, a token can be paired with another asset (such as SOL or USDC) in a decentralized liquidity pool on an automated market maker (AMM) like Raydium or Orca. This creates a trading pair that allows anyone to buy or sell the token at a price determined by the pool's reserves.
Every Solana token has a unique mint address — a 32–44 character base58 string. This is the only truly reliable identifier for a token. Token names and symbols can be duplicated or impersonated; the mint address cannot.
Before relying on any data about a token, verify the mint address against multiple sources. Block explorers such as Solscan display the token's on-chain metadata, creation date, current supply, and authority settings directly from the blockchain.
Liquidity in the context of a Solana token refers to the total value of assets in the token's trading pool. Higher liquidity means trades cause less price impact (lower slippage) and the pool is harder to drain with a single transaction.
For newly launched tokens, liquidity often starts low and grows as more traders and liquidity providers participate. However, liquidity can also disappear instantly if LP tokens are not locked — this is the mechanism behind most rug pulls.
→ Detailed guide: How to Read Token Liquidity
When a creator provides liquidity to a trading pool, they receive LP (liquidity provider) tokens representing their share of the pool. If these LP tokens are unlocked, the creator can redeem them at any time — instantly removing all liquidity from the pool.
Locked LP means the LP tokens have been deposited into a time-locked contract that prevents withdrawal for a specified period. This provides a degree of protection against sudden liquidity removal, though it does not eliminate all risks.
Mint authority is the on-chain permission that allows a specific wallet to create additional units of a token. When mint authority is active, the holder can inflate the token supply at will. When it is disabled (set to null), the supply is permanently capped and no new tokens can ever be created.
→ Detailed guide: Mint Authority Explained
Freeze authority allows a specific wallet to freeze individual token accounts, preventing the account holder from transferring their tokens. A frozen account holder cannot sell or move their tokens until the freeze authority unfreezes the account.
→ Detailed guide: Freeze Authority Explained
Holder distribution describes how token supply is spread across wallet addresses. High concentration — where a small number of wallets hold most of the supply — increases vulnerability to single-wallet price impact. Low concentration suggests broader participation.
Note that concentration is expected to be very high in the first few minutes after a token launches, before distribution occurs through trading.
→ Detailed guide: Holder Concentration Explained
Trading activity metrics include the number of buy and sell transactions over various time windows (24 hours, 6 hours, 1 hour), total trading volume, and the volume-to-liquidity ratio.
A heavily imbalanced buy/sell ratio or an unusually high volume-to-liquidity ratio may indicate wash trading — artificially inflated activity where the same capital cycles through repeated transactions to create the appearance of genuine interest.
The Momentum Score (0–100) aggregates four on-chain activity signals: volume acceleration (max 30 pts), buy pressure (max 30 pts), holder growth proxy (max 25 pts), and liquidity depth (max 15 pts). It measures the intensity of current trading activity relative to historical activity for that token.
Levels: COLD (<30), WARMING (30–54), HOT (55–79), EXPLOSIVE (≥80).
→ Detailed guide: How to Read Token Momentum
The Smart Money signal indicates whether wallet addresses with historically strong on-chain performance have been detected in the token's transaction data. It is expressed as a composite score based on the number of tracked wallets, their combined volume share, and their entry age.
This is a data observation tool. It does not predict future price movements.
→ Detailed guide: Smart Money Explained
The Trust Score (0–100) aggregates six weighted on-chain factors: liquidity health (max 25), holder distribution (max 20), LP lock status (max 20), mint and freeze authority (max 15), volume authenticity (max 10), and RugCheck risk score (max 10).
Score levels: LOW risk (≥80), MODERATE (60–79), HIGH (40–59), VERY HIGH (<40).
→ Detailed guide: Trust Score Explained
Risk indicators (also called risk flags) are specific conditions derived from on-chain data that are associated with higher risk in newly launched tokens. They are observations — not verdicts. A flag does not prove fraud or malicious intent.
→ Detailed guide: Risk Flags Explained
All data on this platform is time-stamped. Because the scanner runs every 5 minutes and token data can change rapidly, it is important to check when each metric was last updated. The token detail page shows the approximate time since the last data update.
For the most current data on any specific token, use the Contract Analyzer tool, which fetches fresh data from all sources on demand.
The most useful analysis combines multiple signals rather than relying on any single metric. Consider how signals interact:
This platform is an educational analytics tool, not an investment platform. The data and scores are for informational purposes. They do not constitute investment advice and should not be used as the basis for financial decisions.
Context determines importance. LP lock status is particularly significant because it affects whether all other signals become irrelevant (if liquidity is drained). But a token with locked LP and very low liquidity still has structural concerns. No single signal dominates all others.
Each token page shows the last update timestamp. The contract analyzer retrieves fresh data on demand. If data freshness is critical, use the analyzer rather than relying on scanner data.
Trust Score measures structural on-chain quality (authorities, LP, holder distribution, volume authenticity). Momentum Score measures the intensity of current trading activity. A token can have high trust and low momentum (structurally sound but quiet) or low trust and high momentum (very active but with concerning structural signals).
Token detail pages remain accessible via direct URL even after a token is removed from the live dashboard. The data reflects the last scan before removal. The contract analyzer can retrieve fresh live data for any address.