skills/skills.volces.com/analyze-burn-economics

analyze-burn-economics

SKILL.md

Analyze Burn Economics

Overview

A pure research skill that produces a governance-grade analysis of the Uniswap protocol fee system's burn economics. This skill answers the questions that UNI holders, governance participants, and protocol researchers care about: How profitable have burns been? How are fees trending? What drives accumulation? When should parameters be adjusted?

No execution capability -- this is strictly analytical.

Why this is 10x better than calling tools individually:

  1. Cross-referenced historical analysis: A single get_burn_history call returns raw event logs. This skill cross-references each burn with the UNI price at that time (via get_token_price_history), the gas cost, and the assets claimed -- producing a per-burn profit/loss table that no single tool can generate.
  2. Trend analysis across time: By combining accumulation rates with burn history, the agent identifies whether the protocol fee system is becoming more or less profitable over time, whether burn frequency is increasing (more competition), and whether fee composition is shifting.
  3. Governance-relevant projections: The report includes sensitivity analysis -- how profitability changes with UNI price, threshold adjustments, and fee rate changes. This is the data governance participants need to evaluate parameter proposals.
  4. 30+ minutes of manual analysis in one command: Manually computing per-burn P&L requires querying each burn event, looking up token prices at that block, calculating gas costs, and aggregating. This skill automates the entire research workflow.

When to Use

Activate when the user says anything like:

Installs
8
First Seen
Mar 18, 2026