What problem does it solve? Launching a pump.fun token normally requires the creator wallet to also pay rent and fees, which breaks on-chain attribution when you want the creator address to differ from the funding wallet, and exposes multi-step launches to MEV searcher interference. ## Core Features & Use Cases - Atomic Jito bundle launch: Tx1 has the funder pay rent plus Jito tip, Tx2 has the creator sign createV2, so both land together or neither does. - Single-transaction create: A no-Jito option where the funder pays fees while the creator only signs, keeping on-chain creator attribution with lower cost. - Metadata upload: Uploads token name, symbol, and image to pump.fun's IPFS endpoint and returns a URI for the launch transaction. - Use Case: You want to launch a meme coin where Solscan shows a specific creator wallet, but a separate hot wallet supplies the SOL for rent and an optional same-bundle dev buy. ## Quick Start Ask the assistant to upload your token metadata and launch a pump.fun coin using your funder and creator secrets with a Jito bundle. Note: this skill handles base58 secret keys and real SOL; review the security guidance in SKILL.md before use.