Back to Blog

Stablecoins That Cannot Be Frozen: 2026 Map

Phalcon Compliance
August 4, 2026
8 min read
Key Insights

Only a small number of stablecoins are truly unfreezable at the smart-contract level. LUSD (Liquity v1) and RAI (Reflexer) are the two clearest cases, thanks to immutable, admin-less contracts. DAI is governance-mutable but not admin-freezable; USDT, USDC, and Frax retain issuer-level freeze capability by design; Ethena USDe splits the question across a freezable staking layer and an unfreezable base token. This article walks the seven-name spectrum and states the liquidity and peg-stability trade-offs that come with each position on it.

The pattern below the table is the point. Circulating supply and freeze capability track each other closely: the three fully-freezable tokens hold the overwhelming share of stablecoin market cap, and the two truly-unfreezable tokens are 100 to 1,000 times smaller. That correlation is not accidental. It is regulatory acceptability at work.

The freeze-capability spectrum at a glance

Freeze capability sits on a spectrum, not a binary. Three axes matter for compliance and personal-holding decisions: issuer-level freeze (does a company multisig control your balance), contract-level admin (can any address change protocol behavior after deployment), and peg mechanism (what backs the dollar reference). Each axis maps to a different actor who can act on your balance.

Stablecoin Issuer freeze? Contract-level admin? Peg mechanism Circulating supply (approx.) Trade-off
USDT Yes (Tether owner multisig) Yes Fiat-backed Largest of the seven Most liquid, most freezable
USDC Yes (Circle admin) Yes Fiat-backed Second-largest US-regulated, similarly freezable
DAI (Sky, formerly Maker) No single-address freeze; governance can act Governance-controlled Crypto-collateralized + RWA Third-largest Not admin-freezable; governance-mutable
LUSD (Liquity v1) No None; immutable ETH-collateralized 100 to 1,000 times smaller than USDT Truly unfreezable, thin liquidity
Frax (frxUSD, post-2023) Yes Yes Fiat-backed Mid-sized Now similar to USDC
RAI (Reflexer) No None Non-pegged reflex index Very small Not pegged to $1, price floats
Ethena USDe Base token no; sUSDe yes Base no; sUSDe yes Synthetic delta-neutral Growing rapidly Freezable if staked

Issuer freeze is a single company's ability to block your address on demand. Contract-level admin is anyone's ability, whether a multisig or a DAO, to change what the token contract will accept. Peg mechanism determines who else can pull the dollar value away from $1 and how quickly.

Fully freezable, fully liquid: USDT, USDC, and Frax

The three fiat-backed stablecoins share one architecture. An issuer holds a multisig or admin key that can freeze any address on demand. USDT differs from USDC in the scale of enforcement history, but the freeze mechanic is architecturally the same. Frax joined this camp in early 2023 by governance vote, before the March USDC de-peg confirmed the direction.

USDT and USDC: issuer freeze at scale

The freeze mechanic is a mapping stored inside the token contract, controlled by an owner-only function that only the issuer can call. For the code-level walkthrough, see USDT Freeze Explained: How Tether Blocks Any Address (2026).

The scale contrast is the new fact here. Tether has frozen roughly 9,600 addresses immobilizing $5.69 billion in USDT as of mid-2026. Circle has publicly confirmed freezes at law-enforcement request since at least 2020, and The Block maintains a live count of blacklisted USDC addresses on Ethereum. Enforcement scale is smaller than Tether's, but the underlying admin capability is the same. Different enforcement postures, same underlying capability.

Both remain the most liquid stablecoins for the same reason they are freezable. Regulated fiat backing, mainstream exchange listings, and issuer-level compliance make them acceptable to regulated venues. The freeze capability is the cost of admission to the top liquidity tier, not a bolt-on. Any team operating across both USDT and USDC needs to screen both against the same address book.

Get Started with Phalcon Compliance

Crypto compliance hub for wallet screening and KYT

Try now for free

Frax: the post-USDC-depeg transition

Frax started as a partially-algorithmic stablecoin with an FXS-collateralized fraction. In February 2023, FIP-188 passed, raising the collateral ratio to 100% using protocol earnings. The March 2023 USDC de-peg dragged FRAX down to about $0.88 because of USDC-heavy collateral, confirming the vote's direction. The current frxUSD design is fully collateralized against cash-equivalent reserves under Frax governance.

"Frax used to be more decentralized" is a historical statement, not a current property. In 2026, Frax carries similar centralization risk to USDC via custodian and reserve chokepoints, even if the on-chain access control differs in the specifics.

Governance-freezable, not admin-freezable: DAI and the Sky rebrand

DAI is the interesting middle case. It sits inside the Sky Protocol ecosystem now, following the September 2024 MakerDAO rebrand, and the distinction between DAI and its newer sibling USDS matters for anyone reading "MakerDAO stablecoin" as one thing.

DAI has no single admin key that can freeze an individual address the way Tether's owner multisig can. The DAO can vote to add modules, change parameters, or approve emergency actions that reshape what the protocol will accept, but that path requires a proposal, a vote, and an execution delay. That is meaningfully different from a Tether-style unilateral freeze, and also not immune to censorship.

