Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

lp-strategy有限合伙人策略

Agent Skill

lp-strategy 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

23,023

周安装

969

GitHub Stars

公开资料未说明

下载量

8,062
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lp-strategy(有限合伙人策略)
来源仓库:https://github.com/wpank/lp-strategy
安装命令:
openclaw skills install lp-strategy
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install lp-strategy

简介

代币对的全面 LP 策略比较 — 与 APY、IL、gas 成本和风险评级并排评估所有版本、费用等级、范围宽度和再平衡方法。当用户想要比较 LP 选项或查看所有策略的详细分析时使用。

SKILL.md

name
lp-strategy
description
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.
model
opus
allowed-tools
[Task(subagent_type:lp-strategist), Task(subagent_type:pool-researcher)]

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.
  1. 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).
  1. 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")

  1. 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)

  ┌────┬──────────────────┬────────┬──────────┬───────┬──────────┬──────────┬────────┐
  │ #  │ Strategy         │ Chain  │ Fee APY  │ IL    │ Net APY  │ Rebal.   │ Risk   │
  ├────┼──────────────────┼────────┼──────────┼───────┼──────────┼──────────┼────────┤
  │ 1  │ V3 0.05% Narrow  │ ETH    │ 35%      │ -12%  │ 23%      │ Weekly   │ HIGH   │
  │ 2  │ V3 0.05% Medium  │ ETH    │ 21%      │ -6%   │ 15%      │ Bi-weekly│ MEDIUM │
  │ 3  │ V3 0.05% Wide    │ ETH    │ 12%      │ -2%   │ 10%      │ Monthly  │ LOW    │
  │ 4  │ V3 0.30% Medium  │ ETH    │ 8%       │ -6%   │ 2%       │ Bi-weekly│ MEDIUM │
  │ 5  │ V3 0.05% Medium  │ Base   │ 18%      │ -5%   │ 13%      │ Bi-weekly│ MEDIUM │
  │ 6  │ V2 0.30% Full    │ ETH    │ 4%       │ -1%   │ 3%       │ Never    │ LOW    │
  └────┴──────────────────┴────────┴──────────┴───────┴──────────┴──────────┴────────┘

  Strategy Details:

  #1 V3 0.05% Narrow (±5%) — HIGH RISK, HIGH REWARD
    Pros: Highest fee capture, maximum capital efficiency
    Cons: Frequent rebalancing ($15/rebalance on mainnet), high IL risk
    Best for: Active managers with >$10K positions
    Gas warning: Break-even ~3 days per rebalance

  #2 V3 0.05% Medium (±15%) — RECOMMENDED
    Pros: Strong APY with manageable rebalancing, 80%+ time-in-range
    Cons: Moderate IL during large moves
    Best for: Most LPs with $1K+ positions
    Gas warning: Break-even ~1 day per rebalance

  #3 V3 0.05% Wide (±50%) — LOW MAINTENANCE
    Pros: Rarely needs rebalancing, low IL, almost passive
    Cons: Lower capital efficiency, lower APY
    Best for: Passive LPs, small positions where gas matters

  #6 V2 0.30% Full Range — SET AND FORGET
    Pros: Zero maintenance, no range management, battle-tested
    Cons: Lowest returns, less capital efficient
    Best for: First-time LPs, long-term holders who don't want to manage

  Ready to proceed? Choose a strategy and say "Add liquidity with strategy #2"

Important Notes

  • This skill produces analysis, not execution. To act on a strategy, use manage-liquidity.
  • Net APY = Fee APY - Expected IL. Always show both components.
  • Gas costs for rebalancing are factored into the comparison for each chain.
  • Cross-chain comparison (when chain="all") highlights L2 gas advantages.
  • The lp-strategist internally uses pool-researcher for data and risk-assessor for risk evaluation.

Error Handling

ErrorUser-Facing MessageSuggested Action
Token not found"Could not find token X."Provide contract address
No pools exist"No pools found for X/Y."Try different tokens or chain
Insufficient data"Not enough data for a reliable comparison."Pool may be too new
Agent unavailable"LP strategist is not available."Check agent configuration

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.15%
按下载量换算5,736

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills