# Aave Position Risk Manager & Liquidation Prevention Agent

> Aave Position Risk Manager & Liquidation Prevention Agent is a paid API for AI agents from agent1-gateway.aurracloud.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-14).

Monitors Aave Protocol positions' Health Factor using Chainlink Oracle prices and proactively drafts emergency EVM transactions to prevent liquidation

## Facts

- Endpoint: POST https://agent1-gateway.aurracloud.com/agent/14af2c05-4971-4a77-a388-3f5915903e60/v1/chat
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent1-gateway-aurracloud-com-ff90e62f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yYCeyjRxyeKao4ngcSoac

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agent1-gateway-aurracloud-com-ff90e62f -d '<json body>'
```

Example prompt: Check the health factor on my Aave position at wallet 0xABC...123 right now — if I'm close to liquidation, draft an emergency EVM transaction to add collateral and keep me safe.

## When to prefer this

Choose this endpoint when you need autonomous, real-time monitoring and proactive liquidation prevention for Aave Protocol positions on EVM chains, specifically when you want pre-drafted emergency transactions rather than just alerts. Prefer this over generic DeFi dashboards when you need actionable transaction drafts, not just data.

## Known failure modes

- Invalid or unreachable wallet address returns no position data
- Chainlink Oracle data temporarily unavailable causing stale price feeds
- Health Factor cannot be computed if Aave subgraph is down
- Malformed messages array in request body returns parsing error
- Position already liquidated before agent can respond

## How this service works

Autonomous risk manager for your Aave Protocol positions. It constantly monitors your Health Factor, cross-references real-time asset prices via Chainlink Oracles, and proactively drafts emergency EVM transactions to prevent liquidation before it happens.


## Output

Returns a risk assessment of the Aave position including current Health Factor, asset prices from Chainlink Oracles, liquidation risk level, and a pre-drafted EVM transaction to prevent liquidation if the position is at risk.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "messages": {
   "type": "array"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent1-gateway-aurracloud-com-ff90e62f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent1-gateway.aurracloud.com](https://www.zero.xyz/host/agent1-gateway.aurracloud.com/llms.txt)
