Launch a token
Launch on Solana or Robinhood Chain. Trading your token pays a platform fee; a share of that fee fills that chain's pot. Solana: Pump create_v2 + fee-share sign queue. Robinhood: compiled CREATE tx. Neither path fakes confirmation.
Solana
Solana launch plan
mainnet-betaPump create_v2 (SOLANA_LAUNCH_MODE=pump) returns wallet-signable bytes plus fee-share follow-ups in order: create → confirm → create_fee_sharing_config → update_fee_shares_v2. Connect Phantom/Solflare and sign the queue. Server never auto-submits or fakes confirms.
Robinhood Chain
Robinhood Chain launch plan
4663Compiled LotteryToken CREATE (json-evm-tx) when Alchemy answers — copy into your RH wallet (chain 4663). After token+curve deploy, Austin sets RH_LAUNCH_CONTRACT. Never invents a mint or fakes success.
What this does today
Solana prepare returns base64 transaction bytes (mint partially signed) for your wallet to co-sign — still not a confirmation. Robinhood prepare returns an honest scaffold until contracts are compiled and deployed. Neither form submits on-chain or invents success.
What launching will commit you to
- The chain is permanent. A token launched on one chain feeds that chain's pot for its whole life. There is no migration.
- The fee applies to every trade. Lottery charges a platform fee on trades of tokens launched here. A configurable share of that fee funds the chain's jackpot; the rest is split between the treasury, the token creator and the ecosystem pool.
- Your share is part of the same ledger. The creator share is a row in the fee ledger like any other, visible to anyone who looks.
- Nothing is signed on your behalf. LOTTERY builds an unsigned transaction and describes what it does; your wallet is what signs it.