Token Contract Risk Flags
Mint/freeze authority, transfer limits and other contract flags.
The key contract risk flags on a Solana memecoin are an active mint authority (new tokens can be created), an active freeze authority (accounts can be locked), and transfer restrictions such as blacklists or punitive taxes. Revoked authorities are a positive signal. Checking these flags reduces risk and catches many scams, but a clean contract still does not make a memecoin safe or guarantee its price.
Key takeaways
- Active mint authority lets someone create new supply and dilute or dump on holders.
- Active freeze authority lets someone lock accounts, which can trap your tokens.
- Transfer restrictions, blacklists or high sell taxes, can create a honeypot.
- Revoked authorities are reassuring, but the contract is only one layer of safety.
- A clean contract says nothing about liquidity, holders or whether the price will hold.
What contract risk flags are
On Solana, a memecoin is a token whose behavior is governed by the token program and a set of authorities and settings attached to its mint. Contract risk flags are the parts of that configuration that give someone power over your tokens after you buy. Reading them tells you what the token’s creators can still do, which is often more important than anything the marketing says.
Mint authority
Mint authority is the permission to create new units of the token. If it is still active, the holder can inflate the supply at will, diluting existing holders or minting a fresh batch to dump. A memecoin with revoked mint authority has a fixed supply, which removes this risk. Active mint authority is a serious red flag.
Freeze authority
Freeze authority lets the holder lock individual token accounts so their tokens can’t be transferred. On a legitimate project this may have niche uses, but on a memecoin an active freeze authority is dangerous: it can be used to block sells and trap holders, effectively turning the token into a honeypot. Revoked freeze authority is a positive signal.
Transfer restrictions and taxes
Some tokens embed rules that restrict transfers or tax them. Watch for:
- Blacklists or whitelists that can prevent specific wallets from selling.
- High or asymmetric sell taxes that make exiting uneconomical.
- Extensions or hooks that add conditional logic to transfers.
Any of these can produce a token you can buy but not meaningfully sell, so confirm a real sell works before committing size.
Other flags and metadata
Mutable metadata
If the token’s metadata (name, symbol, image) is still mutable, it can be changed after launch, sometimes to impersonate a trending token. Immutable metadata is more trustworthy.
Update authority
Check who, if anyone, retains authority to update the token’s on-chain settings. Retained authority means the rules are not final.
What a clean contract does not prove
Revoked authorities and no transfer restrictions remove specific, dangerous powers, but they do not make a memecoin safe. Liquidity can still be thin or removable, supply can be concentrated in a few wallets, and the price can collapse for ordinary reasons. Treat the contract as one layer of the full safety checklist, and size positions you can afford to lose.
Contract checks in Cheetah
Cheetah runs automated rug and liquidity checks and surfaces red flags, including contract-level signals, alongside stop-loss and take-profit controls. These are risk tools, not guarantees, they help you catch dangerous configurations but cannot make a memecoin safe or promise any outcome. See the security page for more.
Frequently asked questions
What is mint authority and why does it matter?
Mint authority is the permission to create new units of a token. If it is still active, whoever holds it can inflate the supply and dump on holders. Revoked mint authority means the supply is fixed, which removes that specific risk.
What does freeze authority do?
Freeze authority lets the holder lock specific token accounts so those tokens cannot be moved. On a memecoin, an active freeze authority is a red flag because it can be used to trap holders or block sells. Revoked freeze authority is a positive sign.
Does a clean contract mean the token is safe?
No. Revoked authorities and no transfer restrictions remove several specific risks, but the token can still have thin or removable liquidity, concentrated holders, or simply fall to zero. A clean contract is one input, not a verdict of safety.
Can contract flags change after launch?
Yes, if the relevant authority is still active. That is exactly why revoked mint and freeze authorities matter, they make the rules permanent. Where an authority remains, treat the current state as changeable rather than settled.