# 2637 Liquidity Planner 39a0a3d3

> Liquidity Planner

- Skill: `tools-only/2637-liquidity-planner-39a0a3d3` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2637-liquidity-planner-39a0a3d3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2637-liquidity-planner-39a0a3d3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2637-liquidity-planner-39a0a3d3

---


# Liquidity Planner

Plan liquidity positions and generate deep links that open directly in the Uniswap interface with parameters pre-filled. Supports v2, v3, and v4 positions.

## Invocation

```text
/liquidity-planner
```

Or describe your requirements naturally:

```text
Create a concentrated liquidity position for ETH/USDC on Base
```

## What It Does

This skill helps you:

- **Plan LP positions**: Gather intent, discover available pools, and assess liquidity depth
- **Suggest price ranges**: Context-aware recommendations based on pair type (stablecoin, major, volatile)
- **Compare fee tiers**: APY and volume data across different fee tiers for the same pair
- **Generate deep links**: URLs that open Uniswap's position creation page with all parameters pre-filled
- **Warn about risks**: Impermanent loss, thin liquidity, and active management requirements

## Workflow

1. **Gather LP intent** -- Token pair, amount, chain, version, fee tier, and price range
2. **Resolve token addresses** -- Map symbols to on-chain addresses per chain
3. **Discover pools** -- Find available Uniswap pools and fee tiers via DexScreener
4. **Assess liquidity** -- Evaluate pool TVL and warn about thin liquidity
5. **Fetch pool metrics** -- APY, volume, and price data from DefiLlama and DexScreener
6. **Suggest price ranges** -- Recommendations based on pair type and current price
7. **Determine fee tier** -- Compare tiers using APY and volume data
8. **Generate deep link** -- Uniswap position creation URL with pre-filled parameters
9. **Open browser** -- Automatically opens the link (with fallback for headless environments)

## Supported Position Types

| Version | Liquidity Type         | Key Feature                       |
| ------- | ---------------------- | --------------------------------- |
| v2      | Full range only        | Simplest, lowest gas              |
| v3      | Concentrated liquidity | Most common, customizable ranges  |
| v4      | Concentrated + hooks   | Advanced features, limited chains |

## Fee Tier Guidelines

| Fee   | Best For                     |
| ----- | ---------------------------- |
| 0.01% | Stablecoin pairs             |
| 0.05% | Correlated pairs (ETH/stETH) |
| 0.30% | Most pairs (default)         |
| 1.00% | Exotic/volatile pairs        |

## Output Format

The skill presents a position summary with pool analytics (APY, volume, TVL), price range details, and considerations about impermanent loss and rebalancing, followed by a clickable deep link to the Uniswap interface.

## Runtime Compatibility

This skill uses `AskUserQuestion` for interactive prompts. If `AskUserQuestion` is not available in your runtime, the skill collects the same parameters through natural language conversation instead.

## Related Resources

- [Uniswap Driver Plugin](/plugins/uniswap-driver) - Parent plugin
- [Swap Planner](/skills/swap-planner) - Plan token swaps instead of LP positions
- [Uniswap Interface](https://app.uniswap.org) - Where deep links open

