defi-liquidation-monitor
Installation
SKILL.md
DeFi Liquidation Monitor
Purpose
Track wallet or protocol positions that can be liquidated, estimate distance-to-liquidation, and rank urgent mitigation actions.
Use this skill when
- The user asks for liquidation watchlists.
- The user wants stress tests for collateral price drops.
- The user needs priority ranking for risky borrow positions.
Workflow
- Collect normalized borrow position data (collateral USD, debt USD, liquidation threshold, health factor if available).
- Compute liquidation metrics using
references/formulas.md. - Classify severity bands from
references/alert-bands.md. - Run stress scenarios (for example: -5%, -10%, -20% collateral move).
- Return ranked watchlist with recommended actions.