ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

lp-strategy

Comprehensive LP strategy comparison for a token pair — evaluates all versions, fee tiers, range widths, and rebalance approaches side-by-side with APY, IL, gas costs, and risk ratings. Use when the user wants to compare LP options or see a detailed analysis of all strategies.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wpank/lp-strategy
Or

LP Strategy Comparison

Overview

Produces a comprehensive, multi-strategy comparison for LP positions on a token pair. Unlike optimize-lp which gives a single recommendation, this skill presents all viable strategies side-by-side with detailed pros/cons, enabling the user to make an informed decision.

This is the "deep dive" version — use when the user wants to understand all their options, not just the top pick.

When to Use

Activate when the user asks:

  • "Compare LP strategies for ETH/USDC"
  • "What are my options for LPing into X/Y?"
  • "Detailed LP analysis for WETH/USDC"
  • "Show me all fee tiers for this pair"
  • "V2 vs V3 vs V4 comparison for X/Y"
  • "Give me a full breakdown of LP options"
  • "I want to understand the tradeoffs before LPing"

Parameters

ParameterRequiredDefaultHow to Extract
token0YesFirst token
token1YesSecond token
capitalNoAmount available for LP
chainNoAll chainsSpecific chain or "all" for cross-chain comparison
strategiesNoAllSpecific strategies to compare (usually "all")

Workflow

  1. Extract parameters from the user's request.

  2. Delegate to pool-researcher: First, get a full pool comparison across all fee tiers and versions via Task(subagent_type:pool-researcher). This provides the data foundation (TVL, volume, APY per pool).

  3. Delegate to lp-strategist: Invoke Task(subagent_type:lp-strategist) in comprehensive comparison mode. The agent evaluates every viable combination:

    • V2 full-range (passive)
    • V3 narrow range per fee tier
    • V3 medium range per fee tier
    • V3 wide range per fee tier
    • V4 options (if available)
    • Cross-chain opportunities (if chain="all")
  4. Present comparison table with all strategies ranked and annotated with pros/cons.

Output Format

LP Strategy Comparison: WETH/USDC

  Pair Type: Stable-Volatile (moderate volatility)
  Best Overall: V3 0.05%, Medium Range (see row 2 below)

Metadata

Author@wpank
Stars919
Views0
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wpank-lp-strategy": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.