# Base Yield Pool Allocation Risk Feed

> Base Yield Pool Allocation Risk Feed is a paid API for AI agents from xx402.icu, paid per call via x402, $0.01/call, status down (last checked 2026-09-16).

Returns ranked yield pool allocation risk queues for Base DeFi protocols, including risk scores, avoid lists, watchlists, and incident context for pools filtered by APY, TVL, and project.

## Facts

- Endpoint: GET https://xx402.icu/x402/api/base-yield-pool-allocation-risk-feed
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-yield-pool-allocation-risk-feed-02d75daf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TUUdvClJtT8ByBaN1X_t_

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 base-yield-pool-allocation-risk-feed-02d75daf
```

Example prompt: Pull the Base yield pool allocation risk feed for Aave-v3 and Morpho-blue pools, showing up to 20 results with a minimum APY of 3% and minimum TVL of $500,000, stablecoins only.

## When to prefer this

Use this endpoint when an AI agent or risk tool needs a structured, ranked view of yield pool allocation risk on the Base network, especially when filtering by project, APY threshold, TVL size, or stablecoin status. Prefer over generic DeFi data feeds when you need actionable risk queues (avoid, watchlist, incident context) rather than raw pool metrics.

## Known failure modes

- Invalid project name returns empty or filtered result set
- min_apy or min_tvl_usd out of allowed range returns 422 validation error
- limit outside 3–30 range returns validation error
- Payment not provided or insufficient USDC returns 402 Payment Required
- Upstream DefiLlama data unavailable may result in stale or partial source_status

## How this service works

Paid x402 buyer market scout, x402 paid resource preflight, x402 seller visibility audit, Base actionable risk feed, liquidity exit risk alerts, pool launch risk feed, stable asset risk feed, contract control event feed, protocol outflow risk feed, yield pool allocation risk feed, protocol fee quality feed, token watchlist decision packet, wallet watchlist decision packet, approval risk feed, ranked DeFi review queues with incident history, onchain risk decision packet, promoted token campaign decision packet, large transfer decision packet, token candidate screening decision radar, DEX pair anomaly decision radar, wallet safety decision packet, counterparty flow, allowance, approval exposure, DEX pair routing risk, token trade safety, token liquidity, token flow, holder concentration, contract controls, batch token screening decision packets, token diligence, and BTC15 prediction-market microstructure, execution-friction, calibration-slice, recent market tape, resolved feature sample, and threshold-pressure packets for agents and risk tools.

## Output

A JSON object with keys: summary (overall risk snapshot), allocation_risk_queue (pools ranked by risk severity), allocation_review_queue (pools needing review), avoid_queue (pools to avoid), watchlist (monitored pools), top_review_candidate_pools (highest-priority review targets), protocol_context (background on included protocols), incident_context (recent incidents affecting pools), source_status (data freshness), and sources (data provenance).

## Response schema (JSON Schema)

```json
{
 "keys": [
  "summary",
  "yield_allocation_decision",
  "priority_queue",
  "risk_breakdown",
  "allocation_risk_queue",
  "review_queue",
  "allocation_review_queue",
  "avoid_queue",
  "watchlist",
  "top_review_candidate_pools",
  "top_candidate_pools",
  "protocol_context",
  "incident_context",
  "bucket_counts",
  "source_status",
  "sources"
 ],
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-yield-pool-allocation-risk-feed-02d75daf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from xx402.icu](https://www.zero.xyz/host/xx402.icu/llms.txt)
