Tutorial May 2026 7 min read

How to Revoke Freeze Authority on Solana

Written by the CreateMyCoin Team

Freeze authority is the lesser-known but equally important sibling of mint authority. If your Solana token still has freeze authority active, experienced investors can see it — and many will walk away without a second thought. Here's everything you need to know about what it is and how to revoke it.

What Is Freeze Authority?

When a Solana token is created using the SPL Token Program, it can be configured with several optional authorities. One of these is freeze authority — the power to freeze individual token accounts belonging to holders.

To understand what this means in practice: every holder of your token has what's called a token account — a specific account on the Solana blockchain that holds their balance of your token. If you hold freeze authority over your token, you can send a transaction that freezes any of these accounts. Once frozen, that account cannot send, receive, or do anything with the tokens it holds.

In other words: if freeze authority is active and in your wallet, you have the technical ability to prevent any holder from selling their tokens at any time.

What does "freezing" mean technically? A frozen token account transitions to a state where all token instructions — transfers, burns, delegations — are rejected. The tokens remain in the account and are visible on-chain, but they're completely immovable until the freeze authority holder sends an unfreeze (thaw) instruction. Holders have no way to unfreeze their own account.

It's worth noting that freeze authority has legitimate uses in certain contexts — for example, in regulated stablecoins, compliant payment tokens, or institutional financial products where account freezing may be legally required. But for community tokens, memecoins, and most standard Solana projects, freeze authority is a liability rather than a feature. It signals that you hold power over your holders that most investors are not comfortable with.

Why Revoking It Matters

Revoking freeze authority is the second most important trust signal you can send as a token founder, right after revoking mint authority. Here's why investors care so much about it.

The fear that drives investors away from tokens with active freeze authority is direct and well-founded: they have seen it used maliciously. In a freeze-and-drain rug pull, the sequence looks like this:

  1. Team launches token and builds community
  2. Price rises as more buyers come in
  3. Team uses freeze authority to freeze all holder accounts simultaneously
  4. Team removes all liquidity while no one can sell
  5. Team disappears with the funds

This is particularly damaging because holders can see the price crashing and the liquidity disappearing — they just can't do anything about it. Their tokens are locked while they watch their investment evaporate.

When you revoke freeze authority, you're making a permanent, on-chain promise: I will never be able to freeze your token account. Not today, not in six months, not ever. That promise is enforced by the blockchain itself — not by your word, not by a contract, by code. That's the kind of commitment investors can actually trust.

"An active freeze authority isn't just a risk flag — it's a loaded gun that any investor can see pointed at them. Revoking it removes the gun entirely."

Freeze Authority vs Mint Authority: What's the Difference?

Both freeze authority and mint authority are token-level permissions on Solana, and both can harm holders if misused. But they threaten investors in different ways. Understanding the distinction helps you communicate clearly to your community why revoking both matters.

Feature Mint Authority Freeze Authority
What it controls Ability to create new tokens (increase supply) Ability to freeze holder accounts (prevent selling)
How it harms holders Dilutes existing holders through inflation Prevents holders from exiting their position
Type of rug enabled Silent inflation rug (print and dump) Freeze-and-drain rug (lock, then pull liquidity)
Who it affects All holders (via price dilution) Specific accounts targeted by the freeze
Visible on-chain? Yes — shown on Solscan, rug checkers Yes — shown on Solscan, rug checkers
Can be revoked? Yes — permanently and irreversibly Yes — permanently and irreversibly

The short version: mint authority is about supply control, and freeze authority is about exit control. Both are dangerous when held by a founder who might act in bad faith. Both should be revoked for any community token where you want holders to trust you. Read more in our mint and freeze authority guide for a deeper technical explanation.

When Should You Revoke Freeze Authority?

The short answer: almost always, and ideally before or immediately after you add liquidity.

The reasoning is straightforward. Once investors start buying your token, they're trusting you not to use the powers you hold. The sooner you give up those powers, the sooner they can trust you unconditionally. Every hour that freeze authority is active after your token is live in the market is an hour of unnecessary risk for your holders.

Best practice: Revoke both mint authority and freeze authority before you add liquidity and before you post your contract address publicly. This way, when the first investors check your token, everything is already clean. You won't have to explain "we revoked it after launch" — it was never active in the market at all.

There are a small number of edge cases where you might legitimately delay revoking freeze authority:

  • If you're building a regulated financial product — some jurisdictions require the ability to freeze accounts for compliance purposes. In this case, consult legal counsel before revoking.
  • If your tokenomics require a vesting period — some projects use freeze authority to enforce team vesting (preventing team wallets from selling before a cliff date). This is technically possible but has better alternatives like dedicated vesting contracts.

For the vast majority of projects — memecoins, community tokens, utility tokens, DeFi tokens — neither exception applies. Revoke freeze authority as early as possible.

How to Revoke Freeze Authority Using CreateMyCoin

