SPL Token
The original Solana fungible-token program. Most legacy tokens (USDC, BONK, etc.) use this standard.
SPL Token (program ID `TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA`) is the original Solana fungible-token standard. It supports mint, burn, transfer, freeze, and authority delegation. LaunchLab and Bags (Meteora DBC) currently launch tokens under this standard. The newer Token-2022 program adds extensions but does not replace SPL Token.
Related
- Token-2022The newer Solana token standard that extends the original SPL Token program with features like transfer hooks, metadata extensions, and confidential transfers.
- Raydium LaunchLabRaydium's own configurable token launch platform with customizable curve parameters and fee tiers.
- Bags (Meteora DBC)A Solana launch venue using Meteora's Dynamic Bonding Curve (DBC) pool format with configurable fee shares.