# Lending Liquidation Sentinel – Aave V3 Base

> Lending Liquidation Sentinel – Aave V3 Base is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Finds Aave V3 lending positions on Base that are close to liquidation, returning health factors, collateral/debt breakdowns, and estimated liquidation profits.

## Facts

- Endpoint: POST https://httpay.xyz/api/lending-liquidation-sentinel
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-17f79205
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FSADeYpcamULSU8P9MEOq

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 httpay-xyz-17f79205 -d '<json body>'
```

Example prompt: Can you scan Aave V3 on Base for positions with a health factor below 1.1 and show me which ones are closest to liquidation along with the estimated profit I'd earn from liquidating each one?

## When to prefer this

Use this endpoint when you need to identify at-risk Aave V3 lending positions specifically on the Base network and want collateral/debt detail plus liquidation profit estimates in one call. Prefer it over generic DeFi dashboards when you need liquidation-specific analytics with configurable health factor thresholds.

## Known failure modes

- No positions found below threshold — returns empty list
- Invalid protocol or chain parameter — returns error
- Demo mode returns synthetic/mock data rather than live on-chain data
- RPC or indexer unavailable — may return stale or partial data
- Payment not processed — 402 response if x402 payment header missing

## How this service works

Lending Liquidation Sentinel — finds Aave V3 positions on Base close to liquidation. Returns positions with health factor below threshold, with collateral/debt breakdown and estimated liquidation profit. Supports ?protocol=aave&chain=base&threshold=1.1&demo=true.

## Output

A list of Aave V3 positions on Base with health factor below the specified threshold, including each position's collateral and debt token breakdown, current health factor, and estimated profit if liquidated.

## Example request

```json
{
 "chain": "base",
 "limit": 10,
 "sortBy": "liquidationProfit",
 "protocol": "aave-v3",
 "healthFactorThreshold": 1.1
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Lending Liquidation Sentinel — finds Aave V3 positions on Base close to liquidation. Returns positions with health factor below threshold, with collateral/debt breakdown and estimated liquidation profit. Supports ?protocol=aave&chain=base&threshold=1.1&demo=true."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-17f79205/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
