What problem does it solve? Liquidity providers on Uniswap V3/V4 often lose track of whether their positions are in range, earning fees, or suffering impermanent loss, and manually rebalancing ranges is error-prone and time-consuming. ## Core Features & Use Cases - Position Health Check: Detects out-of-range positions and computes fee income versus concentrated impermanent loss to show net P&L and APY. - Auto-Rebalance: Fetches 30-day price history via OKX market data, recalculates an optimal volatility-based range, executes ratio-correcting swaps, and generates a pre-filled Uniswap position deep link. - Fee Collection & Exit Guidance: Walks users through harvesting fees, exiting positions, and consolidating returned tokens into a single asset. - Use Case: A user whose ETH/USDC LP on Base went out of range asks for a health check; the skill calculates IL versus fees, proposes a new range from fresh volatility data, swaps tokens to the correct ratio, and opens Uniswap with the new position pre-filled. ## Quick Start Ask the agent to check whether your ETH/USDC LP position on Base is in range and profitable, and to rebalance it if needed.