Revoke Update Authority on Solana | Token Tool
Revoke Solana update authority and make Metaplex token metadata immutable. Check the current authority before signing permanently.
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 Update Authority and Lock Token Metadata
Check the Metaplex update authority for a Solana token, then remove it and make the metadata immutable.
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 Make Solana Token Metadata Immutable
Update authority controls the Metaplex metadata account, including the token name, symbol, image URI, description, and other off-chain metadata references.
This workflow removes the update authority and marks the metadata immutable. Publish and verify the final metadata before signing because future corrections will not be possible.
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 make Solana token metadata immutable?
Use Revoke Update Authority to remove the Metaplex update authority and mark the metadata immutable. Verify the mint and current update authority before signing.
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.