Aave V3 Liquidation Risk & Health Factor API is a paid API for AI agents from liquidation-risk-mcp.mtree.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).
Returns liquidation risk assessment and health factor data for Aave V3 positions, including provenance and machine-readable risk fields
Paid Aave V3 liquidation-risk verdict for agents before they borrow, lever, liquidate, or allow autopay. Returns buyer_decision, evidence_summary, execution_policy, next_action, live health factor, and liquidation trigger distance. Buyer-intent match: Aave liquidation risk, health factor API. Price 0.03 USDC on Base via x402. Demo/preview: https://liquidation-risk-mcp.mtree.workers.dev/demo/aave_v3. Contact: https://liquidation-risk-mcp.mtree.workers.dev/contact.
A JSON object containing the health factor score, liquidation risk assessment, route-specific evidence supporting the risk determination, provenance metadata, and machine-readable risk fields for Aave V3 positions
POSThttps://liquidation-risk-mcp.mtree.workers.dev/v1/risk/aave_v3Choose this endpoint when an agent needs real-time liquidation risk and health factor data specifically for Aave V3 lending positions, especially in autonomous DeFi monitoring or risk management workflows that require machine-readable structured output with provenance
{
"input": {
"body": {
"chain": "ethereum",
"action": "borrow",
"address": "0x1234567890123456789012345678901234567890"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"ok": false,
"service": "liquidation-risk-mcp",
"endpoint": "/v1/risk/aave_v3",
"raw_result": {
"note": "Payment settled; upstream public RPC failed, so this paid response returns a machine-readable degraded result instead of losing settlement telemetry.",
"chain": "ethereum",
"error": "aave_pool_read_failed",
"status": "degraded_upstream",
"address": "0x1234567890123456789012345678901234567890",
"message": "aave_pool_read_failed: HTTP request failed.",
"service": "liquidation-risk-mcp",
"endpoint": "/v1/risk/aave_v3",
"provenance": {
"source": "aave-v3-pool",
"degraded": true,
"freshness": "live_rpc_attempted"
},
"health_factor": null,
"liquidation_risk": "unknown"
},
"next_action": "Route can proceed with the stated spend cap; refresh before changing collateral or debt.",
"buyer_decision": "manual_review",
"evidence_summary": {
"chain": "ethereum",
"source": "aave-v3-pool",
"address": "0x1234567890123456789012345678901234567890",
"protocol": "aave-v3",
"freshness": "live_rpc_attempted_degraded",
"health_factor": null,
"total_debt_usd": null,
"is_liquidatable": null,
"liquidation_risk": "safe",
"total_collateral_usd": null,
"price_drop_to_liquidation_pct": null
},
"execution_policy": {
"spend_verdict": "do_not_autopay",
"max_price_usdc": 0.03,
"max_age_seconds": 120,
"stop_conditions": [
"health_factor_below_1_15",
"price_drop_to_liquidation_below_10pct",
"rpc_degraded"
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"