get_user_risk_profile
Retrieve a user's full Aave liquidation risk profile on a specific chain, including health factors, collateral, and debt. Assess if a wallet is at risk of liquidation.
Instructions
Get a user's full liquidation risk profile on a specific chain — all their positions with health factors, risk scores, collateral, and debt. Use when asked: 'Is wallet 0x... at risk of liquidation?', 'What's the health factor for this address on Base?', 'Show me this user's risk across all their Aave positions'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Liquidation risk chain: risk-ethereum, risk-arbitrum, risk-base, risk-polygon, risk-optimism | |
| userAddress | Yes | Wallet address (0x...) |