Stablecoin Blacklist
A stablecoin blacklist is an on-chain list, maintained by the token issuer, of addresses blocked from sending or receiving that specific token. Once an address is added, the issuer's smart contract rejects transfers to and from it, while the address keeps normal control over every other asset it holds.
Stablecoin Blacklist
A stablecoin blacklist is an on-chain list, maintained by the token issuer, of addresses blocked from sending or receiving that specific token. Once an address is added, the issuer's smart contract rejects transfers to and from it, while the address keeps normal control over every other asset it holds.
What it means
A blacklist is not a blockchain-level feature. It is written into the token's own smart contract by the issuer, and it only affects that one token. An address blacklisted for USDT can still send and receive ETH, BTC, or any other asset without restriction, because the restriction lives in Tether's contract logic, not in the underlying network.
Most issuer contracts implement this with a mapping of address to boolean state, checked inside the transfer and transferFrom functions before any balance change is allowed. If the sender or receiver is flagged, the transaction reverts. The issuer's compliance or legal team decides who gets added, usually in response to a law-enforcement request, a court order, a sanctions designation, or evidence of theft or fraud.
Real-world example
In November 2023, Tether froze roughly $225 million in USDT held across dozens of wallets tied to a pig-butchering scam network, at the request of U.S. law enforcement. The tokens were not seized in any physical sense — Tether simply flipped a flag in its contract so the addresses could no longer move that USDT.
Related terms
In FreezeRadar
FreezeRadar checks every scanned address against the current on-chain blacklist state for USDT, USDC, and every other freezeable asset in our registry, and reports a direct match immediately in the scan result.
By FreezeRadar Team
Research and product team behind FreezeRadar.
Related reading
Continue exploring FreezeRadar knowledge content.