ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

monitor-tokenjar

Monitor the Uniswap TokenJar with a real-time dashboard showing balances, accumulation rates, burn economics, and projected time to next profitable burn. Supports one-shot snapshot and streaming modes. Use when user asks "Watch the TokenJar", "Track fee accumulation", or "When is the next profitable burn?"

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wpank/monitor-tokenjar
Or

Monitor TokenJar

Overview

A monitoring dashboard for Uniswap's protocol fee system. The TokenJar accumulates fees from all Uniswap sources (V2, V3, V4, UniswapX, Unichain native fees). This skill provides a comprehensive view of what's in the jar, how fast it's growing, and when the next burn will be profitable -- the single most actionable question for protocol fee seekers.

Two modes: one-shot (instant snapshot with analytics) and streaming (real-time deposit tracking with live updates).

Why this is 10x better than calling tools individually:

  1. Actionable projection: The key output is "estimated time to next profitable burn" -- a compound calculation that requires TokenJar balances, UNI price, gas estimates, and accumulation rates. No single tool provides this. Manually computing it requires calling 4-5 tools and doing the math yourself.
  2. Compound dashboard: Instead of raw JSON from separate tools, you get a single formatted view combining balances, rates, burn economics, and history. The agent cross-references all data sources to produce insights none of them provide alone.
  3. Streaming mode with context: Raw subscribe_tokenjar returns deposit events without context. This skill enriches each deposit with a running total, updated profitability estimate, and alert when the threshold is crossed -- turning raw events into actionable intelligence.
  4. Historical context: The dashboard includes recent burn history and competitive intelligence, so you understand not just the current state but the dynamics of the system.

When to Use

Activate when the user says anything like:

  • "Watch the TokenJar"
  • "Monitor protocol fees"
  • "Track fee accumulation"
  • "When is the next profitable burn?"
  • "Show me TokenJar analytics"
  • "How fast are fees accumulating?"
  • "Alert me when a burn is profitable"
  • "TokenJar dashboard"
  • "What's the accumulation rate?"

Do NOT use when the user wants to execute a burn (use seek-protocol-fees instead) or wants deep historical analysis of burn economics (use analyze-burn-economics instead).

Parameters

ParameterRequiredDefaultHow to Extract
chainNoethereumAlways Ethereum mainnet for TokenJar
streamingNofalse"watch", "stream", "live", "real-time" implies true
durationNo60Streaming duration in seconds (1-300). "Watch for 5 minutes" = 300
alert-threshold-usdNo--"Alert me when jar hits $50K" extracts 50000
include-historyNotrue"Skip history" or "just current state" implies false

Workflow

One-Shot Mode (default)

Metadata

Author@wpank
Stars919
Views0
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wpank-monitor-tokenjar": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.