Loading Assets
0%
Standard / 01
Navigation
Solana Stablecoin Standard — Built to be forked.
Opinionated architecture for
institutional stablecoins.
Built to be forked.

StableStandard

Launch App
A modular SDK where issuers choose Token-2022 extensions and compliance modules.
MODULAR ARCHITECTURE • TOKEN-2022 • PERMANENT DELEGATE • TRANSFER HOOKS • COMPLIANCE PRESETS • OPEN SOURCE • MODULAR ARCHITECTURE • TOKEN-2022 • PERMANENT DELEGATE • TRANSFER HOOKS • COMPLIANCE PRESETS • OPEN SOURCE •

Architecture

Three distinct layers of abstraction. From base token mechanics to fully opinionated compliance presets.

01Base SDK

Foundation

Token creation with mint authority, freeze authority, and metadata. Issuers choose which extensions to enable via our unified Role Management program.

Mint/FreezeRole Admin
02Modules

Capabilities

Composable pieces that add power. Compliance modules, blacklists, and permanent delegation. Each independently testable and strictly optional.

Transfer HooksConfidentiality
03Presets

Standards

Opinionated combinations of L1 + L2. These are the "standards" — what gets documented, recommended, and heavily referenced by regulators.

$ sss-token init --preset 2
> Deploying SSS-2 Compliant...
> Injecting Permanent Delegate
> Validating Hooks... SUCCESS
SSS—01

Minimal
Stable

For internal tokens, DAO treasuries, and fast ecosystem settlement. What's needed on every stable, nothing more.

  • + Mint Authority
  • + Freeze Authority
  • + Metadata Core
  • - Transfer Hooks
1
SSS—02

Compliant
Stable

For regulated USDC/USDT-class tokens. On-chain blacklist enforcement and token seizure capabilities are mandatory.

  • + All SSS-01 Features
  • + Permanent Delegate
  • + Transfer Hooks (Blacklist)
  • + Default Frozen State
2
Verified on Devnet

Live
Transactions

View Mint on Explorer
14 operations / 1 automated E2E run / all verified on-chain