pump-token-lifecycle

Manage Pump token lifecycle on Solana, from creation to AMM migration.

113|35|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/nirholas/pump-fun-sdk --skill pump-token-lifecycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pump-token-lifecycle
Source: https://github.com/nirholas/pump-fun-sdk/tree/main/skills/pump-token-lifecycle
Command: npx skills add https://github.com/nirholas/pump-fun-sdk --skill pump-token-lifecycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the entire lifecycle of Pump tokens on Solana, from initial creation and trading on bonding curves to managing their transition to AMM pools and facilitating fee collection.

Core Features & Use Cases

  • Token Creation: Build instructions for creating new v2 (Token-2022) tokens.
  • Bonding Curve Trading: Generate instructions for buying and selling tokens on the bonding curve.
  • Graduation & Migration: Detect token graduation and create instructions to migrate to an AMM pool.
  • Fee Collection: Facilitate the collection of creator fees.
  • Use Case: A developer can use this Skill to programmatically create a new token, manage its initial liquidity on the bonding curve, and then seamlessly migrate it to a decentralized exchange once it gains traction.

Quick Start

Use the pump-token-lifecycle skill to create a new v2 token with the name 'MyToken', symbol 'MTK', and URI 'http://example.com/mytoken.json'.

Frequently Asked Questions about pump-token-lifecycle

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

FAQPage Schema
How do I manage the complete lifecycle of a Pump token on Solana?

To manage a Pump token lifecycle on Solana, you build instructions for token creation, bonding curve trading, graduation detection, AMM migration, and fee collection. This Skill supports both offline and online SDK variants for these operations.

How does bonding curve trading and AMM migration work for Pump.fun tokens?

Bonding curve trading for Pump tokens uses generated buy and sell instructions based on curve state. AMM migration occurs after detecting token graduation, transitioning liquidity to a PumpAMM pool using specific on-chain program IDs.

Can I create Token-2022 v2 tokens on Solana using the Pump protocol?

Yes, you can create v2 Token-2022 tokens on Solana using the Pump protocol. This Skill generates the required instructions for token creation, utilizing parameters like token name, symbol, and metadata URI.

Do I need specific on-chain program IDs to use PumpAMM and Pump Fee programs?

Yes, specific on-chain program IDs for Pump, PumpAMM, and Pump Fee programs are required. These identifiers are necessary to fetch state and build instructions for token creation, trading, and migration.

What is the best way to programmatically migrate Solana token liquidity from a bonding curve to an AMM?

Migrating Solana token liquidity involves detecting token graduation from the bonding curve and generating AMM migration instructions. This Skill facilitates that transition to a PumpAMM pool for decentralized exchange trading.

How do I collect creator fees after migrating a Pump token to an AMM pool?

Collecting creator fees after migrating a Pump token involves using the Pump Fee program. This Skill generates the necessary instructions to facilitate fee collection after AMM migration.