What problem does it solve? Retiring a pump.fun coin or responding to a leaked creator key requires moving SOL from three separate places (the creator-fee vault, the creator wallet, and the funder wallet) without leaving a window where a sweeper bot can intercept funds mid-process. ## Core Features & Use Cases - Atomic three-way drain: Collects the coin's creator-fee vault via PumpSwap's collectCoinCreatorFee, then transfers all SOL from the creator and funder wallets to a single DESTINATION wallet inside one Jito bundle. - Safety guards: Refuses to run if DESTINATION matches the funder or creator, and checks the bundle fits the 1232-byte transaction size budget. - Use Case: A creator suspects their key has leaked. They run the consolidation script with a fresh safe wallet as DESTINATION, and all residual SOL across the vault, creator, and funder lands atomically before any sweeper bot can act. ## Quick Start Set RPC_URL, FUNDER_SECRET, CREATOR_SECRET, MINT, DESTINATION, and JITO_TIP in your environment, then ask the assistant to consolidate all wallets for the coin into the safe destination wallet.