pump-claims-readonly

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to query claimable rewards and fee balances on the Pump.fun protocol without executing any transactions, providing essential financial visibility.

Core Features & Use Cases

  • Token Incentive Queries: Check unclaimed PUMP tokens earned from trading volume across both Pump and PumpAMM programs.
  • Creator Fee Queries: View accumulated SOL in creator fee vaults for both programs.
  • Use Case: A user wants to know their total potential earnings from trading on Pump.fun before deciding to claim, or a creator wants to check their available SOL balance from fees.

Quick Start

Use the pump-claims-readonly skill to get the total unclaimed PUMP tokens for the user address 'YOUR_USER_ADDRESS_HERE'.

Frequently Asked Questions about pump-claims-readonly

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

FAQPage Schema
How do I check unclaimed Pump.fun token rewards for my wallet address?

To check unclaimed Pump.fun token rewards, use the read-only query methods to retrieve data for your user address. The Skill queries both Pump and PumpAMM programs to calculate total unclaimed PUMP tokens from trading volume.

Can I query Pump.fun creator fee vault balances without making an on-chain transaction?

Yes, you can query Pump.fun creator fee vault balances without an on-chain transaction. The Skill uses the OnlinePumpSdk to read accumulated SOL in creator fee vaults for both Pump and PumpAMM programs.

Does the read-only Pump.fun query method support both Pump and PumpAMM programs?

Yes, the read-only Pump.fun query method supports both Pump and PumpAMM programs. It retrieves unclaimed token rewards, creator vault balances, volume accumulators, and distributable fees across both protocols.

What is the best way to view distributable fees and volume accumulators on Solana for Pump.fun?

The best way to view distributable fees and volume accumulators on Solana for Pump.fun is through a read-only query Skill. It computes financial statuses utilizing the OnlinePumpSdk without executing transactions.

How do I get total potential earnings from Pump.fun trading before claiming?

To get total potential earnings from Pump.fun trading before claiming, query your user address to check unclaimed PUMP tokens. The Skill aggregates volume accumulators and distributable fees across Pump and PumpAMM protocols.

Are there limitations to querying Pump.fun claimable rewards using a read-only method?

A limitation of querying Pump.fun claimable rewards read-only is that it provides financial visibility without executing on-chain transactions. You can check balances and accumulators but cannot claim or withdraw the rewards directly through this method.