DeFi Overview

Generates a daily DeFi market read from DeFiLlama APIs with regime verdict, movers, fees, and filtered yields.

Updated May 25, 2026
One-click install
npx skills add https://github.com/Cbowcrptex/CBOWCRYPTEX --skill defi-overview-cbowcrptex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: DeFi Overview
Source: https://github.com/Cbowcrptex/CBOWCRYPTEX/tree/main/skills/defi-overview
Command: npx skills add https://github.com/Cbowcrptex/CBOWCRYPTEX --skill defi-overview-cbowcrptex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw DeFi dashboards dump tables of TVL numbers without context, making it hard to tell whether the market is risk-on or risk-off, which moves actually matter, and which high APYs are real versus emission-subsidized. ## Core Features & Use Cases - Regime Verdict: Computes a one-line Risk-on / Risk-off / Sideways / Mixed verdict from 24h changes in TVL, DEX volume, and stablecoin supply. - Curated Movers with Catalysts: Surfaces only chains and protocols passing significance thresholds, each with a short "why it matters" line, and never invents a catalyst. - Sustainable vs Incentive Yields: Splits yield pools into real yield (apyBase, filtered for outliers and confidence) and incentive yield (reward-driven APYs) so readers avoid scam-tier rates. - Use Case: Each morning, run the skill to fetch DeFiLlama TVL, DEX, fees, stablecoin, and yield data, compare against yesterday's log, and send a sub-4000-character markdown briefing via the notify script. ## Quick Start Ask the agent to run the DeFi overview for today, optionally naming a chain or protocol such as solana or aave to focus the report.

Frequently Asked Questions about DeFi Overview

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

FAQPage Schema
How do I get a daily DeFi market summary from DeFiLlama data?▼

Run the skill with an empty var to fetch /v2/chains, /protocols, /overview/dexs, /overview/fees, stablecoins, and yields endpoints. It computes a regime verdict, filters significant movers, and sends a formatted markdown briefing under 4000 characters.

How to filter sustainable DeFi yields from incentive-driven APYs?▼

The skill splits pools using apyBase versus apyReward. Real yield requires apyBase > 0, reward share under 50%, no outlier flag, confidence >= 2, and TVL >= $10M; incentive yield requires apyReward > 0 and TVL >= $25M.

Can I focus the DeFi overview on a single chain or protocol?▼

Yes. Set the var parameter to a chain name like solana or a protocol slug like aave. Chain focus scopes DEX volume, fees, and yields to that chain; protocol focus pulls /protocol/{slug} and fee summaries compared against its chain and 30-day history.

What happens when DeFiLlama API endpoints fail or are blocked?▼

Each endpoint is retried once with WebFetch if curl fails or returns non-JSON, and sources are marked ok or fail in the footer. If two or more sources fail the title is prefixed with [DEGRADED]; if all fail it sends a single DEFI_OVERVIEW_ERROR line.

Does the skill explain why a chain or protocol moved?▼

Each mover gets a why line of 15 words or fewer grounded in observed data or memory logs, such as unlocks, exploits, or points programs. If no cause is identifiable it states "no obvious catalyst" rather than inventing one.