Frozen Balance
A frozen balance is the amount of a token an address holds that it can no longer transfer, because the issuer has blacklisted, paused, or otherwise restricted that address at the contract level. The balance is still visible on-chain; it is simply non-transferable.
Frozen Balance
A frozen balance is the amount of a token an address holds that it can no longer transfer, because the issuer has blacklisted, paused, or otherwise restricted that address at the contract level. The balance is still visible on-chain; it is simply non-transferable.
What it means
The tokens do not disappear from the wallet's visible holdings when frozen — a block explorer will still show the full balance sitting at that address. What changes is the contract's willingness to execute a transfer instruction from or to that address. This distinction matters practically: a frozen balance still counts toward on-chain metrics like total holdings, but is functionally worthless to the holder until, and unless, the freeze is lifted.
A frozen balance differs from a destroyed one. Destruction, via a function like destroyBlackFunds, actually reduces the balance to zero. A freeze alone leaves the number unchanged but unusable, which is why "frozen" and "burned" describe two distinct and separately reversible or irreversible states.
Real-world example
A sanctioned wallet holding 500,000 frozen USDC still shows that exact balance on Etherscan, and will continue to show it indefinitely, because a freeze changes transfer permission, not the recorded token balance itself.
Related terms
In FreezeRadar
A FreezeRadar scan result reports both a wallet's visible balance and its transferable status separately, so a frozen-but-intact balance is never confused with an empty one.
By FreezeRadar Team
Research and product team behind FreezeRadar.
Related reading
Continue exploring FreezeRadar knowledge content.