NexFlowGuides › Mint & freeze authority

Mint & freeze authority on Solana, explained

Two small flags on a Solana token decide whether the person who made it can print more of it — or freeze the coins in your wallet. Here's what "renounced" really buys you.

Educational guide · updated September 2026 · not financial advice

When a token is created on Solana, its mint account carries two special powers: a mint authority and a freeze authority. They're addresses allowed to do things no ordinary holder can. Whether those powers are still switched on is one of the most important things you can know about a token before you buy — and it's a fact anyone can check in seconds. This guide explains both, why an active flag is usually a red line, and the legitimate exceptions.

Check a token's authorities now

Paste any Solana mint address — the scan reports both authorities.

Mint authority: the power to print

The mint authority is the address permitted to create new units of the token. While it's active, whoever holds it can increase the supply at will — and every new token they mint dilutes everyone who already holds. In the worst case, a deployer with a live mint authority waits for real buyers to add liquidity, then mints an enormous batch of new supply, sells it into the pool, and drains the real money out. Your token count didn't change, but your share of the whole did — toward zero.

Renouncing mint authority sets it to null. Nobody, including the original creator, can ever mint again. The supply is fixed. For a token that just wants to trade, this is exactly what you want to see, and it's one of the strongest single reassurances a Solana token can offer. The mechanics of that one-way change — and the long list of risks it does not remove — get their own walkthrough in "mint authority revoked" — what it actually means.

Freeze authority: the power to trap

The freeze authority can freeze any individual token account, which stops that holder from transferring — and therefore selling. On a token meant to trade freely, a live freeze authority is a switch the issuer can flip against you after you've bought, and it produces the same outcome as a honeypot: coins you own but can't move. That's why, for an ordinary memecoin or community token, a renounced freeze authority is the norm and an active one is a warning worth taking seriously. The warning is not hypothetical — the anatomy of a frozen-wallet trap follows one case from deployment to locked holders.

AuthorityWhat "active" lets them doWant to see
MintCreate new supply, dilute holders, flood the poolRenounced
FreezeFreeze your account so you can't sell or transferRenounced

The nuance that matters: "renounced" is genuinely permanent on Solana — it's not a promise, it's a state change anyone can verify. That's what makes these two fields so useful: they can't be faked with marketing. And for what a live freeze switch looks like when it is actually thrown — buyers locked out mid-trade while the chart keeps printing — the freeze-authority abuse case study walks one real incident end to end.

When keeping an authority is legitimate

Not every active authority is a scam. A regulated stablecoin often retains freeze authority on purpose, because law requires the issuer to be able to freeze sanctioned or stolen funds. A project still in the middle of its launch or migration may simply not have renounced its mint authority yet. The signal isn't "active = fraud" — it's "active = a power still exists, so ask who holds it and why." For an anonymous token with no team and no stated reason, the benefit of the doubt runs out fast; for a known, audited issuer with a clear rationale, it can be perfectly reasonable. Liquid-staking tokens are the canonical live-mint example — the mint must stay open for the protocol to issue new stake receipts, and the LST risk guide explains which controls stand in for renunciation there. Judge the flag against the project, not in a vacuum.

Launching a token? Null the authorities before anyone asks

Everything above reads the two flags from the buyer's side. From the deployer's side, the same two fields are the cheapest trust a launch will ever buy: every scanner, trading bot and wallet warning screen reads them within seconds of your pool going live, and a red flag there suppresses exactly the first wave of buyers a launch needs. A token that starts life with the mint authority already null and no freeze authority ever assigned begins with its two loudest checks green.

Mechanically it is one instruction — set_authority on the mint account with the new authority set to none — issued after the full supply is minted. Launchpads do this for you: the pump.fun bonding-curve program creates tokens with both authorities revoked at birth, which is why a renounced flag is table stakes there rather than a differentiator. If you deploy a plain SPL token by hand, revoke mint once supply is final and simply never set a freeze authority at all; assigning one and promising not to use it convinces nobody, because there is no verifiable way to keep that promise. The only honest reasons to keep either flag live are the issuer cases above — and if yours is one of them, publish who holds the key and why, because everything else about your deployer wallet will be read in that light.

