What problem does it solve? Crypto holders risk major losses when prices crash while they are not watching the market, and manually executing stop-losses or take-profits requires constant attention. This Skill sets up automated price-triggered guards that monitor token prices and execute protective swaps onchain when thresholds are hit. ## Core Features & Use Cases - Stop-Loss and Take-Profit Automation: Configure fixed, partial, trailing, or flash-crash guards that auto-sell tokens to stablecoins via onchainos swap execution when price triggers fire. - Scheduled Price Monitoring: Uses CronCreate to check live OKX market prices every 30 minutes, with 30-day kline context for support, resistance, and volatility-based trigger suggestions. - Portfolio and LP Protection: Supports portfolio-wide crash guards and Uniswap LP out-of-range alerts, plus guard management commands to list, adjust, or cancel active guards. - Use Case: Tell the agent "set stop-loss on ETH at $1800 and take profit at $2500" and it validates the levels against current price, shows hit-probability estimates, and activates a recurring monitor that auto-executes the exit swap when triggered. ## Quick Start Ask the agent to set a stop-loss on ETH at $1800 on Base so it configures the guard and starts monitoring the price automatically.