Tick

Execute AUTONOMOPOLY ticks to claim DIEM, manage LP positions, and run maintenance inferences.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the operational tick for an AUTONOMOPOLY agent, handling fee claims, DIEM LP actions, and maintenance inferences to keep the agent productive.

Core Features & Use Cases

  • Claim and payout: claim DIEM from FeeLocker and ensure liquidity provider returns are realized.
  • LP management: LP DIEM into the ETH/DIEM Uniswap v3 1% pool and reposition when necessary.
  • Maintenance inference: run Venice llama inference when needed to guide decisions in accumulate/build modes.

Quick Start

Execute a tick by running the queue-intent script with the tick argument.

Frequently Asked Questions about Tick

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

FAQPage Schema
How do I automate DIEM fee claims and LP position management on-chain?

Automate LP management and DIEM fee claims by running a single AUTONOMOPOLY agent tick, which executes end-to-end operations from FeeLocker claims to Uniswap v3 pool repositioning.

What is an AUTONOMOPOLY tick and when do I need to run it?

An AUTONOMOPOLY tick is an automated on-chain execution cycle that claims DIEM, manages Uniswap v3 liquidity, and triggers Venice llama maintenance inferences to keep DeFi agents productive.

Do I need a TypeScript runtime to execute on-chain LP management and maintenance inferences?

Yes, executing on-chain LP management and Venice llama maintenance inferences requires a TypeScript or TSX runtime to process the tick automation scripts and log outputs for auditing.

How does Venice llama inference gate optimization decisions in accumulate and build modes?

Venice llama inference gates optimization decisions by analyzing on-chain data during the tick to guide whether the agent should accumulate yields or build liquidity positions in DeFi.

Can I use this automation to reposition liquidity in the ETH/DIEM Uniswap v3 pool?

Yes, the tick automation repositions liquidity in the ETH/DIEM Uniswap v3 1% pool by managing LP positions directly on-chain when maintenance inferences indicate repositioning is necessary.

What are the limitations of automating DeFi agent ticks without FeeLocker access?

Without FeeLocker access, the tick cannot claim DIEM or realize liquidity provider returns, halting the accumulate and build mode cycles required for on-chain yield optimization.