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 Check | Solscan (Solana) | BSCScan (BNB Chain) |
|---|---|---|
| Supply immutability | Mint Authority = None | Search source code for mint() function |
| Wallet blocking risk | Freeze Authority = None | Search source code for blacklist() |
| Metadata immutability | Update Authority = None | Check proxy contract pattern |
| Holder distribution | Holders tab — direct % | Holders tab — direct % |
| Source code | Program 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 =
Noneor 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 Flag | Where Visible | Risk |
|---|---|---|
| Active Mint Authority | Solscan overview | Unlimited supply inflation |
| Active Freeze Authority | Solscan overview | Can block your selling |
| Top 10 holders > 40% | Solscan holders tab | Whale dump risk |
| Only buy swaps, no sells | Solscan transfers/Birdeye | Potential honeypot |
| Creator wallet not emptied | Solscan holders tab | Team retains large stake |
| Token-2022 with Transfer Fee | Solscan overview extensions | Hidden per-transaction cost |
| Rugcheck score < 50 | rugcheck.xyz | Multiple automated warnings |
Solana Safety Tool Stack
| Tool | Best For | URL |
|---|---|---|
| Solscan | Authority checks, holder data | solscan.io |
| Rugcheck | Automated safety scoring | rugcheck.xyz |
| BubbleMaps | Holder clustering visualization | bubblemaps.io |
| Birdeye | Price analytics, trading patterns | birdeye.so |
| Dexscreener | Real-time trading data, new pairs | dexscreener.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.
