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.