What problem does it solve? When launching a pump.fun coin, sniper bots watch for the create instruction and race to buy before the creator can. A separate buy transaction after creation loses this race at the leader level, leaving the creator buying at a worse price than the bonding curve floor. ## Core Features & Use Cases - Atomic launch + dev-buy: Combines the createV2 instruction and the creator's buy into a single Jito bundle via DEV_BUY_SOL, so no third-party sniper can land between them. - Tip strategy guidance: Recommends JITO_TIP values (0.005–0.1+ SOL) based on launch visibility to outbid competing sniper bundles. - Dev-buy sizing framework: Maps DEV_BUY_SOL amounts (0.1 to 10+ SOL) to market signaling effects and slippage expectations on the bonding curve. - Snipe verification: Uses tools/check-bundle-status.ts and Solscan trade inspection to confirm whether a sniper outbid the bundle. - Use Case: A creator announcing a coin on Twitter sets JITO_TIP=0.02 and DEV_BUY_SOL=1, runs npm run launch, and verifies no non-creator buy landed in the same slot as the create transaction. ## Quick Start Launch my pump.fun coin with a 1 SOL dev buy in the same atomic Jito bundle so no sniper can get in before me.