get_liquidation_candidates
Identify accounts eligible for liquidation on Voi or Algorand using pre-indexed health data and a configurable health factor threshold. Returns accounts below the threshold for quick action.
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) |