Revoking freeze authority is a simple, one-time action. You don't need to write any code or understand Solana's technical infrastructure. Here's the step-by-step process using CreateMyCoin.

Step 1: Go to CreateMyCoin and connect your wallet

Visit createmycoin.app and click "Connect Wallet." Use the same wallet that you used to create the token — this is important, because only the wallet that currently holds freeze authority can revoke it. Phantom, Solflare, and most major Solana wallets are supported.

Step 2: Navigate to "Manage Token" or "Revoke Authority"

Once connected, find your token in the dashboard. Look for the option to manage token authorities. Your token's current authority status will be displayed — you'll see whether mint authority and freeze authority are active or already revoked.

Step 3: Select "Revoke Freeze Authority"

Click the revoke option next to freeze authority. You'll see a confirmation prompt explaining what this action does and that it is permanent and irreversible. Read it carefully — once you confirm, there is no going back.

Step 4: Approve the transaction in your wallet

Your wallet will pop up asking you to approve a transaction. This transaction calls the Solana SPL Token Program's SetAuthority instruction, setting freeze authority to null. The fee is a small amount of SOL (typically less than 0.001 SOL). Approve it.

Step 5: Save your transaction signature

Once confirmed, you'll receive a transaction signature (a long string of characters). Save this — it's the on-chain proof that you revoked freeze authority. Share it in your Telegram and Twitter announcement so your community can verify it themselves.

Important: This action is permanent. Once you revoke freeze authority, you cannot re-enable it. No one can — not you, not a developer, not even Solana Labs. This is by design. The irreversibility is what makes it a credible trust signal. Make sure you're ready before you confirm.

How to Verify Freeze Authority Is Revoked

After revoking, you and your community can verify the status on any Solana block explorer. Here's how to check on Solscan, which is the most commonly used explorer for this purpose:

Check on Solscan

Go to solscan.io and enter your token's mint address in the search bar. On your token's page, scroll down to find the "Token Info" section. Look for the "Freeze Authority" field. If it shows "Null" or "None", the authority has been successfully revoked. If it shows a wallet address, it's still active.

Check on Solana Explorer

Go to explorer.solana.com and search for your token mint address. Under the token details, you'll find the authority fields. A revoked freeze authority will appear as empty or null.

Check on a rug checker

Tools like RugCheck.xyz will show your token's complete risk profile. After revoking, "Freeze Authority" should appear as a green checkmark or "Disabled" — not as a risk flag.

Share the Solscan link directly in your announcements. Something like: "Freeze authority revoked — verify here: [link]" takes two seconds and builds enormous credibility. We cover this in more detail in our guide on how to verify on Solscan.

What Happens If You Don't Revoke It?

If you leave freeze authority active, here's what you should expect:

Rug checker tools will flag your token as high risk

Tools like RugCheck.xyz, SolanaFM, and DEX screeners automatically check for active freeze authority and display it as a risk. When an investor sees a red flag next to "Freeze Authority: Active," most will leave immediately without reading further. You lose potential holders before they even look at your project.

Experienced traders will actively warn others away

In Telegram and Discord groups, experienced traders frequently post screenshots of rug checker results when warning communities about risky tokens. Active freeze authority is one of the most common reasons cited. You may find your project being called out publicly as a likely rug — even if your intentions are completely legitimate.

You limit your growth ceiling

Retail investors who are new to crypto might not know to check freeze authority. But the influencers, whales, and community members who drive real token momentum absolutely do. Keeping freeze authority active puts a hard ceiling on how seriously your project can be taken.

The bottom line: Leaving freeze authority active doesn't just risk looking bad — in a market defined by trust and reputation, it actively prevents your token from reaching the people and communities you need to build real momentum. There is almost no scenario where keeping freeze authority is worth it for a standard community token.

You can't undo the optics of a delayed revocation

If you launch with freeze authority active and revoke it a week later after community pressure, some holders will always wonder: "Why did they wait? What were they planning?" The best time to revoke is before launch. The second best time is right now. But every day you wait makes the revocation look more reactive than principled.

Take the full picture — mint authority, freeze authority, liquidity, metadata — and use the full security checklist to make sure your token passes every investor test before you go public.

Conclusion

Revoking freeze authority is one of the simplest and most impactful things you can do for your token's credibility. It takes less than a minute, costs a fraction of a cent in SOL fees, and permanently removes one of the most serious concerns investors have about new tokens.

The steps are straightforward: connect your creator wallet, find the revoke freeze authority option in CreateMyCoin, confirm the transaction, and verify on Solscan. Then share the proof with your community. That combination — action plus transparency — is the foundation of trust in the Solana ecosystem.

Pair freeze authority revocation with revoking mint authority (see our guide on how to revoke mint authority), locking your liquidity, and completing your token metadata, and you'll have done everything within your control to make your token look legit to the investors who matter most.

Ready to Launch a Token Investors Trust?

Create your Solana token with proper authority setup in 60 seconds. No coding required.

Create Your Token →