Install
openclaw skills install analyze-poolAnalyze a specific Uniswap pool's performance, liquidity depth, fee APY, and risk factors. Use when the user asks about pool metrics, TVL, volume, or whether a pool is good for LPing.
openclaw skills install analyze-poolProvides a detailed analysis of a specific Uniswap pool by delegating to the pool-researcher agent. Returns TVL, volume, fee APY, liquidity depth, concentration metrics, and risk factors.
Activate when the user asks:
| Parameter | Required | Default | Description |
|---|---|---|---|
| token0 | Yes | — | First token name, symbol, or address |
| token1 | Yes | — | Second token name, symbol, or address |
| chain | No | ethereum | Chain name (ethereum, base, arbitrum, etc.) |
| feeTier | No | Auto-detect | Fee tier (e.g., "0.05%", "30bp", "3000") |
| version | No | Auto-detect | Protocol version: "v2", "v3", or "v4" |
Extract parameters from the user's request: identify token0, token1, chain, fee tier, and version.
Delegate to pool-researcher: Invoke Task(subagent_type:pool-researcher) with the extracted parameters. The pool-researcher will gather on-chain data, calculate metrics, and produce a structured report.
Present results: Format the pool-researcher's report into a user-friendly summary covering:
Present a clean summary:
Pool Analysis: WETH/USDC 0.05% (V3, Ethereum)
Address: 0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640
TVL: $332M
Price: $1,963.52
Performance:
Fee APY (7d): 21.3%
Fee APY (30d): 6.65%
Volume (24h): $610M
Utilization: 1.84x
Liquidity Depth:
1% impact: $5M trade size
5% impact: $25M trade size
Concentration: 78.5% within ±2% of price
Risk Factors: None identified
pool-researcher agent — it does not call MCP tools directly.| Error | User-Facing Message | Suggested Action |
|---|---|---|
| Pool not found | "No pool found for X/Y on this chain." | Try different fee tier or chain |
| Token not recognized | "Could not resolve token X." | Provide contract address |
| Insufficient data | "Limited data available for this pool." | Pool may be too new |