Skip to main content
← Back to blog
TUTORIAL How to Use Solscan to Investigate Any Solana Token MoonHydra · moonhydra.com/blog
Tutorial Solscan Tools Security

How to Use Solscan to Investigate Any Solana Token

· 10 min read · MoonHydra Research

A chart tells you what a token is doing right now. The blockchain tells you what the token actually is — who holds it, whether the supply is fixed, whether your coins can be frozen, and whether the liquidity is really locked. Solscan is the window into that on-chain truth, and learning to read it is one of the cheapest forms of insurance in memecoin trading. This guide walks through exactly what to check on Solscan before you buy, in the order that catches the most rugs.

Why a block explorer beats a chart

Tools like DexScreener are built for price, volume, and market activity. They are excellent at showing you momentum, and our DexScreener guide covers that side in depth. But a chart is downstream of the token's on-chain settings — it cannot tell you whether the developer can mint another billion tokens tomorrow or freeze your wallet so you can never sell.

Solscan is a block explorer: a public, read-only view of the Solana ledger. Every token mint, every wallet balance, every transfer, and every authority setting lives on-chain, and Solscan simply renders it in a browser. That is the key mental model for this whole article — Solscan shows you facts, not verdicts. It will tell you that the mint authority is still active. It will not tell you the developer plans to abuse it. Your job is to read the facts and draw your own conclusion. Pair this with our due diligence checklist for a fuller framework.

Step one: paste the contract address

Everything starts with the token's mint address — its contract address, a long string of letters and numbers. Copy it from DexScreener, the project's official channel, or a trade screen, and paste it into the search bar at the top of Solscan. Be careful here: the single most common scam is a fake token with a copycat name and ticker. Never search by name and assume the top result is correct. Always verify the full address character-for-character against a source you trust.

Once the address resolves, you land on the token page. The overview area shows the token name and ticker, the current price, 24H and 7D price change, the number of Holders, and a Market Cap (F.D.) figure — fully diluted market cap based on the current price and total supply. Below the overview you will find a set of tabs and sections that hold the real signal: Holders, Transfers/Transactions, an Analytics view, Markets, and the token's authorities and metadata.

Read the holder distribution

Open the Holders list. Solscan shows each holder as a row with the token account address, the Owner Address (the wallet that controls it), the percentage of total supply held, and the current dollar value. This list is where concentration risk hides.

Work down from the top and ask a few questions:

  • How much do the top 10 wallets hold? If a handful of addresses control most of the supply, a single coordinated sell can collapse the price. There is no magic safe number, but the higher the top-10 concentration, the more fragile the token.
  • Which entries are pools, not people? The largest holder is often the liquidity pool itself, which is normal and healthy. Solscan frequently labels known program and pool accounts. A big balance sitting in an AMM pool is very different from a big balance sitting in an anonymous personal wallet.
  • Do several wallets look bundled? If many addresses hold near-identical amounts and were funded around the same time, that can indicate insider or sniper wallets set up by one party. You can click any wallet to inspect its history.
  • Where is the dev wallet? Trace the deployer and early recipients. A developer quietly sitting on a large allocation is a supply overhang that can dump on you later.

Solscan also offers an Analytics view with a distribution chart that breaks down what share the top 10, 20, 50, or 100 holders control. That is a fast way to gauge concentration without reading every row by hand. The exact tab name and grouping can vary by Solscan version.

Check the mint authority: can more be minted?

Find the authorities for the mint — typically shown in the token's info or profile area. The mint authority is the address allowed to create new tokens. This is one of the most important fields on the entire page.

  • If the mint authority shows an active wallet address, whoever holds that key can mint more supply at will, diluting every existing holder. For a fixed-supply memecoin, that is a serious red flag.
  • If the mint authority shows "None" or null, it has been revoked — no new tokens can ever be created. This is what you want to see for a token that claims a capped supply.

Compare the total supply against the circulating amount while you are here. If the displayed supply does not match what the project advertises, or if a large unexplained chunk is parked off to the side, treat that as a question to answer before buying, not a detail to skip. Inflation risk is exactly the kind of trap covered in our anatomy of a Solana rug pull.

Check the freeze authority: can your tokens be frozen?

Right next to the mint authority you will usually find the freeze authority. This one is just as dangerous and easier to overlook. The freeze authority can freeze any wallet's balance of that token, which means it can stop you from selling — you would be holding a position you physically cannot exit.

  • An active freeze authority address means a third party retains the power to lock holders out of trading. This is the mechanism behind many honeypot tokens, where you can buy but mysteriously cannot sell.
  • "None" or null means the freeze authority has been revoked, and no one can freeze your balance.

For most ordinary memecoins, you want both mint and freeze authority revoked. There are legitimate exceptions — some regulated or utility tokens keep a freeze authority for compliance reasons — but for an anonymous low-cap memecoin, an active freeze authority deserves a very hard look. There is also an update authority that controls the token's metadata (name, symbol, image); it is less critical than mint and freeze, but worth noting if it remains in a single party's hands.

Verify the LP burn by inspecting the LP token