The March 11, 2023 emergency executive vote is the reference case. During the Circle USDC de-peg, MakerDAO governance intervened at emergency speed to protect the DAI peg, raising the PSM USDC swap fee from 0% to 1% and cutting the PSM-USDC-A target available debt by 700 million DAI. Three days later, a circuit-breaker vote added a module that could zero the whitelisted PSM vault types' debt ceilings while bypassing the normal delay. Both were policy actions on the protocol, not per-address freezes, but the precedent stands: the DAO can and will act on the protocol under stress.

The Sky Protocol rebrand shipped in September 2024, with USDS as an upgradeable variant of DAI. DAI itself continues to exist, but USDS explicitly added a freeze function that DAI does not have. The rebrand introduced a two-tier system where the newer product is intentionally more freezable than the classic one.

Truly unfreezable: LUSD and RAI

The narrow slice where permissionless, unfreezable design is technically defensible. Both stablecoins cost the reader something for that property.

LUSD (Liquity v1): the immutable-contract case

LUSD is issued by the Liquity v1 protocol, whose contracts are deployed as immutable. There is no admin key, no upgrade proxy, and no governance module. The protocol cannot be modified by any actor after deployment. No address can freeze a balance, and no address can add such a capability. LUSD is overcollateralized by ETH at a 110% minimum ratio.

The trade-off is size. LUSD's circulating supply is 100 to 1,000 times smaller than USDT's, and liquidity on major exchanges is thin. Depegs occur under redemption pressure. Liquity has since launched a v2 (Bold), but the v1 LUSD contract remains unaltered. LUSD is a censorship-resistance tool, not a general-purpose settlement asset.

RAI (Reflexer): unfreezable, but not pegged to $1

RAI is issued by the Reflexer protocol with no admin key and no governance freeze module. Architecturally, it sits in the same "no freeze primitive exists" bucket as LUSD, overcollateralized by ETH.

The important asterisk: RAI is not pegged to $1. It targets a floating redemption price that adjusts in response to market pressure. Users get censorship-resistance and give up dollar-denominated stability. For any reader using a "stablecoin" for accounting or invoicing, RAI is functionally an ETH-collateralized reflex index that sits in the same product category, with supply smaller than LUSD and price motion relative to USD.

The emerging case: Ethena USDe

Ethena's USDe launched in 2024 as a synthetic dollar backed by a delta-neutral position (spot crypto long plus perpetual short). The freeze posture splits in two. The base USDe token has no blacklist function at the ERC-20 layer. The staked variant, sUSDe, has a BLACKLIST_MANAGER_ROLE that can assign a full-restricted-staker role to an address, blocking sUSDe transfers; a separate admin role can then repossess the locked balance under that restriction. Ethena states the intended scope covers sanctioned individuals and law-enforcement requests.

Regulators can also act directly against the issuer. In 2025, BaFin froze Ethena GmbH's asset reserves over MiCA-related deficiencies in the USDe approval process. That is a different kind of freeze from the ones other stablecoins on this list expose the holder to, but it shows how an admin-bearing issuer can have its own operating assets constrained by a regulator.

Liquidity versus freeze-immunity

Across the seven stablecoins compared, circulating supply and freeze capability track each other. The three fully-freezable tokens hold the overwhelming share of stablecoin market cap; LUSD and RAI sit orders of magnitude smaller; DAI and USDe occupy the intermediate cases. Fully-freezable stablecoins are usable by exchanges, custodians, and payment processors that need issuer cooperation for compliance workflows. Unfreezable stablecoins by construction cannot offer that cooperation, so regulated venues list them thinly or not at all. Where on this spectrum to hold is a decision about which counterparties you plan to interact with, not a judgment about which stablecoin is "better".

Frequently Asked Questions

Q: Is DAI censorship resistant? Partially. DAI has no single admin who can freeze an address, but the Sky Protocol DAO can vote to add modules or execute emergency actions that reshape protocol behavior. The March 11, 2023 executive vote that raised the PSM USDC swap fee to 1% and cut the USDC PSM's target available debt shows governance can act quickly under stress. DAI is not admin-freezable but is governance-mutable. USDS, DAI's newer Sky sibling, adds an explicit freeze function that classic DAI does not have.

Q: Can USDC be frozen like USDT? Yes. USDC's contract carries an admin-controlled blacklist operated by Circle. Enforcement scale is meaningfully smaller than Tether's, but the capability is architecturally the same.

Q: Are algorithmic stablecoins safer from freezing? Sometimes, but the label does not tell you. Immutable-contract designs like LUSD and RAI have no freeze primitive at all. Many algorithmic and hybrid designs, including Frax historically, still had admin keys. Check the contract, not the marketing category.

Q: What is the most decentralized stablecoin? By the strict measure of no admin key, immutable contract, and no governance freeze module, LUSD (Liquity v1) is the clearest example among USD-referenced stablecoins. RAI is comparable but does not target a $1 peg. Both trade liquidity and integration for censorship-resistance.

About the author

Andy: author portrait.

Andy is co-founder of BlockSec. BlockSec builds MetaSleuth, Trace AI, and Phalcon Compliance. He is also an Associate Professor at The Chinese University of Hong Kong, where his research focuses on system and blockchain security. Personal homepage: yajin.org.

Follow: X / Twitter · LinkedIn

Sign up for the latest updates

Start Real-Time AML with Phalcon Compliance

Turn Phalcon Network alerts into actions with Phalcon Compliance. Use verified blockchain intelligence to screen wallets, monitor transactions and investigate risks. This helps you respond quickly and stay compliant in the digital assets ecosystem.

Phalcon Compliance