How to Check a Solana Token on Solscan: Step-by-Step 2026

Yara Fernandez
Yara Fernandez
Crypto Regulation & Policy Press Release Expert
Published 2026-05-13
Updated 2026-05-13
How to Check a Solana Token on Solscan: Step-by-Step 2026 Article Image

Solscan: Solana's Ground Truth for Token Verification

As Solana has grown into one of the most active chains for token launches and presales, Solscan has become an essential tool for every Solana presale investor. Unlike EVM chains where safety checking requires reading Solidity code, Solana's architecture makes certain critical safety checks directly readable in Solscan's interface — once you know where to look.

Solscan vs BSCScan: Key Architecture Differences

Safety CheckSolscan (Solana)BSCScan (BNB Chain)
Supply immutabilityMint Authority = NoneSearch source code for mint() function
Wallet blocking riskFreeze Authority = NoneSearch source code for blacklist()
Metadata immutabilityUpdate Authority = NoneCheck proxy contract pattern
Holder distributionHolders tab — direct %Holders tab — direct %
Source codeProgram verification (developing)Contract verification (mature)

The Core 5-Step Solana Token Safety Check

Step 1: Mint Authority (30 seconds)

Solscan.io → paste mint address → Token Overview page:

  • Safe: Mint Authority = None or displays as disabled/greyed
  • Risky: Any wallet address listed — the controller can print unlimited new tokens

Step 2: Freeze Authority (30 seconds)

Same Token Overview page:

  • Safe: Freeze Authority = None
  • Risky: Any wallet address — the controller can block your selling ability

Step 3: Holder Distribution (5 minutes)

Solscan → Holders tab:

  • Raydium pool address should be the largest holder (positive — active DEX liquidity)
  • Top 10 non-pool holders combined: under 35%
  • No single unlabelled wallet over 10-15%
  • Holder count growing organically (not all same-day creation)

Step 4: Automated Safety Scan (2 minutes)

Go to rugcheck.xyz → paste mint address → review safety score:

  • Score above 70: proceed to manual research
  • Score below 50 or critical warnings: research why before proceeding
  • Common warnings: concentrated holders, active mint authority, freeze enabled

Step 5: Holder Clustering (5 minutes)

Go to bubblemaps.io → select Solana → paste mint address:

  • Large disconnected bubbles: independent genuine holders
  • Large cluster of connected bubbles in top holders: hidden insider concentration

Solana Token Red Flags at a Glance

Red FlagWhere VisibleRisk
Active Mint AuthoritySolscan overviewUnlimited supply inflation
Active Freeze AuthoritySolscan overviewCan block your selling
Top 10 holders > 40%Solscan holders tabWhale dump risk
Only buy swaps, no sellsSolscan transfers/BirdeyePotential honeypot
Creator wallet not emptiedSolscan holders tabTeam retains large stake
Token-2022 with Transfer FeeSolscan overview extensionsHidden per-transaction cost
Rugcheck score < 50rugcheck.xyzMultiple automated warnings

Solana Safety Tool Stack

ToolBest ForURL
SolscanAuthority checks, holder datasolscan.io
RugcheckAutomated safety scoringrugcheck.xyz
BubbleMapsHolder clustering visualizationbubblemaps.io
BirdeyePrice analytics, trading patternsbirdeye.so
DexscreenerReal-time trading data, new pairsdexscreener.com

For the broader framework of on-chain research across all chains, see our on-chain analysis tools guide.

Glossary

Mint Authority
The Solana address that can create (mint) new tokens; setting to None permanently fixes supply.
Freeze Authority
The Solana address that can freeze token accounts, preventing transactions; setting to None eliminates this risk.
SPL Token
Solana Program Library Token — the standard fungible token format on Solana.
Token-2022
An upgraded Solana token standard with extensions like built-in transfer fees and permanent delegates.
Mint Address
Solana's unique identifier for a specific token — equivalent to a contract address on EVM chains.

Disclaimer

Solscan analysis reduces but does not eliminate fraud risk. Solana's safety tooling is less mature than EVM equivalents. Always use multiple verification tools and never invest more than you can afford to lose. Not financial advice.

