nirholasnirholasCommunityยท20 Agent Skills Included

pump-fun-sdk

Solana token creation, bonding curve trading, and fee sharing

Builds Solana transactions for creating, buying, and selling Pump protocol tokens with bonding curve pricing and AMM migration. Handles tiered fees, creator fee sharing, volume rewards, and vanity address generation without manual on-chain math. Includes a CLI, MCP server, Telegram bots, and live dashboards to launch and monitor tokens faster.
npx skills add nirholas/pump-fun-sdk --all -g -y
Available:

Gives your AI agent the SDK architecture, security rules, and coding patterns needed to correctly build Solana token transactions with this SDK.

All Skills in This Repository (20)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-token-incentives

Manages volume-based PUMP reward distribution across Solana bonding curve and AMM pools.

Community
Advanced
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-fee-system

Calculates mint and burn fees for given inputs and protocol fee rate.

Community
Advanced
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-solana-dev

Demonstrate Solana development patterns with Anchor IDL and SPL Token management.

Community
Intermediate
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-shell-scripts

Generate Solana vanity addresses and verify keypairs with Bash scripts.

Community
Intermediate
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-sdk-core

Construct Solana TransactionInstructions for Pump.fun token creation and bonding curve trading.

Community
Advanced
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-claims-readonly

Query unclaimed token rewards and fee balances on Pump.fun without transactions.

Community
Intermediate
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-bonding-curve

Implement constant-product bonding curve math for Pump token pricing and trading.

Community
Advanced
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-testing

Run Rust, TypeScript, and Python tests for the Pump SDK.

Community
Advanced
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-admin-ops

Manage Pump protocol administrative and authority operations on Solana.

Community
Advanced
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-website

Simulates a web desktop for interacting with Solana DeFi protocols.

Community
Intermediate
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-build-release

Manage SDK build and release pipelines with TypeScript, Rust, and npm.

Community
Advanced
๐Ÿ“ฆ In Repo
nirholasnirholas

pump-token-lifecycle

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

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’