What does revoking mint authority mean?
Sanket DalviAug 18, 20264 min read

What does revoking mint authority mean? It means you permanently give up the power to create new units of your Solana token, so the total supply is locked forever.
Mint authority is the on-chain permission that lets whoever holds it create more of a token. Revoke it and that door closes for good, for you and for everyone else.
For a buyer, a revoked mint authority is a trust signal: the supply cannot be inflated after launch. For a creator, it is one of the simplest ways to show your token is not set up to rug.
What mint authority is on a Solana token
Every SPL token has a mint account, and that account stores a mint authority: the one wallet allowed to create new units and raise the supply. Whoever holds it can mint as much as they want, whenever they want. At launch, the creator usually holds it.
Revoking sets that authority to nothing. After that, no wallet can mint the token again, including yours. The permission is not transferred or paused. It is removed.
What happens when you revoke mint authority
On-chain, a single set authority instruction sets the mint authority field to none. Three things become true at once: the token gets a fixed supply, no wallet can mint more, and it cannot be switched back on.
Revoking does not burn or move any existing tokens. Every balance stays exactly the same. It only stops future minting, nothing else.
Is revoking mint authority reversible?
No. Setting the mint authority to none is permanent, and there is no instruction to bring it back. So revoke only after you have minted the full supply you plan to.
If your project still needs to mint later, say a rewards pool or a staking emission, keep the authority until you are done. Make it the last step of a launch, after the full supply is minted.
Mint authority vs freeze authority
A Solana token can carry more than one authority, and they are easy to mix up. Each controls a different power, and each can be revoked on its own.
| Authority | What it controls | Risk if left active | Revoke it? |
|---|---|---|---|
| Mint authority | Whether new tokens can be minted | The owner can inflate the supply | Yes, after minting is done |
| Freeze authority | Whether holder accounts can be frozen | The owner can freeze your wallet so you cannot sell | Yes, for a normal token |
| Update authority | Whether the metadata can be changed | The owner can rewrite the token's name or image | Yes, once metadata is final |
The bottom line: for a standard community token, revoke both mint and freeze authority. Revoking mint stops inflation; revoking freeze stops holders' wallets being locked. Leave one active only if your project truly needs it, and say so in public.
Does revoking mint authority make your token safe?
Not on its own. A revoked mint authority means one thing: the supply cannot grow. It says nothing about the freeze authority, the liquidity, or who holds the tokens.
A token can have mint authority revoked and still be a rug if the freeze authority is live or the liquidity is not locked. Before buying any Solana token, mint authority is the first field to check, but never the only one.
One more catch on Token-2022 tokens: an extension like permanent delegate can hand someone control of balances even after mint is revoked. If a token uses extensions, read them before you trust it.
How to check if a token's mint authority is revoked
Open the token's mint address on a Solana explorer like Solscan. Find the mint authority field. If it shows a wallet address, the authority is still active and more tokens can be minted. If it is empty, the supply is locked.
Do this before you buy any Solana token, not just before you launch your own. It takes ten seconds and tells you if the supply can still be inflated.
How to revoke mint authority
There are two ways, depending on where you are.
If you are creating the token now, turn on the revoke toggles in the Solana token creator and it happens at launch, in the same transaction flow.
If your token is already live, use the standalone Revoke Mint Authority tool: connect the wallet that holds the authority, paste the mint address, and confirm. It costs 0.05 SOL per authority, and you sign from your own wallet. Only the wallet that currently holds the authority can revoke it, so no one can revoke your token but you. The steps to revoke freeze authority are identical, just on the Revoke Freeze Authority tool.
Common mistakes to avoid
- Revoking before you finish minting. Once it is off, the rest of your supply can never be minted. Mint everything first, then revoke.
- Thinking revoked means safe. It only locks supply. Check the freeze authority and whether liquidity is locked too.
- Ignoring freeze authority. A live freeze authority can stop holders from selling, which is worse for a buyer than a little inflation.
- Revoking from the wrong wallet. Only the current authority wallet can do it. Connect the right one before you sign.
Educational content, not financial advice. Tokenry is a self-serve, non-custodial tool, not a financial advisor. Crypto is volatile and risky - always do your own research before creating or investing in any token.
Frequently Asked Questions
What does "mint revoked" mean on Solana?
It means the token's mint authority has been set to none, so the supply is permanently fixed and no wallet can create more units. Existing balances are unaffected.
Is revoking mint authority reversible?
No. Once the mint authority is set to none it cannot be restored. Mint your full supply before you revoke.
Does revoking mint authority burn my existing tokens?
No. Revoking only stops future minting. Every current balance stays exactly the same.
What is the difference between mint authority and freeze authority?
Mint authority controls whether new tokens can be created. Freeze authority controls whether holder accounts can be frozen. They are separate and are revoked separately.
How much does it cost to revoke mint authority?
On Tokenry it is 0.05 SOL per authority, plus the small network gas that always goes to Solana. You sign from your own wallet.
Can I revoke mint authority if I am not the token creator?
No. Only the wallet that currently holds the mint authority can revoke it, so you cannot change a token you do not control.