# Solana Documentation: Asset Issuance & Tokenization > Issuing stablecoins, tokenizing real-world assets, and operating compliant tokens on Solana. > Every page is available as raw Markdown by appending `.md` to its URL > (the links here already include it). The site-wide index is at > https://solana.com/llms.txt. - [Asset Issuance & Tokenization](https://solana.com/docs/tokenization.md): Issue stablecoins, tokenize real-world assets, and run compliant token programs on Solana with built-in transfer controls, privacy, and settlement. - [Delivery vs Payment (DvP) on Solana](https://solana.com/docs/tokenization/dvp.md): Learn how to implement atomic Delivery vs Payment (DvP) for commercial paper and securities using SPL Token 2022 extensions and standard USDC, without writing custom Rust programs. - [NAV Strikes for Money Market Funds on Solana](https://solana.com/docs/tokenization/nav-strikes.md): Learn how to implement multiple daily NAV strikes for money market funds using SPL Token 2022 extensions, enabling institutional-grade subscription and redemption with atomic settlement. - [Quickstart: launch a token](https://solana.com/docs/tokenization/quickstart.md): Create a compliance-ready Token-2022 mint on a local network in about ten minutes - metadata, pausable transfers, permanent delegate, and frozen-by- default accounts. - [Permissioned Tokens with Token ACL (sRFC37)](https://solana.com/docs/tokenization/token-acl.md): Learn how to implement compliant, permissioned tokens on Solana using Token ACL and the ABL Gate Program. Enable allow/block lists without sacrificing user experience.