Solana tools
Revoke Solana Token Authority
Permanently revoke mint, freeze, or metadata authority of your SPL token. Lock supply, guarantee no freezes, and renounce ownership on Solana.Solana tools
Revoke authority
Blockchain
Token address
Authority type
The 20lab Solana revoke authority tool lets you permanently disable an SPL token's authority roles, removing the ability to mint, freeze, update metadata, or modify transfer fees forever. This is how Solana projects prove their tokens are immutable and trust-minimized.
Revoking is irreversible - once an authority is set to null, no one can restore it. This is the cleanest way to demonstrate fixed supply (revoking mint authority), guaranteed transferability (revoking freeze authority), or locked tokenomics (revoking metadata or fee authorities). If you want to move an authority instead of disabling it, use the transfer authority tool instead.
To revoke mint authority on Solana:
- Connect the wallet that currently holds the mint authority
- Enter your token's mint address
- Select Mint authority
- Confirm the transaction
After confirmation, your token's supply is permanently capped at the current circulating amount. No one - including you - can mint additional tokens, ever. This is the most common authority revocation for projects committing to a fixed supply model, and it's typically expected by DEX listing standards and exchanges before listing a token. Full walkthrough: how to revoke mint authority on Solana.
To revoke freeze authority on Solana, use the same flow as revoking mint authority but select Freeze authority. Once confirmed:
- No wallet can ever be frozen for your token again
- Existing frozen accounts cannot be unfrozen (revoke after unfreezing if needed)
- Most major Solana DEXes and listing standards require freeze authority to be revoked before they'll display the token without warnings
Revoking freeze authority is one of the strongest trust signals you can give your community - it cryptographically guarantees their tokens can never be locked. See the freeze authority guide for context.
Freeze authority on Solana is a permission that allows a designated wallet to lock SPL token transfers for any specific token account holding that token. When an account is frozen, its tokens cannot be sent or received until unfrozen.
Freeze authority is typically used for:
- Regulatory compliance on stablecoins (USDC uses this)
- Security responses to known exploits or stolen funds
- Custom token rules in regulated environments
For most community tokens, freeze authority is considered a risk because it gives one address the power to lock users' funds. That's why many projects revoke it permanently after deployment. Learn more in our freezable SPL token guide.
"Renouncing ownership" on Solana typically refers to revoking all token authorities - mint, freeze, and (where applicable) metadata update and transfer fee authorities - making the token's properties permanently fixed.
Unlike Ethereum's Ownable pattern where one renounce call drops a single owner role, Solana has multiple separate authorities per token. Full renunciation means revoking each one individually. The tool surfaces every active authority on your token and lets you revoke them in sequence or selectively.
Renouncing all authorities is the strongest possible commitment to decentralization but is irreversible - so it's usually done only after the token has reached operational maturity. Transferring authorities to a multisig first is the safer intermediate step.
The 20lab tool supports revoking every standard SPL authority:
- Mint authority - Locks total supply forever
- Freeze authority - Guarantees no account can ever be frozen
- Metadata update authority - Locks name, symbol, and image permanently (see our metadata authority guide; locks all future metadata changes)
- Transfer fee config authority - Locks the current transfer fee parameters (Token-2022)
- Transfer fee withdraw authority - Creates a permanent auto-burn where collected fees can never be withdrawn (Token-2022)
Each can be revoked independently. The most common pattern is revoking mint and freeze while keeping metadata update for future rebrands.
Yes - revoking authority is absolutely irreversible. Once an authority is set to null:
- The authority cannot be reinstated by anyone, including the original creator
- There is no recovery mechanism, multisig override, or upgrade path
- The corresponding action (minting, freezing, metadata changes, etc.) is permanently disabled
Because of this permanence, consider carefully whether you may ever need the functionality again. If you're not 100% certain, transfer the authority to a multisig instead - that still provides strong decentralization while keeping the option to act in genuine emergencies.
Both permanently disable an authority, but they differ:
- Revoking sets the authority to null on-chain - the cleanest, most explicit signal of permanent removal. Easier for auditors and DEXes to detect automatically.
- Burn-address transfer assigns the authority to a wallet no one can sign with (like the Solana incinerator). Functionally identical but less efficient on-chain and harder to verify.
Revoking is the recommended approach. It's cheaper, clearer in transaction history, and what most DEX listing standards check for.
It depends on your token's stage and goals:
- Yes, for community tokens / memecoins - Revoking mint and freeze is essentially required to be taken seriously and to pass DEX safety checks
- Yes, for fixed-supply DeFi tokens - Demonstrates that supply will never inflate
- Not yet, for early-stage projects - Keep authorities (preferably in a multisig) until tokenomics and operations stabilize
- Not at all, for regulated stablecoins - Compliance requires retained mint and freeze authority
Many mature projects use a phased approach: transfer authorities to multisig governance first, then revoke once the ecosystem matures.
Related Posts
Continue your journey with these related blog posts.
Learn how to manage your token's brand identity, establish permanent visual elements, and implement effective governance for SPL token metadata.
April 19, 2025
5 min read
Learn how to transfer or permanently revoke Solana freeze authority with our step-by-step guide. Discover when to manage security controls.
April 19, 2025
5 min read
Learn how to transfer or permanently revoke Solana mint authority with our comprehensive guide. Enhance token security and establish immutable supply.
April 18, 2025
5 min read
Learn how to add liquidity to Raydium DEX with our comprehensive guide. Step-by-step instructions for Solana token creators to securely launch your token!
January 28, 2025
7 min read
Learn how to add liquidity to Meteora for your Solana token - a step-by-step guide covering DAMM v2 pool creation, fee configuration, and LP token security.
March 23, 2026
7 min read
Learn about Solana, the blockchain that provides a fast, secure and scalable infrastructure for token projects.
July 24, 2024
8 min read
Learn what SPL is and how it is standardizing tokens for compatibility across Solana blockchain.
November 11, 2024
5 min read






