pumpbot

Generate and sign Solana token launch transactions via PumpBot's workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/carzygod/clawpump --skill pumpbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pumpbot
Source: https://github.com/carzygod/clawpump/tree/main/public
Command: npx skills add https://github.com/carzygod/clawpump --skill pumpbot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers and AI agents to launch Solana tokens by generating and signing their own transactions, removing server-side key management risks.

Core Features & Use Cases

  • Client-side signing: you generate, sign, and broadcast your own transactions.
  • Token minting via PumpFun bonding curves and on-chain registration.
  • End-to-end workflow: prepare unsigned TX, sign locally, confirm launch, and register the token in PumpBot.

Quick Start

  1. Generate your Solana wallet and fund it with SOL.
  2. Call /api/prepare-launch with your token details to receive an unsigned transaction.
  3. Sign the transaction with your wallet and broadcast it to Solana.
  4. Call /api/confirm-launch to register your token in PumpBot.

Frequently Asked Questions about pumpbot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch Solana tokens with client-side signing?

Client-side signing for Solana token launches involves generating an unsigned transaction via the API, decoding and signing it locally with your wallet, then broadcasting it to the network and confirming the launch with the PumpBot server to complete on-chain registration.

What is the PumpFun bonding curve process for token minting?

The PumpFun bonding curve process for token minting involves preparing an unsigned transaction with your token details, signing it locally, and registering the token on-chain to execute the launch without server-side key management.

Do I need to manage my private keys on the server to use PumpBot?

No, you do not need to manage private keys on the server to use PumpBot. The workflow generates unsigned transactions via the API and requires you to decode and sign transactions locally, removing server-side key management risks entirely.

What are the steps to prepare and confirm a token launch via an API?

The steps to prepare and confirm a token launch via an API are calling /api/prepare-launch with token details to receive an unsigned transaction, signing and broadcasting it to Solana, then calling /api/confirm-launch to register the token in PumpBot.

Can AI agents automate Solana token launches using unsigned transactions?

Yes, AI agents can automate Solana token launches using unsigned transactions. The workflow enables agents to call the API to prepare launches, route the unsigned transactions to a local client for signing, and finalize registration on-chain.