What problem does it solve? Buying pump.fun tokens directly through the pump-sdk fails when the SDK falls behind the live program (e.g. a new BuybackFeeRecipient account), and unbundled buys expose you to front-running and sweeper bots on leaked wallets. ## Core Features & Use Cases - Jupiter-routed buys in a Jito bundle: The buy and Jito tip land atomically, so no searcher can interleave or front-run the transaction. - Slippage and tip control: Configure SLIPPAGE_BPS and JITO_TIP per launch conditions, from stable pools to volatile fresh launches. - Use Case: A sniper wants to buy a fresh pump.fun launch with MEV protection. Set TARGET_MINT, BUY_SOL, and a higher JITO_TIP, then run npm run buy to land the purchase atomically. ## Quick Start Set TARGET_MINT, BUY_SOL, SLIPPAGE_BPS, FUNDER_SECRET, and JITO_TIP as environment variables, then run npm run buy from the repo root to purchase the token through a Jito bundle.