get_aave_liquidations
Fetch AAVE liquidation events by chain, liquidator, or user address. Returns collateral seized, debt repaid, amounts, and timestamp.
Instructions
Use this when the user asks about AAVE liquidation events — 'Show me recent liquidations on Ethereum', 'Has address 0x... been liquidated?', 'Who are the top liquidators on Arbitrum?', 'What collateral is being seized most?'. Returns: liquidator address, liquidated user, collateral asset seized, debt asset repaid, amounts, and timestamp. Liquidations occur when a user's health factor drops below 1.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain identifier | |
| first | No | Number of liquidation events to return (1–100, default 20) | |
| liquidator | No | Optional: filter by liquidator address | |
| userAddress | No | Optional: filter by the address that was liquidated |