Overview
Documentation for the Sinai Standard SDK — compliant Token-2022 tokens on Solana
Sinai Standard
The Sinai Standard SDK provides a TypeScript interface for creating and managing compliant Token-2022 tokens on Solana. It wraps six on-chain programs that enforce transfer restrictions, taxation, hold periods, and balance caps at the protocol level. A Compliance Oracle bridges off-chain KYC providers to on-chain allowlists, and an Issuer Dashboard provides a no-code web interface for token management.
Programs
| Program | Purpose |
|---|---|
| Token Factory | Creates mints with compliance extensions |
| Allowlist Hook | KYC/AML transfer gating |
| Tax Hook | Automated transfer fees |
| Hold Period Hook | Lock-up enforcement |
| Max Balance Hook | Per-wallet balance caps |
| Router Hook | Chains multiple hooks together |
Quick Links
- Getting Started — Install the SDK and create your first token
- Architecture — How the hook system works
- SDK Reference — Full API documentation
- Guides — Common compliance patterns
- Programs — On-chain program details
- Compliance Oracle — REST API, KYC integration, and real-time events
- Issuer Dashboard — No-code token management UI
Network Support
| Network | Status |
|---|---|
| Devnet | Deployed and tested |
| Mainnet | Coming soon |