Yara Fernandez
Yara Fernandez Crypto Regulation & Policy Press Release Expert
521+ articles
1 Year experience
Regulation specialty

Yara Fernandez dives into NFT drops, Latin American crypto art, and GameFi projects that bridge culture and blockchain. As a respected name in crypto journalism, she delivers valuable insights on NFT and Web3 topics from around the world. Her work blends deep research with simplicity, making it easy for readers to understand the fast-moving world of crypto. She focuses on topics related to NFT and Web3 reporting and regularly covers emerging trends, technology updates, and community stories.

✍️ WHAT'S YOUR OPINION?
Frequently Asked Questions

Have questions? We have answers!

Solscan (solscan.io) is the primary block explorer for the Solana blockchain, equivalent to Etherscan for Ethereum or BSCScan for BNB Chain. It provides publicly accessible data on all Solana transactions, accounts, tokens, and programs. For presale token research, Solscan is essential for verifying: whether a token has fixed or unlimited supply (mint authority check), whether wallets can be blocked from selling (freeze authority check), actual holder distribution, and transaction history patterns that indicate legitimate vs fraudulent activity.
Go to solscan.io and paste the token's mint address in the search bar. The mint address is Solana's equivalent of a contract address — it uniquely identifies the token. Always obtain the mint address from the project's official website, their verified Twitter/X profile, or their official Telegram announcement. Never use mint addresses from DMs, search results, or unverified sources — fake tokens with identical names but different mint addresses are a common scam. After searching, verify the token name and symbol match the expected project.
Mint authority is the Solana account with permission to create new tokens of that mint. If active, the controller can inflate supply indefinitely. If disabled (set to None), supply is permanently fixed. Check on Solscan: on the token overview page, find the 'Mint Authority' field. Safe outcome: 'None' or greyed out. Risky outcome: any wallet address listed as mint authority. For any presale token claiming a fixed maximum supply, mint authority must be disabled — this is verifiable on Solscan in under 30 seconds.
Freeze authority is the ability to freeze specific token accounts, preventing those wallets from sending or receiving the token. If a team holds freeze authority, they can selectively block any investor from selling. Check on Solscan token overview: 'Freeze Authority' field. Safe: 'None'. Risky: any wallet address. Unlike mint authority (which primarily affects supply), freeze authority directly affects your ability to exit a position. A token where the team can freeze your wallet is fundamentally unsafe regardless of other positive signals.
On the Solscan token page, click the 'Holders' tab. This shows all wallets holding the token and their percentage of total supply. Key evaluation steps: check if the Raydium liquidity pool appears as the largest holder (expected and positive — indicates active DEX liquidity); verify top 10 non-pool holders combined are under 35%; look for suspicious patterns like many wallets with identical round amounts (coordinated insider distribution); and check the total holder count — very few holders (under 50) for a promoted presale token suggests artificial rather than organic distribution.
Architecture differences create different checks. Solscan-specific checks: mint authority (supply immutability), freeze authority (selling restriction), and update authority (metadata changeability). These are Solana-specific concepts with no direct EVM equivalent — on BSC you check for mint functions and blacklist functions in the source code, which requires reading Solidity. Solscan's token overview displays authority status directly without code reading. BSCScan-specific advantages: more mature fraud detection tooling integrations, more comprehensive source code verification ecosystem. For a new Solana investor: Solscan's authority checks are more immediately readable than BSCScan contract code analysis.
On the Solscan token page, click 'Transfers' to see all transfer events. Look for: initial distribution transactions showing allocation matches whitepaper claims; bidirectional trading (both buys and sells via Jupiter/Raydium swaps) indicating genuine market activity; no large pre-announcement wallet-to-wallet transfers suggesting insider activity; and absence of transfers from creator wallet to known exchange deposit addresses (sell signal). For new presale tokens: check if there was any pre-launch distribution to wallets — teams sometimes pre-seed wallets they control before announcing the presale.
Rugcheck.xyz provides automated safety scanning specifically for Solana tokens — inputting a mint address returns a safety score and risk breakdown. It evaluates: mint authority status, freeze authority status, top holder concentration, LP lock status, and program verification. Rugcheck is complementary to Solscan: Solscan provides detailed raw data requiring manual interpretation; Rugcheck provides automated scoring for quick initial filtering. Workflow: run Rugcheck first for automated red flag detection (takes 30 seconds), then verify specific concerns on Solscan with more granular data.
Update authority applies primarily to Solana NFTs and Token-2022 standard tokens — it controls the ability to modify token metadata (name, image, description). For standard SPL fungible tokens used in most presales, update authority is less critical than mint and freeze authorities. For NFT-integrated presale projects: check that update authority is disabled or set to governance to prevent the team from changing NFT art or metadata post-sale. For standard fungible presale tokens: focus on mint authority (supply) and freeze authority (transferability) as the primary safety checks.
Post-TGE liquidity check on Solscan: find the Raydium pool for your token pair (search '[TOKEN]-SOL pair' on Birdeye or Dexscreener to get the pool address); search that pool address on Solscan; view the 'Holders' of the LP token for that pool — the largest LP holder should ideally be a lock program (StreamFlow, Multi) rather than the team's wallet. Note: Solana liquidity locking infrastructure is less standardized than EVM — some Solana projects lock via StreamFlow vesting contracts; others are unlocked. Confirm directly with the project what lock mechanism they're using and verify it on-chain.
Token-2022 is an upgraded Solana token standard with extensions including built-in transfer fees, interest-bearing tokens, and permanent delegates. On Solscan, Token-2022 tokens display their enabled extensions in the token overview. The most important for presale investors: 'Transfer Fee Config' means every token transfer has a percentage fee deducted automatically; 'Permanent Delegate' is an address that can transfer or burn tokens from any account without approval. Always check extension types for Token-2022 presale tokens — these affect how the token behaves and what fees you'll incur.
BubbleMaps (bubblemaps.io) supports Solana and creates visual maps of token holder relationships — wallets that transact with each other appear clustered, revealing whether apparently separate large wallets are actually controlled by one entity. After finding a Solana token's mint address, go to bubblemaps.io, select the Solana chain option, and paste the mint address. Large connected clusters among the top holders indicate hidden insider concentration beyond what the raw holder percentage table shows. For any presale token with suspicious top-10 holder concentration, BubbleMaps often reveals the true picture.
Solana honeypot indicators on Solscan: all transactions are buy-type swaps with no sell swaps occurring (prevents selling); large buy amounts with very small sell amounts (asymmetric — only tiny sells permitted); token transfers increasing but no return transfers from buyer addresses; and Raydium pool showing imbalanced liquidity (SOL growing while token count stays fixed). Unlike EVM honeypots that are easy to detect with Token Sniffer, Solana honeypots may require more manual transaction analysis — also test with the smallest possible trade on Raydium before committing significant capital to any new Solana token.
Alternatives to Solscan by use case: Birdeye.so — superior price analytics, volume trends, holder history charts, and DEX data; SolanaFM (solana.fm) — alternative explorer with good program analytics and transaction visualization; XRAY (xray.helius.xyz) — human-readable transaction interpretation; and Dexscreener — new pair tracking and real-time trading data across Raydium/Jupiter pools. Use Solscan as the primary verification source for authority checks and holder data, Birdeye for market analytics and price history, and Dexscreener for real-time trading monitoring of post-TGE performance.
Complete Solana token safety workflow — 5 steps: (1) Solscan token overview: verify Mint Authority = None AND Freeze Authority = None; (2) Solscan Holders tab: top 10 non-pool concentration under 35%, Raydium pool is largest holder; (3) Rugcheck.xyz: automated safety score above 70/100 with no critical warnings; (4) BubbleMaps: no suspicious hidden clustering among large holders; (5) Birdeye.so: bidirectional trading active (both buys and sells), volume pattern organic not wash-traded. All five steps together take under 15 minutes and significantly reduce — though don't eliminate — Solana token fraud risk.
TelegramBanner header
Have Questions?

Our team will answer all your questions. We ensure a quick response.

Contact Us