Hello, everyone!
Recently, I wondered which cryptocurrencies could potentially be unsafe to own. Let me explain what I mean

There are some specific mechanisms where decentralization kind of “evaporates.”
Hardcoded freezing — blacklisting or freezing directly in the network code.
Configuration-based freezing — through node/validator settings, configuration files.
On-chain smart contract freezing — tokens/contracts have the function of blocking addresses or tokens (for example, some tokens on networks).
This is essentially centralized management of crypto assets. This means that each of us is at risk of a third party affecting the availability of our assets!
So, here's what I found:
Hardcoded blacklist (directly in the protocol code):BNB Chain — an explicit list of blocked addresses in the code; validators do not include their transactions in blocks.
VeChain (VET) — in 2019, after a hack, a “blacklist” module was introduced at the consensus level, blocking addresses; the team argues that this is not a “permanent kill switch,” but technically the freeze was done with a protocol patch.
Chiliz (CHZ) — an EVM network with a public hardcoded list of addresses, similar to BNB.
Viction (VIC) — a smaller network that also has a blacklist built into the code.
XDC Network (XDC) — another network where the blacklist is implemented by consensus rules.
Separately:
Tron (TRX) — it also has a permissioned module for blocking accounts, although it is slightly separate in the report; in essence, it is the same hardcoded/protocol module.
Configuration-based freezing — through validator/node configurationsHere, the blacklist is not in the code, but in the config files (YAML/TOML, etc.) of the validators. The protocol can read the private blacklist from the settings, the validators synchronously update the configurations — and the necessary addresses simply stop being blocked. The network code does not need to be formally changed.
Aptos (APT) — Rust/Move-L1, after the Sui case, they added TransactionFilter and a private blacklist to the validator config.
Sui (SUI) — used a deny list at the validator level to freeze funds after hacks (example: freezing ~$162M in the Cetus case).
Linea — L2 with the ability to blacklist validators through configuration.
EOS — also classified as a network where freezing is implemented through validator configurations.
On-chain smart-contract freezing — a blockchain system contractThis is when nodes refer to a special contract when verifying transactions and check whether the address is on the blacklist.
There is one clear example:
Heco (Huobi Eco Chain) — the network contract stores the blacklist, and validators refer to it before including transactions in the block. Entries in the contract are managed by an admin key/governance, and updates work quickly without restarting nodes.
Additionally: token (asset-level) freeze/clawback
This is no longer a “freeze of the entire blockchain,” but rather the administrative capabilities of token issuers, but in essence, they solve the problem:
Algorand ASA — standard assets support freeze and clawback fields, allowing the issuer to freeze and revoke tokens, although ALGO itself cannot be frozen.
Stellar (XLM) — assets have freeze/clawback flags, and the issuer can block or withdraw tokens.
XRP Ledger — XRP cannot be frozen, but IOU tokens (stables/securities) can have a global freeze or a freeze of a separate trust line.
Hedera Hashgraph (HBAR) — tokens have built-in freeze/wipe admin functions at the network level, controlled by the Hedera council.
Any EVM chain (Ethereum, BNB, Polygon, Avalanche, etc.) allows writing tokens with blacklist/pause/freeze inside the contract (there are a lot of such implementations for stablecoins and security tokens). This approach is increasingly becoming the “industry standard.”
Freezing can be easily enabled, as all of them already have account/service account modules that can be turned into a mechanism for blocking transfers to/from certain addresses with a small patch.
Arbitrum
Cosmos ecosystem and specific Cosmos SDK networks: dYdX, Sei, Kava
Axelar
Babylon
Celestia
Question: how do you feel about such solutions? And is it worth keeping your savings in such assets?
Update:
1. USDT (Ethereum) has a history of blocking wallets. See post:
https://bitcointalk.org/index.php?topic=5565599.msg66120219#msg66120219