get_at_risk_positions
Find Aave positions at risk of liquidation across 5 chains, returning health factor, risk score (0–100), and risk level (critical, danger, warning).
Instructions
Find Aave positions at risk of liquidation across 5 chains. Returns positions with health factor, risk score (0–100), risk level (critical/danger/warning), collateral, and debt amounts. Use when asked: 'Which positions are close to liquidation on Arbitrum?', 'Show me the riskiest Aave positions on Base', 'How many critical positions are there?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Liquidation risk chain: risk-ethereum, risk-arbitrum, risk-base, risk-polygon, risk-optimism | |
| first | No | Number of positions to return (default 25), sorted by riskScore desc | |
| riskLevel | No | Filter by risk level (omit to get all non-safe positions) |