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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/lp-strategyLP 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
| Parameter | Required | Default | How to Extract |
|---|---|---|---|
| token0 | Yes | — | First token |
| token1 | Yes | — | Second token |
| capital | No | — | Amount available for LP |
| chain | No | All chains | Specific chain or "all" for cross-chain comparison |
| strategies | No | All | Specific strategies to compare (usually "all") |
Workflow
-
Extract parameters from the user's request.
-
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). -
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")
-
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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-wpank-lp-strategy": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mermaid-diagrams
Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.
api-design-principles
Skill by wpank
auto-context
Automatically read relevant context before major actions. Loads TODO.md, roadmap.md, handoffs, task plans, and other project context files so the AI operates with full situational awareness. Use when starting a task, implementing a feature, refactoring, debugging, planning, or resuming a session.
clear-writing
Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.
track-performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.