Technical

How to Revoke Solana Token Authority: Make Your Token Trustless

📅 May 2025⏱️ 5 min read

Revoking token authorities is one of the most important steps for building a trustworthy Solana token project. It proves to investors that you can't manipulate the supply or freeze their tokens.

Why Revoking Authorities Matters

When you create a token, you hold two powerful authorities:

These authorities, if kept, represent centralization risks. A malicious (or hacked) creator could mint billions of tokens to dump on holders, or freeze the accounts of everyone who sells.

💡 For memecoins and community tokens: revoke both authorities at launch. This is the single most effective way to build trust and is now expected by experienced Solana investors.

How to Revoke Mint Authority

01

Using Solana CLI

spl-token authorize <TOKEN_MINT> mint --disable

02

Using Revoke.so

Visit revoke.so, connect your wallet, find your token, and click Revoke Mint Authority.

03

Using Metaboss

Command line: metaboss update authority --mint <MINT> --new-authority null

How to Revoke Freeze Authority

Same process as mint authority, but replace mint with freeze in the CLI command, or use the Freeze Authority option on revoke.so.

Verifying Revocation

After revoking, verify on Solscan:

Ready to Launch Your Token?

Create your Solana SPL token in under 60 seconds — no coding required.

🚀 Create Token Now — Free

Frequently Asked Questions

No. Once you revoke an authority, it is permanently gone and cannot be restored by anyone — not even the original creator. This is by design and is what makes it trustworthy.
For memecoins: at launch. For utility tokens: after completing all planned mints (team, treasury, partnerships). For DAO tokens: after full distribution is complete.
You cannot mint more tokens after revoking. Plan your total supply carefully before revoking. If you need future minting capability (e.g. for staking rewards), keep Mint Authority and communicate your emission schedule clearly.
Yes. Experienced Solana investors and tools like rug.check and honeypot checkers verify authority status before buying. Having revoked authorities significantly increases credibility and is often a prerequisite for major KOL promotion.

🔑 Related Keywords

revoke token authority solanarevoke mint authorityrevoke freeze authorityimmutable token solanatrustless SPL token

📚 Related Guides