# ADH Processed US Treasury Yield Curve Signal

> ADH Processed US Treasury Yield Curve Signal 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 a processed US Treasury yield curve snapshot including 10Y yield, 2s10s spread, fed funds rate, and a natural-language macro interpretation

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/processed-us-yield
- 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-us-treasury-yield-curve-signal-f44c7eff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wOZqbrAhE77d_nuHW4KCa

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-us-treasury-yield-curve-signal-f44c7eff
```

Example prompt: What is the current US Treasury yield curve doing — give me the 10-year yield, the 2s10s spread, and whether we're in an inverted or normal curve regime right now?

## When to prefer this

Choose this endpoint when you need a pre-interpreted, agent-ready US yield curve signal rather than raw bond data — it combines yield levels, spread math, fed funds context, and a plain-language macro conclusion in one call, saving the agent from multi-source aggregation and interpretation steps. Prefer it over raw data APIs when your agent needs to reason about macro regime (soft landing vs recession risk) without additional processing.

## Known failure modes

- Stale data if upstream sources are delayed — check collected_at timestamp
- Payment failure via x402 if USDC balance is insufficient or facilitator is unavailable
- Empty or partial response if data pipeline has not refreshed since last collection window
- Rate limiting or access denial if x402 payment header is malformed

## How this service works

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

## Output

A JSON object containing: current US 10-year Treasury yield (%), 2s10s spread (basis points), fed funds rate (%), a labeled curve state (e.g. 'normal/steepening' or 'inverted'), a natural-language interpretation of what the curve implies for growth and risk assets, a timestamp, and a short historical series of recent yield snapshots for trend context.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "datum-processed",
  "history": [
   {
    "v": 4.67,
    "ts": 1785457702
   },
   {
    "v": 4.67,
    "ts": 1785457702
   }
  ],
  "product": "美债收益率曲线与2s10s利差",
  "snapshot": {
   "us_10y_pct": 4.69,
   "curve_state": "曲线正常/陡峭（软着陆预期）",
   "us_2s10s_bp": 0.46,
   "fed_funds_pct": 3.63
  },
  "data_type": "加工信号产品",
  "collected_at": "2026-08-14T00:23:01Z",
  "interpretation": "美债10年期 4.69%，2s10s利差 +0.46bp，联邦基金利率 3.63%。曲线正常/陡峭（软着陆预期）。倒挂解除通常利好风险资产，倒挂加深需警惕衰退。"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-processed-us-treasury-yield-curve-signal-f44c7eff/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)
