Multi-Token Collection
Token-2022 / Custom Program Standard
Create multi-token collections on Solana using the Token-2022 program or a custom on-chain program. Each collection supports multiple token types with per-token metadata, supply limits, royalties, and batch minting. Ideal for gaming items, membership tiers, and semi-fungible assets.
About Solana Multi-Tokens
Multi-tokens on Solana let you manage multiple token types within a single program deployment. Each token ID can have its own metadata URI, max supply cap, and royalty configuration. This is the Solana equivalent of the ERC-1155 standard on EVM chains.
- Single and batch minting of token IDs
- Per-token URI and max supply settings
- Configurable default royalties
- Burn support for individual token types