Solana freeze authority, and why buyers look for it

Freeze authority is the power to stop a specific holder from moving their tokens. It has a few legitimate uses and one very well-known abuse, which is why a revoked freeze authority has become something people check before they buy.

What it lets someone do

A token's mint account carries a freeze authority field alongside its mint authority. The address in that field can freeze any individual token account holding that token.

A frozen account is not emptied. The holder still owns the balance and can still see it in their wallet. What they cannot do is transfer it: no sending, no selling, no swapping, no providing it as liquidity. It sits there, visibly theirs, and completely immobile, until the freeze authority chooses to unfreeze it.

The freeze is per account, not global. The authority can freeze one holder and leave everyone else untouched, and there is no notice and no appeal.

Why this is the authority people worry about

Mint authority abuse dilutes everyone equally and is visible in the supply figure. Freeze authority abuse is targeted and silent, which makes it the more dangerous of the two in practice.

The pattern that gave it its reputation is straightforward: a token launches with freeze authority live, buyers come in, the price rises, and when holders try to take profit their accounts are frozen one by one. Selling pressure never materialises because sellers are physically unable to sell, and the people running it exit into a price that only they can trade against.

Because that pattern is well known, an unrevoked freeze authority now reads as a warning sign to experienced buyers regardless of your intentions. That is worth understanding before you launch: keeping it may cost you buyers who have no way to tell your reasons from someone else's.

When keeping it is defensible

There are real cases, and they are narrower than most people assume:

  • Regulated or permissioned assets. A token representing a real-world instrument may be legally required to support freezing for sanctions screening or a court order.
  • Incident response. Some issuers keep it so they can freeze accounts holding tokens drained in an exploit, before those tokens are laundered through a DEX.
  • Institutional requirements. A counterparty may require it as a condition of holding the asset at all.

If none of those describe your token, you are keeping a power you will never use, at the cost of looking like someone who intends to use it. For a community token, a memecoin, or a straightforward utility token, revoking is usually the better call.

How to check any token

  1. Open the token's mint address on a Solana explorer such as Solscan.
  2. Find the authorities section of the mint account.
  3. Read the freeze authority field. An address means someone can freeze holders. Empty, none, or null means nobody can, permanently.

Check the mint authority in the same panel. They are independent, and a project that revoked one while quietly keeping the other is telling you something.

Revoking on Anvilmint

Freeze authority revocation is an optional add-on at 0.1 SOL, applied during the launch. It is off by default. Like every irreversible option on the site, the confirmation screen states that it is permanent before your wallet opens.

If you are launching a fee-on-transfer token, note that revoking freeze authority has no effect on your ability to collect transfer fees. Those are governed by a separate withdraw authority, which always stays with your wallet.

Common questions

What is freeze authority on a Solana token?
Freeze authority is the address permitted to freeze individual token accounts. Freezing a holder's account makes their balance untransferable: the tokens stay visible in their wallet but cannot be sent, sold or swapped until the same authority unfreezes them. Like mint authority, it is a field on the token's mint account rather than custom code.
Can the freeze authority take my tokens?
No. Freezing is not confiscation. The holder keeps ownership and the balance stays in their account. What they lose is the ability to move it, which in practice can be just as damaging if it happens while they are trying to sell. The authority cannot transfer a frozen balance to itself.
Why do buyers check whether freeze authority is revoked?
Because a live freeze authority means someone can stop them selling. It has been used in scams where buyers are allowed in, the price is pushed up, and then selling accounts are frozen so the price cannot fall while insiders exit. Checking for a revoked freeze authority is a cheap way to rule that specific trap out.
Is freeze authority ever legitimate?
Yes, though the legitimate uses are narrower than people assume. Regulated or permissioned tokens may need it to comply with sanctions screening or court orders. Some issuers keep it to freeze accounts identified as compromised in an exploit. If your token is a straightforward community or utility token, you almost certainly do not need it.
Does revoking freeze authority affect anything else?
No. It is an independent field from mint authority. Revoking freeze does not fix your supply, and revoking mint does not remove the ability to freeze. A token can have either, both, or neither, and you should check both separately.
Is revoking freeze authority permanent?
Yes. As with mint authority, the field is emptied rather than reassigned, and no address can restore it afterwards. Anvilmint cannot restore it and neither can anyone else. If your token might ever need a compliance freeze, do not revoke it.

Launch with both authorities under your control

Every add-on starts switched off, and the full cost is shown before your wallet opens.