Sui Launchpad Prepare
sui_launchpad_prepareLaunch a token on Sui: renders your coin's Move package (one-time-witness module) plus the exact sui-client commands to publish and lock it into the EventTrader bonding curve. Non-custodial — you publish from your own Sui wallet and pay your own gas. Creators earn 80% of every 0.25% trade fee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Token name (printable ASCII, no quotes) | |
| symbol | Yes | Ticker, 2-12 chars A-Z0-9 | |
| description | No | Short description (<=120 chars) | |
| creator_tax_bps | No | Optional extra creator fee in bps (0-200), 100% yours | |
| graduation_threshold_mist | Yes | Net SUI (in MIST, 1e9 = 1 SUI) that graduates the curve |