SafuScan

Rug-pull & honeypot checker · live prices · charts

Off

Solana Token Safety: Mint & Freeze Authority Explained

Updated 2026-06-02 · 5 min read

On Solana, two contract-level powers decide whether a token can be safely held: the mint authority and the freeze authority. They're the single most important things to check on any SPL token — and both are readable directly on-chain in seconds. Here's what they mean and why revoked is what you want to see.

What is the mint authority?

The mint authority is the address allowed to create (mint) new units of a token. If it's still active, whoever holds it can print unlimited new supply at any time — instantly diluting every holder and crashing the price. This is one of the most common Solana rug mechanisms.

Legitimate fixed-supply tokens revoke the mint authority after launch, so no more can ever be created. A SafuScan scan reads the mint account on-chain and tells you whether mint is revoked, even for tokens that launched seconds ago.

What is the freeze authority?

The freeze authority can freeze the token balance in any wallet. If it's active, the team can stop you from selling or transferring your tokens at will — you hold them but can't move them, which is effectively a honeypot.

Reputable Solana projects revoke the freeze authority. An active freeze authority should be treated as a serious red flag unless there's a clear, legitimate reason (some regulated or staking tokens use it intentionally).

Why 'revoked' is the safe state

When both mint and freeze authorities are revoked, the supply is fixed and your tokens can't be frozen — removing two of the biggest ways a Solana token can rug you. It's not a full guarantee (liquidity and holder concentration still matter), but it's the baseline every safe SPL token should clear.

How to check it

You can inspect the mint account on a Solana explorer, but the fastest way is to paste the mint address into the SafuScan Token Scanner. It reads mint and freeze authority directly from the chain, checks liquidity and holders, runs Jupiter pricing, and returns a single SAFE / CAUTION / RISKY / AVOID verdict.

Check a token now

Run every check in this guide automatically in seconds — free, no wallet needed.

Scan a token

Frequently asked questions

Is a Solana token safe if mint authority is revoked?

Revoked mint authority means supply is fixed, which removes a major risk — but it isn't a full guarantee. Also check that freeze authority is revoked, liquidity is locked, and a few wallets don't hold most of the supply.

What does revoke freeze authority mean?

It permanently removes the team's ability to freeze wallets, so holders can always move and sell their tokens. Most legitimate Solana tokens revoke it.

Can a Solana token rug if both authorities are revoked?

Yes — it can still rug via unlocked liquidity or concentrated holders dumping. Revoked authorities are necessary but not sufficient; check every signal.

Keep reading