What the launch firehose says about these flags

Some scale, from our own data. NexFlow's capture layer, which records every token launch it observes on Solana's launchpads, logged 35,663 new token launches on September 1, 2026 and 33,227 more the following day — the overwhelming majority of them pump.fun bonding-curve launches. On that class the authority flags do a specific, limited job, because the pump.fun program creates its tokens with mint and freeze authority already revoked by design: renounced authorities are table stakes on a launchpad token, not a distinction. Tens of thousands of tokens a day all pass that check at birth, and most still go to zero on liquidity, concentration, or plain abandonment. The ledger also shows who is doing the launching: on September 4, 2026, 65% of the day's 28,959 captured launches came from wallets that minted five or more tokens that same day — factory output, every unit wearing the same renounced-authority badge.

Where the flags earn their keep is everywhere else. A token minted outside a launchpad has its authorities set by a person, deliberately — so an active mint or freeze authority there is a choice someone made, and the question "who holds this power, and why" has a specific answer you're entitled to hear. Read the flag against the token's origin: automatic on the curve, meaningful off it, and never sufficient alone in either case.

How to check it — and what to do with the answer

You don't need to inspect the mint account by hand. Any risk scan reads both authorities directly from on-chain state and shows them plainly. Read them alongside the other dealbreakers — a live mint authority is a shrug next to a locked, established stablecoin and a klaxon next to a day-old anonymous token with thin, unlocked liquidity. Powers combine; read them together.

Verify the authorities, then trade safely

Renounced and clear? NexFlow lets you swap non-custodially, keys on your device.

Frequently asked

What does "mint authority renounced" mean?

It means the mint authority has been set to null, permanently removing anyone's ability to create new supply. The total supply becomes fixed — one of the clearest positive signals a Solana token can show.

Why is an active freeze authority dangerous?

It lets the issuer freeze individual accounts, preventing those holders from selling or transferring. On a token meant to trade freely it's a switch that can trap buyers after purchase, so it should normally be renounced.

Do all legitimate tokens renounce both?

Most tokens made purely for open trading do. Some legitimate projects keep an authority for a real reason — a regulated stablecoin may retain freeze to comply with law; a project mid-launch may not have renounced mint yet. Context matters, but for an anonymous memecoin an active authority is a strong warning.

Can an authority be re-enabled after it's renounced?

No. Renouncing is a one-way change on Solana — once set to null it cannot be restored, which is exactly why it's a trustworthy signal rather than a reversible promise.

How do I check the mint authority of a Solana token?

Paste the token's mint address into any scanner that reads on-chain state — including the free scan on this page. The mint account's authority fields are public data: the scan reports whether mint and freeze authority are active or renounced, straight from the chain, in seconds.

Do pump.fun tokens have mint authority revoked?

Yes — the pump.fun bonding-curve program creates tokens with mint and freeze authority revoked automatically. That means a renounced flag on a launchpad token isn't a differentiator; the check matters most for tokens minted outside launchpads, where an active authority is a deliberate choice by the deployer.

Should I revoke mint authority before launching a token?

Yes. Launch with the mint authority already null and no freeze authority assigned — scanners, wallets and trading bots read those two fields within seconds of a pool going live, and a live flag turns away exactly the early buyers a launch needs. Launchpads such as pump.fun revoke both automatically at creation; a hand-deployed SPL token should revoke mint once the full supply is minted and never set a freeze authority at all.

NexFlow is an educational risk tool, not financial advice. On-chain data can be incomplete or manipulated; a clean check is a dated snapshot, not a guarantee. Always do your own research. Free · no signup · a NexFlow product