uniswap-v4-lp
CommunityAutomate Uniswap V4 LP management on Base.
Author0xAxiom
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables developers and AI agents to automate the full lifecycle of Uniswap V4 liquidity positions on Base, including minting, managing concentrated liquidity, collecting fees, rebalance, auto-compounding, and harvesting Clanker protocol fees.
Core Features & Use Cases
- Add liquidity to V4 pools with configurable ranges.
- Remove liquidity and/or collect fees without disrupting positions.
- Monitor position health and rebalance when out of range.
- Auto-compound accrued fees back into liquidity for passive growth.
- Clanker Harvest: claim protocol fees, harvest LP fees, and convert to USDC for treasury use.
Quick Start
- Install dependencies in the skill’s scripts directory: cd scripts && npm install
- Add liquidity for a test position: node add-liquidity.mjs --amount 20 --range 25
- Check an existing position: node check-position.mjs --token-id <ID>
- Monitor position status: node monitor-position.mjs --token-id <ID>
- Collect fees without removing liquidity: node collect-fees.mjs --token-id <ID>
- Enable auto-compounding: node auto-compound.mjs --token-id <ID> --strategy dollar
- Harvest and optionally compound: node clanker-harvest.mjs --token 0xTOKEN --token-id <ID> --harvest-address <0xVAULT> --compound-pct 50
- Quick preview: node auto-compound.mjs --token-id <ID> --dry-run
Dependency Matrix
Required Modules
@uniswap/v4-sdk@uniswap/sdk-core@ethersproject/abidotenvviemyargs
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: uniswap-v4-lp Download link: https://github.com/0xAxiom/axiom-public/archive/main.zip#uniswap-v4-lp Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.