Tutorials
How to Revoke Mint Authority and Freeze Authority
Learn when and why to revoke your token authorities, how to do it with Token Creator and how to verify the result on-chain.
On this page
Before you start
- A Solana token
- Mint Authority or Freeze Authority
- Connected wallet
What does revoking an authority mean?
Revoking an authority permanently removes a specific permission from your token. Once revoked, no wallet can perform that action anymore.
Should you revoke Mint Authority?
If you want a fixed supply token, revoking the Mint Authority prevents anyone from creating additional tokens in the future.
💡 Recommended for most memecoins
Most community tokens revoke the Mint Authority to prove that the supply can never increase.
Should you revoke Freeze Authority?
Revoking the Freeze Authority ensures that no wallet can freeze token accounts. This increases decentralization and reassures holders.
💡 Common practice
Many community projects revoke the Freeze Authority after launch.
When should you keep an authority?
| Situation | Recommendation |
|---|---|
| Fixed supply memecoin | Revoke both authorities |
| Stablecoin | Keep Mint Authority |
| Token with compliance rules | Keep Freeze Authority |
| Token still in development | Consider keeping both temporarily |
Revoke an authority in Token Creator
Open your token, choose the authority you want to revoke and confirm the transaction. The change is immediately recorded on-chain.

Verify the revocation
After the transaction is confirmed, verify your token on Solscan. The authority field should now indicate that no authority exists.

Common mistakes
| Mistake | Consequence |
|---|---|
| Revoking too early | You can no longer mint or freeze tokens. |
| Keeping authorities forever | Some investors may see this as a risk. |
⚠️ Permanent action
Revoking an authority cannot be undone. Make sure you no longer need that permission before signing the transaction.
Frequently Asked Questions
Can I restore a revoked authority?
No. Revoking an authority is permanent.
Should every token revoke Mint Authority?
No. It depends on whether your project requires a fixed or flexible supply.
Should every token revoke Freeze Authority?
Not necessarily. Some regulated or permissioned projects intentionally keep the Freeze Authority.
Can I revoke only one authority?
Yes. Mint Authority and Freeze Authority are independent.
Ready to launch your own token?
Create an SPL token directly on Solana in less than a minute. No coding. No custody. Everything happens on-chain from your wallet.
Create your token →Continue reading
What is Mint Authority?
Learn what mint authority is on Solana, why it matters for your token, and when you should revoke it.
What is Freeze Authority?
Learn what Freeze Authority is on Solana, when it should be revoked, and why investors pay close attention to it.
How to Create a Solana Token
Learn how to create your own SPL Token on Solana in just a few minutes, from choosing a name to verifying it on-chain.
How to Launch a Memecoin on Solana
Learn how to launch a memecoin on Solana, from creating the token to adding liquidity and verifying everything on-chain.