defi-market-overview
Broad DeFi market overview combining category rankings, chain comparison, total TVL trends, top protocols, and market events. Use when the user asks for a market summary, "what's happening in DeFi", weekly recap, overall market state, DeFi dashboard, or wants a high-level snapshot of the ecosystem.
What this skill does
# DeFi Market Overview Produce a high-level snapshot of the entire DeFi ecosystem by pulling data across categories, chains, protocols, events, stablecoins, and institutional flows. ## Workflow ### Step 1 - Global market totals Get the aggregate DeFi TVL, total DEX volume, and derivatives volume. ``` defillama:get_market_totals metrics: ["tvl_base", "tvl_base_7d_pct_change", "volume_dexs_1d", "volume_derivatives_1d"] ``` This is a single-row global snapshot. NO fees/revenue here — those come from category/chain views. ### Step 2 - Category metrics Get the top DeFi categories ranked by TVL and fees. ``` defillama:get_category_metrics ``` This shows which sectors (DEXes, lending, liquid staking, etc.) are leading the market. ### Step 3 - Top chains Fetch the leading chains by TVL. ``` defillama:get_chain_metrics limit: 10 ``` ### Step 4 - Top protocols Fetch the leading protocols by TVL. ``` defillama:get_protocol_metrics limit: 10 ``` ### Step 5 - Recent security incidents Check for recent hacks or exploits. ``` defillama:get_events event_type: "hacks" ``` ### Step 6 - Recent fundraises Check for recent funding rounds and investments. ``` defillama:get_events event_type: "raises" ``` ### Step 7 - Stablecoin supply Get total stablecoin market and top stablecoins. ``` defillama:get_stablecoin_supply ``` Stablecoin supply growth is a proxy for capital entering the crypto ecosystem. ### Step 8 - ETF flows Check recent institutional activity through ETFs. ``` defillama:get_etf_flows ``` ## Output Format Present the report with these sections in order: 1. **Market Snapshot** - Two to three sentence summary of the current DeFi market state: total TVL direction, dominant narrative, and sentiment signal. 2. **Category Breakdown** - Top 5-7 categories by TVL with fees and percentage changes. Note which categories are gaining or losing share. 3. **Top Chains** - Top 10 chains by TVL with percentage changes. Highlight chains with the strongest momentum. 4. **Top Protocols** - Top 10 protocols by TVL with category, chain, and recent trend. 5. **Recent Events** - Split into Security Incidents and Fundraises. Summarize the most notable items from each. 6. **Capital Flows** - Stablecoin supply trend and ETF flow direction. These together indicate whether capital is entering or leaving crypto. ## Tips - If total stablecoin supply is growing + ETF flows are positive + TVL is rising, this is a strong bull signal. - Categories gaining TVL share indicate where market attention is rotating. - Multiple hacks in a short period may dampen overall market sentiment. - Large fundraises signal where VCs see future growth. - Compare chain TVL rankings to previous periods to spot chains that are rising or falling in the rankings. - Use `start_date` / `end_date` params for custom time windows (e.g., weekly or monthly recaps) instead of fixed periods.
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.