What problem does it solve? Multi-step pump.fun operations on Solana leave funds exposed between transactions, letting sweeper bots drain wallets with leaked or shared keys, and single transactions often exceed the 1232-byte size limit when the funder and creator wallets differ. ## Core Features & Use Cases - Atomic Launch: Create a pump.fun coin in a two-transaction Jito bundle where the funder pays rent and tip while the creator signs createV2, landing all-or-nothing. - Atomic Fee Collection & Consolidation: Collect creator fees and drain creator and funder wallets to a safe destination in a single transaction, leaving no window for competing key-holders. - Token Rescue & Distribution: Atomically transfer SPL or Token-2022 tokens out of leaked wallets, buy via Jupiter inside a bundle, and distribute sqrt-weighted USDC rewards to holders. - Use Case: A creator key is shared across a team. Run the watch-collect poller so every accumulated fee is collected and drained to a safe wallet in one bundled transaction before any other key-holder can sweep it. ## Quick Start Ask the assistant to launch a pump.fun coin named MyCoin with symbol MEME using separate funder and creator wallets with a 0.005 SOL Jito tip.