A production-style planner for choosing a Solana token launch profile before any transaction is built. It covers supply, decimals, metadata, authorities, extensions, launch route, airdrops, vanity minting, and runtime-aware SPL support.
Solana launch choices affect wallets, liquidity, fees, ownership, and future integrations. This example keeps the public surface simple: pick a profile, preview the plan, review the risk notes, then let Conduit build the signed-user flow when the launch is ready.
Classic SPL planning for the broadest wallet, exchange, and indexer support.
Token-2022 planning for metadata, transfer-fee, and authority settings that must be chosen at mint creation.
Curve-style launches with supply, quote asset, timing, and migration checks handled as a profile.
Pool-ready launches with extension allow-list checks before users are asked to sign.
Recipient lists, ATA creation, batching, and fixed-supply accounting before transactions are built.
Classic SPL runtime planning for token-heavy CPI flows, wrapped-SOL cleanup, and indexer readiness.
Bounded vanity estimates and paid reservation flow without exposing seed phrases or private keys.