get_liquidation_candidates
Find accounts with health factors below a specified threshold that are eligible for liquidation on Voi or Algorand, enabling proactive risk monitoring.
Instructions
Find accounts eligible for liquidation using pre-indexed health data. Returns those below the health factor threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network | |
| limit | No | Max results to return (default 50) | |
| addresses | No | Specific addresses to check instead of scanning all | |
| threshold | No | Health factor threshold (default 1.1) |