pumpfun

Automate Solana token launches and trading with bonding curves and PumpSwap.

125|79|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sendaifun/skills --skill pumpfun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pumpfun
Source: https://github.com/sendaifun/skills/tree/main/skills/pumpfun
Command: npx skills add https://github.com/sendaifun/skills --skill pumpfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PumpFun provides a complete framework for Solana developers to design and deploy token launches using bonding curves, manage on-chain trades via a PumpProgram, and migrate to deeper liquidity via PumpSwap AMMs, including creator-fee mechanisms and SDK integration.

Core Features & Use Cases

  • Bonding-curve token launches: Create tokens with bonding curves and handle buy/sell logic.
  • PumpSwap AMM integration: Graduates tokens into a constant-product AMM for liquidity and ongoing swaps.
  • Creator and protocol fees: Automated fee distribution and collector tools.
  • SDK usage: Ready-made SDKs to streamline integration in TypeScript/JavaScript apps.
  • Use case: Launch a new token, enable initial price discovery via bonding curve, then migrate liquidity to an AMM for deeper markets.

Quick Start

Use the pumpfun skill starter template and examples to bootstrap a project and begin building a token on Solana with bonding curves and PumpSwap.

Frequently Asked Questions about pumpfun

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

FAQPage Schema
How do I launch a Solana token using a bonding curve?

You can launch a Solana token with a bonding curve using the PumpFun program SDK to automate token creation and price discovery. This enables initial buy/sell logic before migrating liquidity to a PumpSwap AMM for deeper trading.

What is the process to migrate bonding curve liquidity to a PumpSwap AMM?

Migrating bonding curve liquidity to a PumpSwap AMM graduates the token into a constant-product market for ongoing swaps. The PumpFun framework automates this transition to provide deeper liquidity and continuous trading.

Does the PumpFun SDK support automated creator fee distribution?

Yes, the PumpFun SDK supports automated creator and protocol fee distribution. It provides built-in fee collector tools to manage revenue streams directly within your Solana token deployment workflow.

What dependencies do I need to build a Solana token launch with TypeScript?

Building a Solana token launch requires the @pump-fun/pump-sdk and @pump-fun/pump-swap-sdk, alongside Solana web3 and SPL Token libraries. You also need to configure PDAs and program IDs for end-to-end workflow integration.

Can I use PumpSwap AMM integration for constant-product swaps?

Yes, PumpSwap AMM integration graduates tokens into a constant-product automated market maker. This allows developers to enable ongoing swaps and deeper liquidity pools after the initial bonding curve phase.

Why do I need PDAs and program IDs for Solana DeFi token development?

PDAs and program IDs are required to securely interact with the PumpFun program and PumpSwap AMM on Solana. They ensure proper SDK integration for automating token launches, trading, and liquidity migration.