Token authorities
Every SPL token carries a set of keys called authorities. Each one is a wallet address that holds a specific power over the token: minting new supply, freezing accounts, or editing the metadata. When you create a token, those authorities point at your wallet by default. You can keep them, hand them off, or remove them entirely.
Removing an authority is called revoking it. Once revoked, the power is gone for everyone, including you. Nothing else changes: trading, transfers, and adding liquidity keep working as they did. That permanence is the reason buyers care so much about it. J Tools gives you one tool per authority (Revoke Mint, Revoke Freeze, Revoke Update Authority) plus Make Immutable to clear all three at once.
| Authority | What it can do | After you revoke |
|---|---|---|
| Mint authority | Mint new supply | Supply is locked. No one can ever mint more. |
| Freeze authority | Freeze holder accounts | No account can ever be frozen. Balances stay free to move. |
| Update authority | Change metadata | Identity is locked. The metadata can never be edited again. |
The three authorities
#the-three-authoritiesThere are three authorities that matter for a normal token. Two live on the mint account itself (mint and freeze), and one lives on the metadata account (update). They are independent, so you can revoke any of them without touching the others.
The mint authority is the only key allowed to create new supply. Whoever holds it can mint more tokens at any time and send them anywhere.
While this authority is live, the total supply is not fixed. A holder has no on-chain guarantee that the number of tokens will not grow. Revoking it locks the supply forever, so the amount in circulation is the amount that will always exist.
The freeze authority can freeze any individual holder’s token account. A frozen account cannot send or receive that token until it is unfrozen.
This power exists for legitimate reasons (regulated assets, compliance), but for a community token it is a red flag. If the freeze authority is live, the team could freeze a buyer’s wallet at will using a tool like Freeze Account. Revoking it with Revoke Freeze means no balance can ever be locked.
The update authority controls the token’s metadata, its identity (name, symbol, image). Whoever holds it can rewrite those fields after launch.
A live update authority means the displayed identity is not final. A token could be created looking like one thing and edited into another. Revoking it (also called making the metadata immutable) freezes the identity for good.
Why revoking builds trust
#why-revoking-builds-trustA holder cannot read your intentions, only the on-chain state. Authorities are that state. They answer the questions a careful buyer asks before they put money in.
- Can the supply be inflated? A live mint authority means yes. Revoke it and the answer becomes a hard no, verifiable by anyone.
- Can my wallet be frozen? A live freeze authority means the team could lock you out. Revoke it and that risk is off the table.
- Is the token I see today the token I bought? A live update authority means the identity can change. Revoke it and those fields are permanent.
Token scanners, explorers, and trading bots all check these flags. A token with mint and freeze revoked reads as safer at a glance, which is why most serious launches revoke authorities before opening liquidity.
When to keep an authority
#when-to-keep-an-authorityRevoking is not always the right move at the moment of creation. Sometimes you want to keep a power for a while.
-
Keep mint if supply is not final
If you plan a later mint (staged emissions, a treasury top-up, a second round), keep the mint authority until you are done. Revoke it once the supply is settled.
-
Keep update while metadata is in flux
If the name, logo, or socials might still change, keep the update authority. Get everything right with Update Metadata, then revoke.
-
Freeze is usually safe to revoke early
Most community tokens never need the freeze authority. Unless you are building a regulated asset with a real reason to freeze accounts, revoking it early is a clean trust signal.
The common pattern is simple: finish minting, finalize the metadata, then revoke everything before you add liquidity. The rug-proof guide walks through that exact sequence.
FAQ
#faqCan J Tools revoke authorities for a token I do not control? No.
No. You must be the current authority, signing with the wallet that holds it. If an authority was already passed to another wallet, only that wallet can revoke it.
Related pages
#related-pages- Make Immutable Revoke the mint, freeze and update authority on your Solana SPL token in a single transaction, so nothing about it can ever change again. 0.2 SOL. 0.2 SOL
- Revoke Mint The trust checklist that turns a fresh Solana token into one buyers can hold: revoked authorities, locked metadata, locked liquidity, clean distribution.
© 2026 J Tools