What problem does it solve? Determining a Solana wallet's true origin is hard when claims about "official pump.fun wallets" circulate. This Skill audits wallet provenance by tracing the first inbound SOL transfer and checking whether the funder is a known pump.fun fee recipient or the migration authority, separating genuine protocol-seeded wallets from cosplay. ## Core Features & Use Cases - First-funder tracing: Walks a wallet's signature history backwards via RPC to find the earliest inbound SOL transfer and its source. - Pump.fun source detection: Compares the first funder against the 8 known pump.fun fee recipients, the legacy fee account, and the migration authority. - Structured JSON verdict: Returns seededByPump, firstFunder, funding signature, slot, lamports, and a scanTruncated flag for incomplete scans. - Use Case: An investigator suspects a wallet claiming to be the pump.fun treasury. Running the check reveals its first funder was an exchange withdrawal, disproving the claim. ## Quick Start Ask the assistant to check whether a given Solana wallet address was seeded by pump.fun using the funding-source check.