Why Token Authority Settings Matter
When you create a Solana SPL token, you start with two powerful administrative controls: Mint Authority and Freeze Authority. By default, these authorities are assigned to the wallet that created the token — giving you, the creator, significant ongoing power over the token's behavior.
This is necessary during initial setup. But for a token meant to be held, traded, and trusted by others, these authorities create a risk: they represent potential for abuse. Revoking them removes that risk permanently — and signals to the market that your token is trustworthy.
Understanding these settings is not optional if you are serious about your token project. Sophisticated holders check them. Listing platforms check them. They are among the first things anyone looks at when evaluating whether a token is safe or a rug pull risk.
What Is Mint Authority?
Mint authority is the ability to create new tokens — to increase the total supply at any time.
When you create a token with a supply of 1,000,000,000, that number is only meaningful if no one can create more. If mint authority is not revoked, the token creator could theoretically:
- Mint billions more tokens at any time
- Dump the new supply into the market, instantly diluting all existing holders
- Effectively transfer value from all holders to themselves
This is a classic rug pull vector. Even if you have no intention of doing this, the ability exists — and that ability makes your token less trustworthy.
What Revoking Mint Authority Does
When you revoke mint authority, you permanently destroy the ability to create new tokens. The token's total supply becomes mathematically fixed forever. No one — not you, not Solana Token Creator, not any other entity — can ever mint more of your token.
This is verifiable on-chain: anyone who looks up your token's mint address on Solscan or SolanaFM will see "Mint Authority: None" or equivalent. This is one of the strongest trust signals a token can have.
What Is Freeze Authority?
Freeze authority is the ability to freeze any token account — essentially locking a holder out of their own tokens.
If freeze authority is not revoked, the token creator can:
- Freeze the wallet of any holder, preventing them from selling or transferring their tokens
- Target specific addresses (e.g., large sellers) and lock their holdings
- Create selective restrictions that undermine free market behavior
While there are legitimate business uses for freeze authority (regulatory compliance in some stablecoin contexts), for a typical meme coin, community token, or utility token, keeping freeze authority is a significant red flag.
What Revoking Freeze Authority Does
Revoking freeze authority permanently removes the ability to freeze any token account. Holders know with certainty that they can always move, sell, or transfer their tokens — no one can lock them out.
Again, this is verifiable on-chain. "Freeze Authority: None" is the gold standard that trust-conscious investors look for.
When Should You Revoke These Authorities?
Revoke at Creation (Recommended for Most Projects)
Solana Token Creator lets you revoke both authorities during the token creation process. This is the cleanest approach: your token launches with fixed supply and no freeze risk from day one. There is no ambiguity, no window where the creator could have done something.
Revoke After Creation
If you need mint authority briefly (to distribute tokens in phases, for example) or freeze authority for specific operational reasons, you can revoke later. Solana Token Creator supports post-creation revocation. Each revocation requires a small Solana network transaction fee (~0.001 SOL).
Be aware: any time between creation and revocation is a trust window. Serious holders will notice if revocation happens weeks after launch — it can look reactive rather than planned.
When NOT to Revoke Mint Authority
Some legitimate projects intentionally keep mint authority:
- Governance tokens that have on-chain governance to vote on new emissions
- Staking reward tokens where new tokens are minted as rewards per a published schedule
- Inflation-model tokens with a transparent, coded emission schedule
In these cases, keeping mint authority is defensible — but it must be accompanied by a clear, public explanation. Silence about retained mint authority is always suspicious.
How to Check a Token's Authority Status
You do not have to take the creator's word for it. Here is how to verify:
- Get the token's mint address (visible in Phantom wallet under the token)
- Go to solscan.io and paste the mint address in the search bar
- Look for the Mint Authority and Freeze Authority fields
- "Disabled" or "None" for both = the creator has revoked both authorities. ✓
- Any wallet address shown = that authority is still held and can be exercised. ⚠️
The Trust Signal Effect
In the Solana meme coin and community token space, revoked authorities have become a baseline expectation. Tokens that launch without revoking — especially mint authority — face immediate skepticism in crypto communities.
Common questions your potential holders will ask:
- "Is mint revoked?" — If yes: trust increases. If no: "why not?" is the next question, and a poor answer kills momentum.
- "Is freeze revoked?" — Same dynamic.
- "Can they rug?" — If both are revoked, the answer from an authority standpoint is no.
Revoking is essentially free insurance. It costs nearly nothing in fees and permanently removes a major category of holder concern.
Revoke vs. Burn vs. Renounce — Understanding the Terms
These terms are sometimes used interchangeably in crypto communities but mean different things:
- Revoke (authority): Permanently remove a specific capability (mint, freeze). The authority is deleted from the token's mint account.
- Burn (tokens): Permanently destroy tokens — reduce circulating supply. Separate from authority management.
- Renounce (ownership): More common in Ethereum EVM context — transferring contract ownership to a zero address. The Solana equivalent is revoking mint and update authority.
Frequently Asked Questions
Can I get back mint or freeze authority after revoking?
No. Revocation is permanent and irreversible on Solana. This is the point — the permanence is what makes it a credible trust signal. There is no "undo."
Do I need to revoke both authorities?
Not strictly required, but strongly recommended for any token aimed at public adoption. Revoking only one while keeping the other still leaves a risk surface — sophisticated holders will still be cautious about the remaining authority.
What happens if I send my token to someone before revoking?
Authority revocation is separate from token distribution. You can distribute tokens to others first, then revoke — or revoke at creation and then distribute. The order does not affect the revocation's validity.
Does revoking freeze authority affect existing frozen accounts?
If an account is already frozen at the time freeze authority is revoked, it stays frozen (the revocation doesn't retroactively unfreeze). However, no new accounts can be frozen after revocation. For most projects that never use freeze authority, this is not a concern.
Can I revoke authorities from my phone?
Yes. Solana Token Creator's revocation tools work through Phantom mobile browser. The process is identical to desktop.
Update Authority: The Third Setting to Know
Beyond mint and freeze authority, there is a third authority setting worth understanding: update authority. This controls who can change the token's metadata — its name, symbol, description, and logo stored on-chain.
If update authority is held by the creator, they could theoretically change the token's name, description, or logo after distribution. This is not a financial risk (it cannot change supply or lock wallets) but could be used deceptively — for example, changing a token's name to impersonate another project.
Revoking update authority (setting it to null) means the metadata is permanently locked as set at creation. Some projects do this for maximum credibility. Others keep update authority to be able to fix typos or update descriptions as the project evolves. Your choice depends on your project's needs.
How to Verify a Token's Authority Status
Before investing in or promoting any Solana token, you should know how to check its authority settings. Here is the exact process:
- Get the token's mint address (shown in Phantom under the token, or from the creator's announcement)
- Go to solscan.io
- Paste the mint address in the search bar
- On the token overview page, look for:
- Mint Authority — should say "Disabled" if revoked
- Freeze Authority — should say "Disabled" if revoked
- If either shows a wallet address instead of "Disabled," that authority is still active
This takes 30 seconds and is the single most important on-chain check before trusting any Solana token project.
Authority Management Best Practices by Token Type
Meme Coin
Revoke both mint and freeze authority immediately at creation. No legitimate meme coin project needs ongoing minting capability. The cleaner your authority profile, the more seriously the community will take your launch.
Community / Fan Token
Same recommendation: revoke both. If you anticipate needing to issue more tokens for future community events, consider an alternative design — for example, launching with a larger supply and locking a portion in a transparent timelock, rather than keeping open mint authority.
Utility Token with Staking Rewards
You may legitimately need to keep mint authority if your tokenomics include minting new tokens as staking rewards. In this case, document your emission schedule publicly and consider transferring mint authority to a multisig wallet rather than a single wallet — this reduces the risk of a unilateral bad actor.
