What Does Default Account State Frozen Mean?
Some Solana tokens freeze every new holder's account by default — meaning you can buy in but can't transfer out until specifically unlocked.
Some Solana tokens are configured so that every new holder's account starts out frozen by default — unable to transfer the token at all until someone with the right authority specifically unfreezes it. This flips the usual assumption about how holding a token works.
What "Default Account State" Actually Configures
This Token-2022 extension sets the initial state of every new token account created for that specific token — normally, a token account defaults to an active, unrestricted state the moment it's created. With this extension enabled and set to "frozen," every new account starts locked instead, regardless of who created it or how.
Why a Frozen Account Can't Do Anything With the Token
An account in a frozen state can't transfer the token out, and in most configurations, can't receive further transfers either, until the freeze is lifted by whoever holds the freeze authority for that token. The tokens still technically exist in the account — they're simply inert until unfrozen.
Why This Extension Exists Legitimately
Some regulated or permissioned token designs use this to require an explicit compliance or verification step before a holder can actually use the token — the freeze acts as a gate, only lifted once whatever requirement the project has set has been satisfied for that specific holder.
Why This Is a More Extreme Version of a Typical Freeze Authority
A standard freeze authority can freeze an already-active account after the fact. Default Account State set to frozen goes further — it means every single new holder starts in that restricted position automatically, with no active period at all until specifically unlocked.
How This Can Be Used as a Trap
A token configured this way can allow a holder to buy in — the purchase transaction itself may complete — while the resulting account is frozen from the moment it's created, meaning the buyer holds tokens they cannot sell or transfer without the project's specific intervention to unfreeze their account.
Why This Can Be More Restrictive Than a Standard Honeypot
A typical honeypot blocks selling through contract logic that can sometimes be detected via a buy-sell simulation. A token with this extension enabled makes the restriction structural from the moment of account creation — every new buyer is frozen by default, not selectively targeted, which is itself a checkable but distinct signal.
What to Check Before Buying a Token With This Configuration
Whether this extension is enabled at all, whether the project discloses a legitimate reason and process for accounts to be unfrozen, and whether there's any documented track record of accounts actually being unfrozen successfully for other holders.
Check a Solana token's Token-2022 extensions, including its default account state, before buying — a frozen default state means new holders can't transfer the token until specifically unlocked.