compare-pools

Compare all Uniswap pools for a token pair across fee tiers and versions. Use when the user asks which pool is best, wants to compare V3 vs V4, or wants to find the optimal fee tier.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "compare-pools" with this command: npx skills add wpank/compare-pools

Compare Pools

Overview

Compares all available Uniswap pools for a token pair across fee tiers (1bp, 5bp, 30bp, 100bp) and protocol versions (V2, V3, V4). Delegates to pool-researcher in comparison mode to rank pools by APY, liquidity depth, and utilization.

When to Use

Activate when the user asks:

  • "Compare ETH/USDC pools"
  • "Which pool is best for ETH/USDC?"
  • "V3 vs V4 for this pair"
  • "Best fee tier for WETH/USDC"
  • "Which fee tier has the best APY?"
  • "Compare liquidity across fee tiers"

Parameters

ParameterRequiredDefaultDescription
token0YesFirst token name, symbol, or address
token1YesSecond token name, symbol, or address
chainNoAll chainsChain name or "all" for cross-chain comparison
compareByNoallFocus: "tvl", "volume", "apy", or "all"

Workflow

  1. Extract parameters from the user's request.

  2. Delegate to pool-researcher: Invoke Task(subagent_type:pool-researcher) asking for a comparison of all pools for the token pair. The agent will discover pools across fee tiers and versions, gather data for each, and rank them.

  3. Present comparison: Format as a comparison table with a clear recommendation.

Output Format

Pool Comparison: WETH/USDC (Ethereum)

  | Pool       | Fee    | TVL     | Vol 24h  | APY 7d | Depth 1% | Recommended |
  | ---------- | ------ | ------- | -------- | ------ | -------- | ----------- |
  | V3 0.05%   | 5bp    | $332M   | $610M    | 21.3%  | $5M      | Best APY    |
  | V3 0.30%   | 30bp   | $85M    | $45M     | 8.2%   | $2M      |             |
  | V3 1.00%   | 100bp  | $12M    | $3M      | 4.1%   | $500K    |             |
  | V2 0.30%   | 30bp   | $25M    | $8M      | 3.5%   | $1M      |             |

  Recommendation: V3 0.05% pool — highest APY with deepest liquidity.

Important Notes

  • Delegates to pool-researcher — no direct MCP tool calls.
  • Pools with zero liquidity or no activity are excluded from comparison.
  • Ranking considers multiple factors: APY, depth, stability, and utilization.

Error Handling

ErrorUser-Facing MessageSuggested Action
No pools found"No active pools found for X/Y."Check token names or try another chain
Single pool only"Only one pool exists for X/Y."Shows single pool analysis instead

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Wangdongjie Cfo Skill

基于王东杰26年实战经验,提供A+H双市场IPO操盘、资本杠杆设计、业财融合和AI数字化风控咨询。

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for Chinese bank trading desk. Use when user asks "生成晨报", "股市晨报", "今日股市", "港股晨報", or any similar HK stock mark...

Registry SourceRecently Updated
General

Nansen Mpp Payment

Pay-per-call access to the Nansen API via MPP (Tempo). Use when a user wants anonymous Nansen access without an API key and without managing their own Base/S...

Registry SourceRecently Updated
General

Etsy Autolist

Auto-create and manage digital product listings on Etsy. Creates listings from existing digital product files (PDFs, templates, spreadsheets) using Etsy Open...

Registry SourceRecently Updated