LP Monitor

Identify and reposition out-of-range AUTONOMOPOLY LP positions on-chain.

10|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill lp-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: LP Monitor
Source: https://github.com/Liquid-Protocol-Ops/agent-autonomopoly/tree/main/skills/lp-monitor
Command: npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill lp-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Monitor and manage AUTONOMOPOLY LP positions to detect out-of-range states and trigger timely repositioning, preserving liquidity health and fee accrual.

Core Features & Use Cases

  • Read all AUTONOMOPOLY LP positions owned by the agent and assess whether each position is in-range.
  • Queue and execute reposition intents for out-of-range positions with on-chain safety guards and logs.
  • Generate actionable notifications and logs detailing position health, fees claimed, and new position ranges.

Quick Start

Run the portfolio check to identify out-of-range positions and queue reposition intents.

Frequently Asked Questions about LP Monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor on-chain liquidity for out-of-range LP positions?

To monitor on-chain liquidity for out-of-range LP positions, this Skill reads AUTONOMOPOLY LP position data and assesses tick ranges to determine position health. It identifies out-of-range states and queues repositioning intents to maintain active liquidity.

What is the best way to automate repositioning for out-of-range DeFi liquidity?

The best way to automate repositioning for out-of-range DeFi liquidity is using scripts with on-chain safety guards that execute queued intents. This Skill claims accrued fees, withdraws out-of-range liquidity, and mints new in-range positions automatically.

How does claiming fees and minting new LP positions work during repositioning?

Claiming fees and minting new LP positions during repositioning works by executing on-chain scripts that read current position health. The process claims accumulated fees from the out-of-range position before withdrawing liquidity and minting a new in-range replacement.

Do I need on-chain data access to manage AUTONOMOPOLY LP positions?

Yes, you need on-chain data access to manage AUTONOMOPOLY LP positions effectively. The Skill requires direct on-chain data access to read liquidity states, verify tick ranges, execute guarded repositioning, and generate logs detailing position health and fee claims.

Why does liquidity management require safety checks and logs for repositioning?

Liquidity management requires safety checks and logs for repositioning to ensure guarded execution of on-chain transactions. Safety checks prevent erroneous state changes during fee claiming and minting, while logs provide actionable notifications detailing position health and new tick ranges.

Can I use scripts to detect when my LP positions fall out of tick ranges?

Yes, you can use scripts to detect when LP positions fall out of tick ranges. The Skill runs portfolio checks that read all owned AUTONOMOPOLY positions, evaluates current tick ranges against active liquidity, and queues repositioning intents for any out-of-range assets.