"Liquidity locked" or "LP burned" is one of the most-claimed and least-verified safety promises in memecoin marketing. The good news is that Solscan lets you confirm it yourself. The trick is to understand what an LP position actually is: when liquidity is provided, the provider receives LP tokens that represent their share of the pool and can be redeemed to pull that liquidity back out. Burning those LP tokens makes the liquidity permanently unwithdrawable.

To verify a burn, you check who holds the LP token, not the project's token:

  1. From the token's Markets section, identify the main liquidity pool and open the LP token for that pool (its own mint address).
  2. Open the LP token's Holders list.
  3. A genuinely burned pool will show the LP supply sent to a burn / incinerator address (commonly the address ending in 1nc1nerator11111111111111111111111111111111) or otherwise removed from circulation. The exact incinerator address and how an explorer labels burned LP can vary, so confirm the destination yourself rather than trusting a label.
  4. If instead the LP tokens are still sitting in the developer's wallet, the liquidity is not locked — that party can pull it whenever they choose. That is the classic rug setup.

Beware "fake burns," where a developer burns a tiny fraction and advertises it as a full burn. Look at the proportion of LP supply that was actually removed, and confirm the destination is a real burn address or a reputable lock — not just a second wallet the team controls.

Spot Token-2022 extensions

Most Solana tokens use the original SPL token standard, but a growing number use Token-2022 (also called Token Extensions). Token-2022 is a superset that adds optional features at mint time — and a few of those features can hurt traders if they go unnoticed. Solscan will indicate when a mint is a Token-2022 program and, where applicable, surface the extensions it carries.

Two extensions matter most for buyers:

  • Transfer fee (fee-on-transfer): a percentage is skimmed on every transfer at the program level. A small fee may be by design, but a large or adjustable one quietly eats into every trade.
  • Permanent delegate: a designated address can move or burn tokens out of any holder's wallet. In the wrong hands this is effectively a remote drain switch.

Seeing Token-2022 is not automatically bad — it powers many legitimate projects — but it is a prompt to read the extensions carefully. Our explainer on what Token-2022 is breaks down each extension and what to watch for.

Follow suspicious transactions

The Transactions tab (and a wallet's transfer history) is where you reconstruct a token's story. Each row shows the block, time, the instruction involved, and the accounts that signed it. Click any signature to expand the full transaction and see exactly what moved.

A few patterns worth tracing:

  • How was the project funded and launched? Follow the deployer wallet back. Fresh wallets funded from a centralized exchange right before launch are common; clusters of linked wallets funded from one source are more concerning.
  • Are large holders quietly selling? Open a top wallet and watch for steady outflows into the pool — distribution that the chart alone may not make obvious.
  • Did the team really do what they claim? If a burn or a lock was announced, the transaction exists on-chain. Find it and confirm the amounts and destinations match the story.

For ongoing monitoring rather than one-time checks, a dedicated tracker is more practical than refreshing Solscan by hand; see our roundup of the best Solana wallet trackers.

A short repeatable checklist

Run this every time, in this order, before you buy:

  1. Paste the exact mint address — verified, not searched by name.
  2. Mint authority: revoked / None? (Can more be minted?)
  3. Freeze authority: revoked / None? (Can you be frozen out?)
  4. Holders: how concentrated are the top 10, and is the dev wallet sitting on a big bag?
  5. LP burn: check the LP token's holders — was it really sent to a burn address?
  6. Token-2022: any transfer fee or permanent delegate to worry about?
  7. Transactions: does the funding and launch history look clean?

If any item fails, that is not an automatic "do not buy" — it is a reason to slow down and understand the risk before you size a position. Solscan gives you the facts; the decision is yours.

How MoonHydra fits

Reading on-chain data is a skill, and you should keep building it — but you do not want to be paging through Solscan during a fast launch with seconds to act. MoonHydra is a non-custodial Solana trading bot that runs in Telegram, with your keys encrypted with AES-256-GCM and trades routed through Jupiter, so there are no custom contracts in the path between you and the swap. It charges a flat 1% per trade on buys and sells, with no subscription.

For the safety checks in this guide, MoonHydra includes an optional RugCheck integration — off by default, so you opt in deliberately — that surfaces authority and risk flags inline when you are about to trade, and wallet tracking so you can watch the addresses you uncovered on Solscan. Think of it as a fast first filter that complements your own explorer work, never a replacement for it. The on-chain facts are always there for you to verify yourself.

Bottom line

Solscan is the on-chain source of truth, and the checks that matter are not complicated: confirm the address, see whether the mint and freeze authorities are revoked, read how concentrated the holders are, verify the LP burn by inspecting the LP token's holders, watch for Token-2022 extensions, and follow the suspicious transactions. A chart shows you momentum; the explorer shows you whether the token is structurally safe to hold. Build the habit of running the checklist before every buy, and remember that Solscan reports facts — the verdict is always yours to make.

Next: pair the explorer view with the charting side in our DexScreener guide, learn to read the price action in how to read a Solana token chart, then put it all into practice with MoonHydra at t.me/moonhydrabot.


Ready to put this into practice?

MoonHydra is a multi-wallet Solana memecoin trading bot on Telegram. 1% per trade. AES-256-GCM encrypted. Non-custodial.

Open MoonHydra