Revoke Mint Authority
Permanently revoke mint authority on any Solana SPL token to lock its supply. Once revoked, no new tokens can ever be minted, proving a fixed supply to your holders, from a flat 0.05 SOL.
Select a token you created, or paste any SPL mint address you control.
How to Revoke Mint Authority
Connect your wallet
Connect Phantom, Solflare, or any Solana wallet that currently holds the mint authority for the token.
Load your token
Paste the token's mint address, or pick from your tokens. Tokenry reads the authorities on-chain and confirms your wallet is the current mint authority. It works on any SPL token, not only ones created here.
Revoke and sign
Confirm the 0.05 SOL fee and sign one transaction. The mint authority is set to null, permanently locking the supply, and you can verify it on Solscan straight after.
No Code Required
Create and launch tokens without writing any code. Visual configuration for all features.
Fully Transparent
All token data is publicly visible and verifiable on block explorers.
Multi-Chain
Available on Solana, Ethereum, Base, Arbitrum, Polygon, and BNB Chain.
Full Ownership
You have full control. We never hold your keys, tokens, or authority.
Frequently Asked Questions
Why Revoke Mint Authority on Your Solana Token
Mint authority gives a wallet the power to create new tokens at any time. Left active, it lets the supply grow without limit, which can dilute holders and reads as a rug risk. Revoking it converts your token to a fixed supply, where the current total supply becomes the permanent maximum and no more tokens can ever be minted.
This is one of the first things buyers, exchanges, and DEX aggregators check when they judge whether a Solana token is safe to hold. Serious projects revoke mint authority right after minting their supply to show the community that the token cannot be inflated. It is a one-time, irreversible action, and for any fixed-supply token it is standard practice.
What Buyers and DEX Screeners See
The reason revoking matters so much is what it does to how your token reads on-chain. While the mint authority is still set, rug-check and charting tools like RugCheck, DexScreener, and Birdeye flag the token as mintable, and that warning is often enough to make a cautious buyer walk away before they ever trade.
Once you revoke, that flag clears. Solscan shows the mint authority as None in the token info panel, the scanners stop warning that new supply can be created, and anyone researching your token sees a fixed, locked supply. Revoking is not just a technical step, it is the signal that builds trust and shows your community the supply is safe.
Works on Any SPL Token, and How It Works
You do not need to have created your token with Tokenry to use this. Paste any SPL token's mint address, and if your connected wallet is the current mint authority, the tool builds the revoke transaction, whether the token came from another platform, a launchpad, or the Solana CLI.
Under the hood, Tokenry reads the mint account, confirms your wallet holds the mint authority, and builds a single transaction that sets that authority to null. It is non-custodial: the server only prepares the transaction, and you sign it in your own wallet, so your keys never leave your device. It works on both standard SPL tokens and Token-2022 tokens.
Mint, Freeze, and Update Authority, and the CLI Alternative
A Solana token can carry three authorities: mint authority controls whether new supply can be created, freeze authority controls whether holder token accounts can be frozen, and update authority controls whether the metadata can be changed, on Token-2022 tokens. Revoking the mint authority locks the supply only; it does not touch freeze or update authority, which Tokenry lets you revoke with separate tools.
The developer route to the same result is the Solana CLI command spl-token authorize with the mint and the --disable flag, which sets the mint authority to null. It works, but it means installing the CLI and handling your keypair on the command line. This tool does exactly the same thing in one click. A common order of operations is to mint your full supply first, revoke the mint authority, then add liquidity on Raydium.