rebalance-position

Verified·Scanned 2/19/2026

Rebalance an out-of-range Uniswap V3/V4 LP position by closing the old position and opening a new one centered on the current price. Handles fee collection, removal, range calculation, and re-entry in a single workflow. Use when a position is out of range and needs adjustment.

from clawhub.ai·v6204c37·11.5 KB·0 installs
Scanned from 0.1.0 at 6204c37 · Transparency log ↗
$ vett add clawhub.ai/wpank/rebalance-position

Rebalance Position

Rebalance an out-of-range Uniswap V3/V4 LP position: close the old position, collect fees, and open a new one centered around the current price.

SKILL.md — Full skill specification and workflow.

Installation

Install into Claude Code or Cursor with:

npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/rebalance-position

Or via Clawhub:

npx clawhub@latest install rebalance-position

When to use

Use this skill when:

  • Your V3/V4 LP position is out of range and no longer earning fees.
  • You want to realign your range around the current price while collecting all accumulated fees.
  • You need guidance on new range width based on volatility and risk tolerance.

Example prompts

  • "My USDC/WETH V3 position on Optimism is out of range—rebalance it around the current price."
  • "Close and reopen my WBTC/ETH V3 position on Arbitrum with a wider range for lower maintenance."
  • "Collect fees and re-center my UNI/ETH position on mainnet, targeting a medium-width range."