# ADH Processed Net Liquidity — Federal Reserve Net Liquidity Intelligence

> ADH Processed Net Liquidity — Federal Reserve Net Liquidity Intelligence is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the current Federal Reserve net liquidity figure (balance sheet minus reverse repo minus TGA) with historical snapshots, sourced from FRED and FiscalData, with an interpretive conclusion for AI context.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/processed-net-liquidity
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-processed-net-liquidity-federal-reserve-net-liquidity-intelligence-4ffa9ff3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qaR10fJ3Siou3Ljx4Uh8P

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 adh-processed-net-liquidity-federal-reserve-net-liquidity-intelligence-4ffa9ff3
```

Example prompt: What is the current Federal Reserve net liquidity level — give me the balance sheet, reverse repo, and TGA breakdown along with whether conditions are risk-on or risk-off right now?

## When to prefer this

Choose this endpoint when you need a pre-computed, interpreted Federal Reserve net liquidity figure with entity resolution, provenance labeling, and a machine-readable conclusion — rather than raw FRED series that require your own arithmetic across balance sheet, reverse repo, and TGA. Ideal for macro regime classification, risk-asset signal generation, and crypto due diligence workflows where you want a single enriched liquidity reading injected into AI context at $0.05 per call rather than building your own multi-source aggregation pipeline.

## Known failure modes

- TGA source unavailable: response still returned but marked as approximate (tga_source: approx_w/o_TGA) with a bias warning of ~0.4 trillion
- FRED or FiscalData upstream delay: collected_at timestamp may lag real-time by hours
- Payment failure via x402: 402 response if USDC payment is not properly attached
- Stale data: history array may show no recent entries if upstream feeds are down
- Rate limiting or facilitator rejection: standard x402 payment infrastructure errors

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A JSON object containing: the net liquidity in trillions USD (computed as Fed balance sheet minus reverse repo minus TGA), individual component values (balance_sheet_trillion, reverse_repo_trillion, tga_trillion), a short history array of timestamped net liquidity readings, data provenance (FRED + FiscalData), collection timestamp, a human-readable interpretation sentence explaining what the level means for risk assets, and any data quality caveats (e.g. TGA source unavailability and resulting approximation bias).

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ]
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "required": []
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "FRED+fiscaldata",
  "history": [
   {
    "v": 6.429,
    "ts": 1786295103
   }
  ],
  "product": "美联储净流动性",
  "snapshot": {
   "tga_source": "approx_w/o_TGA",
   "tga_trillion": null,
   "reverse_repo_trillion": 0.319,
   "balance_sheet_trillion": 6.749,
   "net_liquidity_trillion": 6.429
  },
  "data_type": "liquidity",
  "collected_at": "2026-08-09T17:05:03Z",
  "interpretation": "美联储净流动性 = 6.43 万亿（资产负债表 6.75 − 逆回购 0.32 − TGA 0.00）。净流动性扩张=风险资产利好，收缩=流动性压力。（TGA源不可达，按未减TGA近似，偏低约0.4万亿）"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-processed-net-liquidity-federal-reserve-net-liquidity-intelligence-4ffa9ff3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
