pump-fun-sdk
Solana token creation, bonding curve trading, and fee sharing
All Skills in This Repository (20)
Pure Emerald Level Indicatorspump-token-incentives
Manages volume-based PUMP reward distribution across Solana bonding curve and AMM pools.
pump-fee-system
Calculates mint and burn fees for given inputs and protocol fee rate.
pump-solana-dev
Demonstrate Solana development patterns with Anchor IDL and SPL Token management.
pump-shell-scripts
Generate Solana vanity addresses and verify keypairs with Bash scripts.
pump-sdk-core
Construct Solana TransactionInstructions for Pump.fun token creation and bonding curve trading.
pump-claims-readonly
Query unclaimed token rewards and fee balances on Pump.fun without transactions.
pump-bonding-curve
Implement constant-product bonding curve math for Pump token pricing and trading.
pump-testing
Run Rust, TypeScript, and Python tests for the Pump SDK.
pump-admin-ops
Manage Pump protocol administrative and authority operations on Solana.
pump-website
Simulates a web desktop for interacting with Solana DeFi protocols.
pump-build-release
Manage SDK build and release pipelines with TypeScript, Rust, and npm.
pump-token-lifecycle
Manage Pump token lifecycle on Solana, from creation to AMM migration.
Frequently Asked Questions
FAQPage SchemaHow to install pump-fun-sdk?โผ
Run `npx skills add nirholas/pump-fun-sdk --all -g -y` in your terminal to install all skills in this suite globally.
How to create a token on Pump.fun with code?โผ
Use the SDK's createV2Instruction to build a token creation instruction, then sign and send it with your Solana wallet. The skills guide your agent through the exact parameters and pitfalls.
How does bonding curve pricing work on Pump?โผ
Token prices follow a constant-product formula using virtual SOL and token reserves, with fees deducted before the quote. The suite includes the full math for buy and sell quotes, market cap, and graduation progress.
Can AI agents trade Pump.fun tokens automatically?โผ
Yes. The included MCP server exposes 55 tools for quoting, building transactions, and fee management that agents like Claude can call directly.
How to generate a vanity Solana address ending in pump?โผ
The suite includes a multi-threaded Rust generator that tests over 100,000 keys per second, plus TypeScript and shell script alternatives for smaller jobs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core