Solana mint authority, explained properly
Mint authority is the power to create more of your token. Revoking it is permanent, it is one of the first things holders check, and it is the decision people most often make for the wrong reason.
Common questions
What is mint authority on a Solana token?
Mint authority is the address permitted to create new units of a token. It is stored on the mint account itself, not in a contract you wrote, and whoever holds it can increase the total supply at any time without asking anyone. When you launch a token, the mint authority is your wallet by default.
What happens when I revoke mint authority?
The mint authority field on the token is set to none. From that moment the supply is fixed permanently and no address can ever create another unit, including yours and including Anvilmint. There is no recovery process, no admin override and no way to reissue it.
Is revoking mint authority reversible?
No. This is the part people most often misunderstand. Revoking is not a setting you toggle, it is the permanent removal of a capability from the token. If you revoke and later need more supply, your only option is to launch a different token and migrate holders, which in practice means starting again.
Should I revoke mint authority?
Revoke it if your token is a fixed-supply asset and you want holders to be able to verify that. Keep it if you have a genuine future need to issue more, such as staking rewards, scheduled emissions or an unfinished treasury plan. Do not revoke it because a checklist told you to. Decide from what your token actually needs to do.
How do I check whether a token has mint authority?
Open the token on a Solana explorer such as Solscan and look at the mint account. The mint authority field will either show an address or show that it is not set. A token with no mint authority cannot have its supply increased. A token that still has one can, by whoever controls that address.
Does revoking mint authority make my token safe?
No, and treating it that way is a mistake. It removes exactly one risk: supply inflation. It does nothing about liquidity being withdrawn, about the freeze authority, about who holds the majority of the supply, or about the intentions of the people running the project. A revoked mint authority on a token with no liquidity is still worthless.
Launch with the setting you actually want
Anvilmint starts every add-on switched off and shows the full cost before your wallet opens.
Keep reading
Anvilmint token creator
Launch an SPL token on Solana mainnet from your browser.
Freeze authority explained
The power to freeze a balance, and why holders check for it.
SPL vs Token-2022
When the newer program earns its tradeoffs, and when it does not.
What a launch costs
Every line of the bill, and who receives each part.