Revoke Mint Authority on Solana
Lock your supply permanently — and revoke freeze and update authority from the same tool. 0.1 SOL per authority, one signed transaction each, on SPL and Token-2022 tokens.
Connect the wallet that holds the authority, pick your token, and press the authority you want gone. Each revocation is its own transaction, so you only ever pay for what you actually run — and if an authority is already null, the tool tells you and charges nothing.
Revoke Authority BelowWhat Each Revocation Does
All three are permanent, priced the same, and signed separately. Nothing here is bundled into one transaction, and nothing can be undone afterwards.
| Authority | Revoking it means | What you give up | Cost |
|---|---|---|---|
| Mint authority | Total supply is fixed forever; nobody can mint another token | Minting rewards, staking emissions, or any future issuance | 0.1 SOL |
| Freeze authority | No account can ever be frozen; holders can always transfer and sell | Freezing and unfreezing — accounts frozen today stay frozen forever | 0.1 SOL |
| Update authority | Metadata is immutable; name, symbol, logo and links are frozen as-is | Ever fixing a typo or swapping a logo, by you or anyone else | 0.1 SOL |
The fee rides in the same transaction as the authority change, so a revocation that fails on-chain cannot charge you for nothing. Because they are separate transactions, revoking all three is three wallet approvals, not one — and each result stays on screen with its own Explorer link, so a later failure never hides an earlier success.
Understanding Token Authorities
Mint Authority
Controls the ability to create new tokens and increase total supply.
Freeze Authority
Controls the ability to freeze token accounts and prevent transfers.
Update Authority
Controls whether your token's metadata — name, symbol, logo, links — can still be changed.
Check These Three Things First
You must sign from the wallet that holds the authority
An authority can only be revoked by whoever currently holds it — normally the wallet that created the token. Connecting a different wallet cannot revoke on its behalf. Nothing is charged when this happens, because the fee and the authority change are in the same transaction and fail together. If you are unsure, open your mint on Solana Explorer and read the authority field before you start.
Unfreeze before you revoke freeze authority
Revoking freeze authority removes the power to freeze accounts and the power to unfreeze them, permanently, for everyone. Any token account that is frozen at the moment you revoke stays frozen forever — there is no key left that can release it. If you have ever frozen an account, unfreeze it first.
An already-revoked authority costs you nothing
Before building anything, the tool reads the authority from the chain — and the metadata account's mutability flag for update authority. If it is already gone, you are told so and no transaction is created. You cannot be charged twice for the same revocation by pressing the button again.
Do You Have to Revoke Before Adding Liquidity?
Half of it is true, and the half that gets repeated most is the false half.
Freeze authority: yes, revoke it first. Raydium's own pool interface refuses a token whose freeze authority is still active — a token nobody can be certain they can sell is not one it will list. Our liquidity pool tool does not check your token's authorities before it starts building, so the safe order is revoke freeze authority here, then create the pool.
Mint authority: no, it is not required. A pool can be created with mint authority still live. What happens instead is reputational: DexScreener, RugCheck and every trader who checks will see a mintable supply and price that in. That is a good reason to revoke mint authority — but it is not a technical prerequisite, whatever the guides say.
Update authority: no, and there is no rush. Metadata mutability has no bearing on pool creation. Lock it once your name, symbol and logo are final, not before.
Launching in order? Revoke freeze authority, then create an OpenBook Market ID if you need one for an AMM V4 pool, then add liquidity, then revoke mint authority once the supply you intend to exist actually exists.
How to Revoke Mint Authority on Solana
Connect the Wallet That Holds the Authority
Revoking is signed by the wallet that currently holds the authority — usually the one that created the token. A different wallet cannot revoke on its behalf, and the transaction will not go through.
Pick Your Token, or Paste Its Mint Address
Open the picker to list the tokens in your wallet, or paste the mint address into the field beside it. The manual field is there because the wallet scan depends on a public Solana RPC that can throttle it.
Choose Which Authority to Revoke
Mint authority, freeze authority, and update authority each have their own button. Nothing is bundled — pick one, or run them one after another.
Approve One Transaction per Authority
Each revocation is a single transaction carrying the 0.1 SOL fee and the authority change together. One wallet approval per authority, so revoking all three means three approvals.
Verify the Authority Is Null On-Chain
Each success shows its own Solana Explorer link, and all three stay on screen at once. Open the mint on Explorer or Solscan and the revoked authority field reads null.
Authority Management Features
Revoke Mint Authority
Permanently remove the ability to create new tokens. Once revoked, the total supply is fixed forever — nobody can mint more, not even you. The strongest supply guarantee.
Revoke Freeze Authority
Permanently remove the ability to freeze token accounts. This guarantees holders can always transfer and sell their tokens, and it is the authority Raydium's pool interface checks for.
Revoke Update Authority
Permanently lock your token's metadata — name, symbol, logo, and links can never be changed again, by you or anyone else. The same permanent, one-way action as revoking mint or freeze authority.
Already Revoked Costs You Nothing
The tool reads the authority on-chain before it builds anything. If it is already null, you get told so and no transaction is created — nothing to sign, and no 0.1 SOL charged.
One Fee, One Transaction, No Surprises
Each revocation is 0.1 SOL and rides in the same transaction as the authority change. If the change fails on-chain, the fee fails with it — a failed attempt cannot bill you for nothing.
Three Results, Side by Side
Revoke mint, freeze, and update authority in any order and each keeps its own result and Explorer link. A later failure can never erase or overwrite an earlier success you already paid for.
SPL and Token-2022
The tool reads which token program owns your mint and builds the instruction against it, so Token-2022 mints are revoked correctly instead of failing against the legacy program.
What This Tool Does Not Do
- It does not transfer an authority to another wallet. Every action here sets the authority to null. Reassigning one to a different wallet, a multisig or a program needs a command-line tool or an SDK.
- It is not part of the token creation form. Tokens minted on this site always come out with mint and freeze authority held by your wallet and their metadata mutable. Every revocation is this separate step, run afterwards.
- It does not edit metadata. Revoking update authority locks the metadata as it stands; it cannot fix a name, symbol or logo on the way past. Correct anything you want corrected with a Metaplex-compatible editor first.
- It does not batch three revocations into one signature. Each authority is its own transaction and its own approval.
- It cannot be undone. No revocation on this page is reversible, by us or by anyone.
Revoke Authority FAQ
After You Revoke
Revoking is one step in a launch, not the end of one. The rest of the lifecycle lives here too.
Related Guides
Need to Create a Token First?
Create your Solana token, then come back to revoke mint authority and lock your supply.
Create Token Now