You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1148,7 +1148,7 @@ async function main() {
1148
1148
"get_market_incident_status",
1149
1149
{
1150
1150
description:
1151
-
"Return an 'is anything on fire' snapshot across every registered market for a protocol + chain. For Compound V3, returns per-market pause flags, utilization, totalSupply, totalBorrow, and a `flagged` bit that's true when any pause is active or utilization ≥ 95% (borrowers trapped). Top-level `incident: true` if any market is flagged. Use this when you suspect a governance pause, a utilization cliff, or a multi-market contagion from a sharedcollateral exploit — it collapses what would otherwise take one get_compound_market_info call per market.",
1151
+
"Return an 'is anything on fire' snapshot across every registered market for a protocol + chain. For Compound V3, returns per-market pause flags, utilization, totalSupply, totalBorrow. For Aave V3, returns per-reserve isActive/isFrozen/isPaused, utilization, totalSupplied, totalBorrowed. Each entry has a `flagged` bit: Compound flags on any pause or utilization ≥ 95% (borrowers trapped); Aave flags on paused/frozen/inactive or utilization ≥ 95%. Top-level `incident: true` if any market/reserve is flagged. Use when you suspect a governance pause, a utilization cliff, or multi-market contagion from a shared-collateral exploit — collapses what would otherwise take one get_compound_market_info call per market.",
"Lending protocol to scan. Currently only compound-v3 is supported. Aave V3 pauses are per-reserve; Morpho Blue has no core-protocol pause."
10
+
"Lending protocol to scan. compound-v3 flags per-Comet pause + utilization. aave-v3 flags per-reserve isPaused/isFrozen/!isActive + utilization. Morpho Blue has no core-protocol pause and is not supported."
0 commit comments