# httpay.xyz Sentry API Gateway — Aave V3 Liquidation Risk Monitor

> httpay.xyz Sentry API Gateway — Aave V3 Liquidation Risk Monitor is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Finds Aave V3 positions on Base near liquidation by health factor threshold, returning collateral/debt breakdown and estimated liquidation profit

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/sentry/%7B*path%7D/*
- Price: $0.001/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-5fc06896
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PkZMl_WdX_5vL1hiw-WoP

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-5fc06896 -d '<json body>'
```

Example prompt: Show me all Aave V3 positions on Base with a health factor below 1.1 that are close to liquidation — I want to see the collateral and debt breakdown and estimated profit for each one.

## When to prefer this

Use this endpoint when you need real-time identification of undercollateralized Aave V3 positions on Base for liquidation bot operations, risk monitoring dashboards, or DeFi analytics. Prefer this over generic on-chain queries when you want pre-computed health factors, collateral/debt breakdowns, and profit estimates in a single call.

## Known failure modes

- Invalid or unsupported protocol/chain combination returns error or empty result
- Threshold value out of expected range may return no positions or an error
- Demo mode may return synthetic data not reflecting real on-chain state
- Network latency or RPC issues on Base may cause timeouts
- Payment failure (x402) blocks access to endpoint

## How this service works

API Gateway: Sentry API

## Output

A list of Aave V3 positions on Base whose health factor falls below the specified threshold, each with collateral asset breakdown, debt asset breakdown, current health factor value, and an estimated liquidation profit figure.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-5fc06896/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)
