pump-token-incentives

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

113|35|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/nirholas/pump-fun-sdk --skill pump-token-incentives
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pump-token-incentives
Source: https://github.com/nirholas/pump-fun-sdk/tree/main/skills/pump-token-incentives
Command: npx skills add https://github.com/nirholas/pump-fun-sdk --skill pump-token-incentives

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the distribution of PUMP governance tokens to traders based on their SOL trading volume, incentivizing participation in the Pump protocol.

Core Features & Use Cases

  • Volume-Based Rewards: Distributes PUMP tokens proportionally to user SOL trading volume.
  • Day-Indexed Epochs: Organizes rewards into daily epochs with pre-configured token supplies.
  • Cross-Program Aggregation: Consolidates volume and rewards from both Pump and PumpAMM protocols.
  • Use Case: Automatically calculate and allow users to claim their earned PUMP tokens based on their trading activity over the past week.

Quick Start

Use the pump-token-incentives skill to claim any available PUMP token rewards for the current user.

Frequently Asked Questions about pump-token-incentives

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I claim PUMP token rewards for my SOL trading volume on Solana?

To claim PUMP token rewards, the system tracks your SOL volume across bonding curve and AMM pools, calculates your pro-rata share for the daily epoch, and requires sync operations before executing the cross-program claim using BN arithmetic.

How does volume-based token distribution work on the Pump protocol?

Volume-based token distribution tracks user SOL trading volume across Pump and PumpAMM protocols, organizing rewards into day-indexed epochs with pre-configured token supplies that users can claim pro-rata based on their relative trading activity.

Can I aggregate trading volume from both bonding curve and AMM pools for DeFi rewards?

Yes, the system features cross-program aggregation that consolidates your SOL trading volume from both the Pump bonding curve and PumpAMM pools to accurately calculate your total PUMP token incentives across protocols.

What are day-indexed epochs in Solana token incentive systems?

Day-indexed epochs organize DeFi token reward distribution into daily periods, each with a pre-configured supply of PUMP governance tokens allocated proportionally to traders based on their SOL volume during that specific 24-hour window.

Why do I need sync operations before claiming cross-program token rewards on Solana?

Sync operations are required before claiming to ensure the smart contract accurately reads your latest aggregated SOL volume across the bonding curve and AMM pools, preventing reward calculation errors during the BN arithmetic claim process.