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'.