Revoke Mint Authority on Solana | Token Tool
Revoke Solana mint authority from an SPL or Token-2022 token to permanently fix its supply. Check the authority before signing.
Solana Token Authority Management
3
Solana AuthoritiesSPL
Token StandardDirect
Wallet SignedPermanent
On-chain Changes✓ Inspect current authority • ✓ Review wallet ownership • ✓ Sign directly on-chain
Revoke Mint Authority and Fix Solana Token Supply
Check whether a Solana mint can create more tokens, then permanently remove mint authority to fix the current supply.
Inspect Before Acting
Confirm the mint, token program, current authority, and connected wallet first.
Non-custodial by Design
Transactions are built in your browser and only your wallet can approve them.
Permanent Immutability
Revoking mint, freeze, or update authority cannot be undone by the application.
How to Revoke Mint Authority on Solana
Mint authority controls whether additional units can be created. Removing it permanently fixes the total supply at the amount currently minted.
This is commonly used after a token launch when the issuer wants to communicate that no more tokens can be minted. Confirm the supply and distribution first because the change cannot be reversed.
CHECK BEFORE YOU SUBMIT:
A Safer Authority Revocation Workflow
This Tool
Manual Program Calls
Authority Revocation Troubleshooting
The mint could not be loaded
Check that the address is a valid Solana mint on the selected network and that your RPC endpoint is available.
The action button is disabled
Connect the wallet that currently owns the displayed authority, then load the mint again.
The authority is already revoked
A null authority is permanent. No additional transaction is required.
Solana Authority Resources
📘 Solana Token Program
Read the official authority and mint account documentation.
spl.solana.com/tokenSolana Revoke Authorities - FAQs
How do I revoke mint authority on Solana?
Enter the token mint address, load the current mint authority, connect that authority wallet, and sign the transaction. Revoking mint authority permanently fixes the current token supply.
Can a revoked Solana token authority be restored?
No. Setting an authority to null is an on-chain, irreversible change. Verify the token mint, authority address, and connected wallet first.
Does this Solana authority tool support Token-2022?
Mint and freeze authority workflows detect whether the mint uses the standard SPL Token program or Token-2022 and build the matching instruction.
Why must I connect the current Solana authority wallet?
The Solana token and metadata programs require the current authority as the transaction signer. A different wallet cannot revoke it.
Is the Solana authority revocation tool non-custodial?
Yes. Instructions are prepared in the browser and your connected wallet reviews, signs, and submits the transaction. Private keys never leave your wallet.