Solana is purpose-built for issuing and operating tokenized assets at scale: sub-second finality, fees under $0.001, and a token standard with native compliance controls - transfer restrictions, pausability, confidential transfers, and permanent delegates - that on other chains require custom smart contracts.
Get started
Launch a token
Create a Token-2022 mint with metadata, pausability, a permanent delegate, and frozen-by-default accounts.
Understand Solana assets
Learn how token programs, mint accounts, token accounts, and extensions fit together.
Control who can hold your token
Enforce allowlists and blocklists with Token ACL (sRFC 37)
Settle and operate
Settle delivery vs payment
Atomically exchange a tokenized asset against payment in one transaction
Strike a NAV for a fund
Update net asset value for tokenized money market funds
How it fits together
Tokenized assets on Solana are built on the Token-2022 program and its extensions - the same primitives documented in the core docs. This section is workflow-oriented: each page walks through a task end to end and links down to the underlying extension reference when you need the full API surface.
Is this page helpful?