Why Solana's Permanent Delegate Authority Sparks Controversy

 / 
1

Yes, but only if the issuers of these compliant assets are willing to adopt them. Token-2022 provides the standardized "building blocks" needed for compliance, but the ultimate decision rests with the issuers — they can choose to adopt them or not.

OKX Exchange
A leading global cryptocurrency platform,suitable for both beginners and experienced traders.
New user benefit: 20% off trading fees upon registration!!

Token-2022 is a next-generation token standard launched by Solana in early 2024, operating in parallel with the original SPL Token standard. Its most significant change is the introduction of Token Extensions, allowing developers to select additional features on demand when creating tokens, rather than needing to write smart contracts from scratch as in the past.

1. First, Understand the "Building Blocks" Token-2022 Offers for Compliant Assets

These extension features directly address the hard regulatory requirements for compliant assets.

Compliance RequirementCorresponding Token-2022 ExtensionHow It Works
Only KYC-verified individuals can hold tokensDefault Account State + Transfer HookNew accounts are frozen by default and only unfrozen after being added to a whitelist; the Transfer Hook program verifies both parties' eligibility on every transfer
Regulatory authorities require freezing/recovering fundsPermanent DelegateAn authorized entity can forcibly transfer or destroy tokens in response to legal orders or fraud recovery
Automatic fee deduction on every transferTransfer Fee ExtensionA set percentage fee is automatically deducted from each transfer and sent to a designated address
Account balances invisible to outside partiesConfidential TransferUses zero-knowledge technology and homomorphic encryption to hide balances and transfer amounts, while allowing designated auditors to decrypt and view them

Whether to enable these features must be decided at token creation. Some permissions cannot be modified after token creation (for example, Permanent Delegate, once set, cannot be changed).

2. Existing Compliance Solutions — Already in Use

Token-2022 is not just theoretical. Institutions have already built complete compliance frameworks on top of it.

  • Solana Stablecoin Standard (SSS): A modular framework specifically designed for stablecoin issuance, offering three preset configurations — Minimal (suitable for internal use), Compliance (includes blacklist, freeze, and fund recovery features, meeting OFAC/MiCA requirements), and Privacy (includes confidential transfers). The SSS-2 Compliance edition explicitly supports on-chain reserve proofs (required by the GENIUS Act), allowing the hash and URI of reserve audit reports to be stored on-chain.

  • sRFC 00020: A community-proposed RWA/securities token standard that builds on Token-2022 by adding RWA-specific functional modules such as ownership verification, distribution mechanisms, and redemption processes.

  • Real-world adoption: As of mid-2024, over 700,000 Token-2022 tokens had been deployed on the Solana mainnet.

3. So Will It Drive Adoption? — Look at It from Two Angles

Technical perspective: The conditions to drive adoption are already in place.

Token-2022 transforms compliance logic that previously required projects to write themselves (blacklists, freezes, KYC verification) into ready-to-use standardized components, significantly reducing the engineering cost of bringing compliant assets on-chain. Solana officially positions Token Extensions as the preferred solution for "financial institutions and regulated assets."

Practical adoption perspective: It depends on the issuers.

Token-2022 merely provides the compliance "toolkit," not a "mandate." Even if technically feasible, whether issuers are willing to adopt it depends on:

  • Whether regulators require assets to possess on-chain enforceable compliance capabilities

  • Whether issuers are willing to accept a design that allows on-chain regulatory tracking and freezing

  • Whether wallets and DeFi protocols fully support Token-2022's extension features (as of now, some wallets are still catching up on compatibility)

OKX Exchange
A leading global cryptocurrency platform,suitable for both beginners and experienced traders.
New user benefit: 20% off trading fees upon registration!!

4. Common Misconceptions and Risk Warnings

  • Misconception: Token-2022 equals automatic compliance. It only provides the infrastructure for compliance features. Using Token-2022 does not mean an asset is automatically compliant. Projects still need to configure KYC/AML processes and align with legal frameworks.

  • Risk: Insufficient wallet compatibility. Some wallets and DEX aggregators do not yet fully support certain Token-2022 extensions (such as Transfer Hook and Confidential Transfer), which may prevent users from properly viewing balances or executing transactions.

How to confirm you've correctly understood Token-2022's compliance value:

The next time you see a compliant asset built on Token-2022, go to Solscan and check the token's contract page to see which extensions are enabled. If only the Metadata extension is enabled without Transfer Hook or Permanent Delegate, it means the asset merely uses the shell of the new standard without substantive compliance enforceability. Assets that have genuinely invested in compliance will definitely enable the "Default Freeze + Transfer Hook" combination to enforce on-chain KYC.