pump-token-lifecycle

Orchestrate Pump token lifecycles from creation through AMM migration and fee collection.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/x402agent/NanoSolana --skill pump-token-lifecycle-x402agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pump-token-lifecycle
Source: https://github.com/x402agent/NanoSolana/tree/main/pump-fun-sdk-main/skills/pump-token-lifecycle
Command: npx skills add https://github.com/x402agent/NanoSolana --skill pump-token-lifecycle-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token developers need a structured workflow to manage Pump token lifecycles from creation through bonding curve trading, graduation, migration to AMM, and fee collection, ensuring end-to-end traceability and correctness.

Core Features & Use Cases

  • End-to-end lifecycle orchestration for Pump tokens, including creation, bonding-curve trading, graduation detection, AMM migration, and post-migration trading and fee collection.
  • Instruction builders for each phase (offline and online variants) with deterministic execution and state checks to prevent invalid transitions.
  • Real-world scenarios include launching a new token, piloting bonding-curve trades, migrating to AMM pools, and automating creator-fee collection across programs.

Quick Start

Install the Pump SDK, configure your mint and user accounts, and run the lifecycle flow to create, trade, graduate, migrate, and collect fees.

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 a Pump token lifecycle from creation to AMM on Solana?

Pump token lifecycle management on Solana covers end-to-end phases from creation through bonding-curve trading, graduation detection, AMM migration, and creator fee collection using PumpSdk and OnlinePumpSdk instruction builders.

How does bonding curve graduation detection work for Pump tokens?

Graduation detection for Pump tokens works by applying on-chain state transition checks to verify completion and migration readiness, ensuring tokens only move to AMM pools when bonding-curve conditions are satisfied.

What is the process to migrate a Pump token to an AMM pool?

To migrate a Pump token to an AMM pool, you detect graduation readiness, execute migration instructions via the SDK, and then manage post-migration trading and automated fee collection across programs.

Can I automate creator fee collection after Pump token migration?

Yes, you can automate creator fee collection after Pump token migration by using the lifecycle instruction builders to manage post-migration trading and execute fee collection across Solana programs.

Do I need Solana account configuration before starting Pump token lifecycle orchestration?

Yes, you need to configure your Solana mint and user accounts and install the Pump SDK before running the lifecycle flow to create, trade, graduate, migrate, and collect fees.

Why should I use instruction builders for Pump token state transitions?

Using instruction builders for Pump token state transitions prevents invalid lifecycle stages by enforcing deterministic execution and on-chain state checks from creation through AMM migration.