manage-liquidity
SKILL.md
Manage Liquidity
Overview
This is the primary skill for all liquidity operations on Uniswap. It handles three distinct actions:
- Add liquidity — Find the best pool, recommend a range, handle approvals, deposit tokens
- Remove liquidity — Withdraw tokens from an existing position (partial or full)
- Collect fees — Claim accumulated trading fees from a position
Each action delegates to the liquidity-manager agent for execution, with optional pool-researcher delegation for intelligent pool selection. This skill extracts the user's intent, validates parameters, and orchestrates the right agent workflow.
When to Use
Activate when the user says anything related to providing, removing, or managing Uniswap liquidity:
Adding liquidity:
- "Add liquidity to ETH/USDC"
- "Provide LP for WETH/USDC on Base"