Token safety
How to Revoke Mint & Freeze Authority on Solana (and Why It Matters)
Revoking mint and freeze authority is what proves your Solana token cannot be inflated or frozen. Here is what each authority does, how to revoke it, and why buyers check.
Two settings decide whether a Solana token can be trusted, and they have nothing to do with its name, its chart, or its community. They’re the mint authority and the freeze authority — and revoking them is the difference between a token you have to trust and one you can verify.
I’ve spent a lot of time tracing tokens after the fact, and the pattern is consistent: the tokens that hurt people almost always kept one of these authorities alive. This guide explains what each one does, how to revoke it, and why serious buyers check both before they touch a token.
What mint authority is
Every SPL token mint has a field called the mint authority — the single address allowed to create new supply. While it’s set, that address can mint more tokens at any time, diluting every existing holder. There’s no cap and no notice required.
Revoking it sets the mint authority to none. After that, the supply is frozen at whatever exists — permanently, for everyone, including you. This is how a “fixed supply” becomes a fact instead of a promise. Anyone can open the mint on Solscan or query it through an RPC and see that no mint authority remains.
A token that says “supply is capped” while keeping an active mint authority is asking for trust it hasn’t earned. The revoke is the proof.
What freeze authority is
The freeze authority is the address allowed to freeze individual token accounts. A frozen account can’t send its tokens — the balance is stuck. This capability exists for legitimate reasons: issuers of regulated or compliance-bound assets sometimes need it. But for a community token or meme coin, an active freeze authority means the issuer can lock any holder’s wallet at will.
From a buyer’s seat, that’s an unacceptable risk. If I can be frozen out of a token I bought, I don’t really own it. Revoking freeze authority removes the capability entirely — no account can ever be frozen — and it’s why almost every liquidity pool and token checker expects freeze authority to be gone.
Why buyers check these first
When someone evaluates a new token, the authorities are the opening move, before the whitepaper or the Telegram. Here’s what an active authority signals to a careful buyer:
- Active mint authority → the supply can be inflated. Your holdings can be diluted without warning.
- Active freeze authority → your wallet can be locked. You might not be able to sell.
Both are among the first things a token certificate or a rug checker reports, and both are common ingredients in the honeypot and rug-pull patterns I’ve watched play out. Revoking them doesn’t make a token good — plenty of other risks remain — but keeping them is a fast way to make an honest token look suspicious.
How to revoke mint and freeze authority
You can revoke at two points: during creation, or any time afterward as long as you still hold the authority.
The order that matters
Before you revoke mint authority, mint everything you intend to exist. Revocation is final — once the mint authority is gone, there is no way to add supply. Common sequence:
- Create the token and mint your full intended supply to your wallet.
- Confirm the supply is exactly what you want.
- Revoke mint authority to lock the supply.
- Revoke freeze authority so no holder can be frozen.
Step by step
- Connect the wallet that owns the token. Only the current authority holder can revoke; the authorities bench will detect what you’re allowed to change.
- Choose the authority to revoke — mint, freeze, or both.
- Confirm you understand it’s permanent. Because these are irreversible, the forge arms the action and asks for a deliberate second confirmation before it fires. Nothing permanent happens on a single click.
- Sign once. The revocation settles in one transaction. If it fails, nothing changes and nothing is charged.
If you’re creating a new token, you can revoke both authorities in the same transaction as the create step — one signature, one fee, cleaner history.
After revoking: prove it
Revoking is only half the value; the other half is making it easy for others to confirm. Publish a certificate for your token — a public page that reads the mint directly and shows supply fixed and unfreezable as struck guarantees, live from the chain. That turns “trust me, I revoked” into a link anyone can check in seconds.
Frequently misunderstood points
- Revoking is per-token, per-authority. Mint and freeze are separate; revoking one leaves the other untouched.
- You can’t revoke what you don’t hold. If you already transferred an authority to another address, only that address can revoke it.
- Update authority is a third, separate thing. That one controls the token’s metadata (name, logo). Locking it makes the metadata immutable — useful, but distinct from mint and freeze.
- Revocation costs a small fee. It’s a real transaction. The forge itemizes it before you sign.
The mechanics take under a minute. The judgment — mint your full supply first, then revoke, then prove it — is what separates a token people can verify from one they have to take on faith. When you’re ready, the authorities bench handles both revocations with the consequence spelled out before you sign.
Frequently asked questions
Is revoking mint authority reversible?
No. Revoking mint authority is permanent — it sets the authority to none, and there is no address left that can restore it or mint new supply. That permanence is the entire point: it is what makes a fixed supply provable rather than promised. Mint every unit you intend to exist before you revoke.
What does revoking freeze authority do?
It permanently removes anyone's ability to freeze token accounts. While freeze authority is active, the holder of that authority can lock any wallet, stopping it from sending the token. Revoking it guarantees no holder can ever be frozen, which is why most liquidity pools and safety checkers expect it.
Do I need to revoke freeze authority to list on a DEX or pool?
Usually yes. Most automated market makers and token checkers treat an active freeze authority as a red flag, and some pool creation flows require it to be revoked. Revoking freeze authority is standard for any token meant to be freely traded.
How much does it cost to revoke authorities on Solana?
Each revocation is a small transaction — about 0.1 SOL of service fee plus a few lamports of network fee on SolForger. You can revoke mint and freeze authority separately or both at token creation to save a step.
Can I revoke authorities after the token is already created?
Yes, as long as you still hold the authority. Connect the wallet that owns the token and revoke from the authorities bench at any time. Once revoked, it cannot be undone.