How to Check if a Solana Token Is a Rug
Updated 2026-09-06 · 6 min read
The checks below use public on-chain data and can surface common technical risks quickly. None of them tell you a token will go up, and a clean scan is not a guarantee that the project or its holders will behave safely.
1. Mint authority
If the mint authority is still active, whoever controls that authority can issue more tokens. That can dilute existing holders, so it is one of the first fields to check on a fixed-supply meme coin.
2. Freeze authority
An active freeze authority means token accounts can be frozen by whoever controls that authority. On a typical permissionless meme coin, that is a strong red flag, although some regulated or specialised tokens may intentionally use it.
3. Holder concentration
Look at the top holders as a share of supply. One wallet with a large share can end the chart in a single transaction, and multiple mid-sized wallets funded from the same source are the same problem wearing a disguise.
Exclude the pool address and burn addresses from that reading — those are supposed to hold a lot.
4. Liquidity, and whether it can leave
- How much SOL is actually in the pool? A large market cap on top of a tiny pool means you cannot exit at the quoted price.
- Are the LP tokens burned or locked? If not, the liquidity can be withdrawn at any moment.
5. Age, activity and the address itself
A token minutes old with a hundred trades is not a track record. Check that trading is spread across many wallets rather than a handful cycling volume between themselves.
Then verify the mint address character by character against a source you trust. Cloned tokens with identical names and images are trivial to create — the address is the only thing that cannot be faked.
What a clean scan does and does not mean
Revoked authorities and burned liquidity mean the obvious exits are closed. They say nothing about whether anyone will still be buying tomorrow. Most meme coins that pass every technical check still go to zero, because attention runs out.
Frequently asked questions
What is the fastest single check?
Start with mint and freeze authority, then check holder concentration and liquidity. No single field is enough to evaluate every type of token.
Does burned liquidity make a token safe?
It removes one specific attack — pulling the pool. The token can still lose all its value through ordinary selling.
How do I avoid buying a fake copy of a token?
Always paste the mint address from an official source and compare the full string. Names, tickers and images can be copied exactly; the address cannot.
Is high holder concentration always bad?
Not on its own — pools and burn addresses show up as large holders. What matters is concentration in ordinary wallets that can sell.