Skip to content
Open J Tools

Revoke & Freeze

On Solana, buyers trust what they can check on-chain. These tools remove the powers that let a token’s creator change the rules after people have bought in. Revoke the mint, freeze, or update authority and that power is gone for good. Buyers and explorers can read all of this, which is why revoked authorities are among the first things they check. If you’re new to what these powers are, start with Token authorities.

Lock your token in the app →

ToolWhat it doesFeeBest for
Revoke MintFixes the supply so no one can mint more.PaidFixing supply while keeping freeze or update for later.
Revoke FreezeRemoves the power to freeze holder accounts.PaidProving on-chain that you can’t freeze anyone.
Revoke Update AuthorityMakes the name, symbol and image permanent.PaidOnce the metadata is final and you’re done editing.
Make ImmutableRevokes mint and freeze and locks the metadata in one step.PaidA finished SPL token where every authority should go at once.
Freeze AccountBatch-freezes holder accounts for a mint.PaidStopping the holders you select while you still hold freeze authority.
Unfreeze AccountBatch-thaws frozen holder accounts.PaidRestoring accounts you froze earlier.

Exact fees are on the Fee schedule.

Which one should I use?

#which-one-should-i-use

A quick way to read it: revoke a single authority when you still want to keep the others, for example fix the supply now but keep the ability to edit metadata later. Reach for Make Immutable when the token is finished and you want every authority gone at once.

How locking builds trust

#how-locking-builds-trust
  1. Finish your setup first

    Get the name, symbol, image and supply exactly how you want them. Revoking comes last, because there is no undo.

  2. Revoke what you don’t need to keep

    Revoke mint to fix supply. Revoke freeze so no holder can be frozen from then on, after you thaw any account you froze. Revoke update so metadata can’t be swapped. Use one tool per authority, or Make Immutable for all three.

  3. Let buyers verify

    Once revoked, the mint and freeze authorities read as “none” on explorers and in safety checkers. Metadata is different: locking it leaves the update authority address visible but flips the token to Mutable: No, which is the flag listing reviewers actually read. Either way, that on-chain record is the proof people look for before they buy.

For a full launch-to-locked walkthrough, read Make your token rug-proof. When you’re ready, open the tools in the app and revoke from your own wallet.

FAQ

#faq
Do I have to be the current authority? Yes.

Yes. You can only revoke an authority your connected wallet currently holds. If an authority was already handed to another wallet or removed earlier, these tools cannot touch it from your side.

Does locking authorities stop trading or liquidity? No.

No. Revoking mint, freeze or update has no effect on transfers, pools or swaps. It only removes your ability to mint more, freeze accounts, or edit metadata.

#related-guides