What problem does it solve? Launching a token on Solana involves many error-prone decisions: choosing between SPL Token and Token-2022, picking a launch mechanism (Pump.fun, Meteora DBC, Raydium LP, or direct mint), configuring metadata, and designing credible tokenomics. This Skill walks developers through each step so nothing critical is missed. ## Core Features & Use Cases - Launch path selection: Compares Pump.fun bonding curves, Meteora DBC, direct SPL mint, Token-2022 with extensions, and Raydium LP launches with code examples for each. - Tokenomics validation: Provides a checklist covering supply design, distribution allocations, vesting, multisig treasuries, and anti-rug patterns. - End-to-end workflow: Covers mint creation, Metaplex or Token-2022 metadata, authority revocation, devnet testing, and mainnet launch, with phase handoff via .superstack/build-context.md. - Use Case: A founder wants to launch a memecoin on Pump.fun. The Skill reads prior build context, explains bonding-curve mechanics, validates the tokenomics plan, and guides the devnet test before mainnet execution. ## Quick Start Ask the assistant to help you launch a token on Solana and walk you through choosing the right token standard and launch mechanism.