What problem does it solve? Operators on Solana face MEV threats like sweeper bots, launch snipers, and sandwich attacks, and often don't know which countermeasure applies to which threat. This Skill names each threat, explains its mechanism and time horizon, and routes the operator to the correct atomic flow in the toolkit. ## Core Features & Use Cases - Threat taxonomy: Documents six concrete threats (same-key sweepers, launch snipers, pump-sdk drift, Token-2022 sweepers, sandwich attacks, Jito tip-account drift) with mechanisms and time horizons. - Decision routing: Provides a decision tree that maps each threat to the right countermeasure skill such as atomic-collect, atomic-rescue, atomic-sniper-launch, or atomic-buy. - Operational hardening guidance: Lists wallet hygiene, RPC selection, tip strategy, and key-generation practices that reduce MEV exposure across all flows. - Use Case: An operator discovers a creator key may be leaked and asks how to protect accrued pump.fun fees; the Skill identifies the same-key sweeper threat and routes them to atomic-collect for a zero-window fee collection. ## Quick Start Ask which countermeasure protects against sweeper bots racing a leaked Solana wallet, and follow the routed atomic flow.