TrustDex › Guides › 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.
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.
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.
| Authority | What "active" lets them do | Want to see |
|---|---|---|
| Mint | Create new supply, dilute holders, flood the pool | Renounced |
| Freeze | Freeze your account so you can't sell or transfer | Renounced |
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.
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. Judge the flag against the project, not in a vacuum.
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? TrustDex 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.