defi-market-overview
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDeFi Market Overview
DeFi市场概览
Produce a high-level snapshot of the entire DeFi ecosystem by pulling
data across categories, chains, protocols, events, stablecoins, and
institutional flows.
通过整合品类、公链、协议、事件、稳定币及机构资金流的数据,生成整个DeFi生态系统的高层快照。
Workflow
工作流程
Step 1 - Global market totals
步骤1 - 全球市场总览
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.
获取DeFi总TVL、DEX总交易量及衍生品交易量。
defillama:get_market_totals
metrics: ["tvl_base", "tvl_base_7d_pct_change", "volume_dexs_1d", "volume_derivatives_1d"]这是单行的全球快照。此处不包含手续费/收入——这些数据来自品类/公链视图。
Step 2 - Category metrics
步骤2 - 品类指标
Get the top DeFi categories ranked by TVL and fees.
defillama:get_category_metricsThis shows which sectors (DEXes, lending, liquid staking, etc.) are
leading the market.
获取按TVL和手续费排名的头部DeFi品类。
defillama:get_category_metrics这能展示哪些领域(DEX、借贷、流动性质押等)在市场中占据主导地位。
Step 3 - Top chains
步骤3 - 头部公链
Fetch the leading chains by TVL.
defillama:get_chain_metrics
limit: 10获取按TVL排名的领先公链。
defillama:get_chain_metrics
limit: 10Step 4 - Top protocols
步骤4 - 头部协议
Fetch the leading protocols by TVL.
defillama:get_protocol_metrics
limit: 10获取按TVL排名的领先协议。
defillama:get_protocol_metrics
limit: 10Step 5 - Recent security incidents
步骤5 - 近期安全事件
Check for recent hacks or exploits.
defillama:get_events
event_type: "hacks"查看近期的黑客攻击或漏洞利用事件。
defillama:get_events
event_type: "hacks"Step 6 - Recent fundraises
步骤6 - 近期融资事件
Check for recent funding rounds and investments.
defillama:get_events
event_type: "raises"查看近期的融资轮次和投资情况。
defillama:get_events
event_type: "raises"Step 7 - Stablecoin supply
步骤7 - 稳定币供应量
Get total stablecoin market and top stablecoins.
defillama:get_stablecoin_supplyStablecoin supply growth is a proxy for capital entering the crypto
ecosystem.
获取稳定币总市值及头部稳定币数据。
defillama:get_stablecoin_supply稳定币供应量增长可作为加密生态系统资金流入的指标。
Step 8 - ETF flows
步骤8 - ETF资金流
Check recent institutional activity through ETFs.
defillama:get_etf_flows通过ETF查看近期机构活动情况。
defillama:get_etf_flowsOutput Format
输出格式
Present the report with these sections in order:
- Market Snapshot - Two to three sentence summary of the current DeFi market state: total TVL direction, dominant narrative, and sentiment signal.
- Category Breakdown - Top 5-7 categories by TVL with fees and percentage changes. Note which categories are gaining or losing share.
- Top Chains - Top 10 chains by TVL with percentage changes. Highlight chains with the strongest momentum.
- Top Protocols - Top 10 protocols by TVL with category, chain, and recent trend.
- Recent Events - Split into Security Incidents and Fundraises. Summarize the most notable items from each.
- Capital Flows - Stablecoin supply trend and ETF flow direction. These together indicate whether capital is entering or leaving crypto.
按以下顺序呈现报告:
- 市场快照 - 用2-3句话总结当前DeFi市场状态:总TVL走势、主导叙事及情绪信号。
- 品类细分 - 按TVL排名的前5-7个品类,包含手续费及百分比变化。标注哪些品类的市场份额在增长或下降。
- 头部公链 - 按TVL排名的前10条公链,包含百分比变化。突出表现势头最强的公链。
- 头部协议 - 按TVL排名的前10个协议,包含所属品类、公链及近期趋势。
- 近期事件 - 分为安全事件和融资事件两部分。总结其中最值得关注的内容。
- 资金流 - 稳定币供应量趋势及ETF资金流方向。两者结合可表明资金是流入还是流出加密市场。
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_dateparams for custom time windows (e.g., weekly or monthly recaps) instead of fixed periods.end_date
- 若稳定币总供应量增长 + ETF资金流为正 + TVL上升,这是强烈的牛市信号。
- TVL份额增长的品类表明市场注意力正在转向这些领域。
- 短期内多次黑客攻击可能会抑制整体市场情绪。
- 大额融资事件表明风投机构看好哪些领域的未来增长。
- 将公链TVL排名与往期对比,找出排名上升或下降的公链。
- 使用/
start_date参数自定义时间窗口(如每周或每月回顾),而非固定周期。end_date