Freeze Authority — Rug Check Risk Guide
Freeze Authority — when devs can freeze your wallet
What is a freeze authority in crypto?
Freeze authority is the on-chain permission to freeze specific token accounts on Solana, blocking the holder from transferring or selling that token. Like mint authority, it's assigned to the deployer by default and can be renounced. Retained freeze authority on a memecoin is a critical rug signal — the dev can freeze buyer wallets at will, preventing sells in advance of a coordinated dump. Freeze authority is a legitimate and necessary feature for stablecoins and regulated assets (USDC, USDT, EURC, PayPal USD all retain freeze authority to comply with sanctions and fraud recovery) and for some institutional RWA tokens. Context matters: freeze authority is expected on a stablecoin, concerning on a DePIN token, and near-certain exit-scam evidence on a memecoin. Sharpe's Rug Check checks the SPL freeze authority field and grades it against the token category — stablecoins with retained freeze authority score green, memecoins with retained freeze authority score red. On EVM chains, a conceptually similar pattern exists as blocklist / blacklist functions: owner-callable `blacklist(address)` logic that prevents a specific wallet from transferring the token.
Frequently Asked Questions
- What is freeze authority on Solana?
- Freeze authority is the on-chain permission to freeze specific SPL token accounts, blocking the holder from transferring the token. Legitimate on stablecoins for compliance, dangerous on memecoins.
- Should a memecoin have freeze authority renounced?
- Yes. A memecoin that retains freeze authority lets the dev freeze any buyer wallet at will, preventing sells ahead of a coordinated dump. Renounced freeze authority is mandatory for a trustable memecoin launch.
- Why does USDC retain freeze authority?
- USDC (and other regulated stablecoins) retain freeze authority to comply with sanctions, fraud recovery, and law enforcement requests. This is a legitimate compliance requirement — not a red flag for that category of asset.
How to detect freeze authority risk
- SPL freeze authority field is non-null
- Token category is memecoin + freeze authority retained
- Freeze authority is a 1-of-1 EOA (not multisig)
- EVM contract exposes a blacklist or block function callable by owner
- Historical freeze events on specific wallets (check on-chain activity)
Historical freeze authority incidents
- Multiple Solana memecoin rugs 2024–2025 where dev froze top buyer wallets before dumping
- USDC freeze events (legitimate) — e.g., Tornado Cash sanctions response

