Revoke Freeze Authority on Solana | Token Tool
Revoke Solana freeze authority from an SPL or Token-2022 token. Check the current freeze authority and sign the permanent transaction securely.
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 Freeze Authority from a Solana Token
Check whether a Solana mint can freeze token accounts, then permanently remove freeze authority with the current authority wallet.
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 Remove Freeze Authority from a Solana Token
Freeze authority lets a token issuer freeze or thaw token accounts. It does not change the token supply, but it can prevent holders from transferring or selling their tokens.
Load the mint to inspect its current freeze authority. After the authority is set to null, no wallet can freeze or thaw accounts through the Token Program.
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
๐ Verify the Transaction
Inspect the confirmed instruction and account state on Solscan.
solscan.io๐ Solana Token Program
Read the official authority and mint account documentation.
spl.solana.com/tokenSolana Revoke Authorities - FAQs
How do I remove freeze authority from a Solana token?
Load the Solana mint, confirm the displayed freeze authority belongs to your wallet, and sign the revoke transaction. This prevents future freeze and thaw operations.
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.