atomic-fee-economics

Analyzes pump.fun creator-fee economics to set collection thresholds and cadence.

15|2|Updated May 19, 2026
One-click install
npx skills add https://github.com/nirholas/atomic --skill atomic-fee-economics-nirholas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: atomic-fee-economics
Source: https://github.com/nirholas/atomic/tree/main/skills/fee-economics
Command: npx skills add https://github.com/nirholas/atomic --skill atomic-fee-economics-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Collecting pump.fun creator fees costs SOL per cycle (Jito tip plus transaction fee), so collecting too often burns proceeds while collecting too rarely leaves SOL exposed in the vault. This Skill provides the break-even math and decision rules for choosing MIN_COLLECT_SOL, collection frequency, and when to stop collecting entirely. ## Core Features & Use Cases - Break-even threshold math: Computes the minimum collect amount that stays net-positive against Jito tip volatility and congestion. - Scenario-based threshold tables: Recommends MIN_COLLECT_SOL values for clean keys, leaked keys, high-volume coins, and retired coins. - Accrual rate estimation: Measures real SOL-per-hour fee accrual from watch-collect runs to tune collection cadence. - Use Case: An operator running a leaked creator key uses the race-mode guidance to set MIN_COLLECT_SOL=0.005 and accept occasional negative cycles to deny sweepers the vault balance. ## Quick Start Ask what MIN_COLLECT_SOL threshold to use for a pump.fun coin with a given daily trading volume and key security status.

Frequently Asked Questions about atomic-fee-economics

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

FAQPage Schema
What MIN_COLLECT_SOL should I use for pump.fun fee collection?▼

MIN_COLLECT_SOL depends on key security and volume: use 0.05–0.1 SOL for clean keys on low-volume coins, 0.01–0.03 for high-volume coins, and 0.005–0.01 for leaked keys. A practical floor is five times your Jito tip so congestion stays net-positive.

How do I calculate the break-even point for collecting pump.fun creator fees?▼

Break-even occurs when collected amount exceeds the Jito tip plus transaction fee, roughly 0.005 SOL per cycle. Set your threshold above this to absorb tip volatility during congestion, typically Jito tip multiplied by five.

How do I estimate pump.fun creator fee accrual rate?▼

Run watch-collect with a low threshold for 24 hours, count the collects, and divide total collected SOL by hours to get SOL per hour. Roughly, 10 SOL of daily volume yields about 0.05–0.15 SOL of creator fees per day.

When should I stop running watch-collect on a pump.fun coin?▼

Stop when daily accrual falls below 0.01 SOL or the coin has no trade volume. Run a final manual collect, optionally consolidate the wallets, and shut down the watcher to avoid RPC and monitoring overhead exceeding fee income.

Does fee collection economics differ for pump.fun V2 USDC pools?▼

Yes, V2 USDC pools pay creator fees in USDC rather than SOL, so the vault PDA logic and thresholds differ. The break-even reasoning is identical but denominated in USDC, with a suggested minimum around 0.025 USDC per cycle.