What problem does it solve?
This Skill helps you create a new token on pump.fun and optionally perform the initial buy in a way that produces a transaction the user can safely co-sign, avoiding direct handling of user private keys.
Core Features & Use Cases
- Builds a create + initial buy transaction via the fun-block pump.fun agents API, returning a base64-encoded VersionedTransaction already partially signed for the mint.
- Supports optional launch configurations, including mayhem mode, cashback, and tokenized-agent creation with configurable buyback basis points.
- Optional front-runner protection using Jito tips and instructions meant to be sent only to Jito block-engine endpoints.
- Safety-first workflow guidance with explicit confirmation prompts and rules to never log or sign using private keys.
Quick Start
Ask the user for all required launch parameters, then have the agent call pumpfun_create_coin with user, name, symbol, metadata URI, and solLamports to return a partially signed transaction for the user wallet to co-sign and submit.