pumpfun

Create and trade SPL tokens on Solana via bonding curves and PumpSwap AMM.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @solana/web3.js, @solana/spl-token, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of launching new tokens on Solana with instant liquidity and trading capabilities, removing the complexities of traditional AMM setup.

Core Features & Use Cases

  • Token Launchpad: Create SPL tokens with an integrated bonding curve for immediate trading.
  • AMM Integration: Seamlessly migrate liquidity to a robust AMM for ongoing trading.
  • Use Case: A developer wants to launch a new Solana token. They can use this Skill to create the token, define its bonding curve, and have it instantly tradable without needing to bootstrap initial liquidity themselves.

Quick Start

Use the pumpfun skill to create a new token with the name 'My Awesome Token', symbol 'MAT', and URI 'https://example.com/mat.json'.

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 with instant liquidity using a bonding curve?

To launch a Solana token with instant liquidity, create an SPL token and define its bonding curve. This approach removes the complexities of traditional AMM setup, allowing immediate trading without needing to bootstrap initial liquidity yourself.

How does liquidity migration to an AMM work for newly created SPL tokens?

Liquidity migration to an AMM involves moving tokens from the initial bonding curve into a robust automated market maker. This facilitates ongoing trading for the launched SPL token by managing liquidity directly through Solana program instructions.

Do I need Solana web3 libraries to interact with bonding curve program instructions?

Yes, you need Solana web3 libraries such as @solana/web3.js and @solana/spl-token. These dependencies provide the required interfaces to interact directly with Solana program instructions for token minting, trading, and liquidity management.

Can I use this approach to trade tokens before bootstrapping initial liquidity pools?

Yes, you can trade tokens immediately by utilizing an integrated bonding curve. This mechanism enables instant trading capabilities for new SPL tokens without the need to manually bootstrap initial liquidity pools.

What are the limitations of managing token trading through direct Solana program instructions?

Managing token trading through direct Solana program instructions requires advanced technical knowledge of Solana development. Users must handle SPL token creation, bonding curve mechanics, and liquidity migration manually, which introduces complexity compared to using higher-level abstracted tools.

Does the pumpfun skill support direct integration with the PumpSwap AMM?

Yes, the pumpfun skill supports direct integration with the PumpSwap AMM. It facilitates token launches by managing SPL token creation and seamlessly migrating liquidity to this robust automated market maker for ongoing trading.