# ADH Processed NUPL — Bitcoin On-Chain Valuation Intelligence

> ADH Processed NUPL — Bitcoin On-Chain Valuation Intelligence is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the latest Bitcoin NUPL (Net Unrealized Profit/Loss) value with regime classification, historical snapshots, and market interpretation from BGeometrics, via a processed and enriched intelligence layer.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/processed-nupl
- 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/adh-processed-nupl-bitcoin-on-chain-valuation-intelligence-a198c9b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gk9vsOJkp18KqRJNXxQNH

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-nupl-bitcoin-on-chain-valuation-intelligence-a198c9b8
```

Example prompt: What's the current Bitcoin NUPL value and what market regime does it signal — is BTC closer to a cycle bottom or a bubble top right now?

## When to prefer this

Choose this endpoint when you need a processed, interpreted Bitcoin NUPL signal with regime classification already applied, rather than raw on-chain data you'd have to clean and label yourself. It aggregates BGeometrics official NUPL values (not self-calculated MVRV approximations), adds historical context, and provides a natural-language market interpretation — ideal for agents needing ready-to-use crypto valuation intelligence with minimal post-processing. Prefer it over raw data feeds when your agent needs to make or explain a market regime decision quickly.

## Known failure modes

- Upstream BGeometrics data unavailable — stale or missing snapshot
- Payment not settled via x402 — 402 response requiring USDC micropayment
- Data delay of T-1 means value is always one day behind real-time
- Regime classification relies on fixed NUPL thresholds which may not capture all nuance
- Network timeout or server error returning 5xx

## How this service works

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

## Output

Returns a JSON object containing the latest NUPL value (e.g. 0.195), its data date, delay in days, a regime label (e.g. '乐观-焦虑过渡' / optimism-anxiety transition), a human-readable market interpretation, historical NUPL data points, the data source (BGeometrics), and the collection timestamp.

## 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": "BGeometrics /v1/nupl (T-1)",
  "history": [
   {
    "date": "2026-07-26",
    "nupl": 0.1977
   },
   {
    "date": "2026-07-26",
    "nupl": 0.1977
   }
  ],
  "product": "processed-nupl",
  "snapshot": {
   "note": "BGeometrics 直接提供真实 NUPL（旧版由 MVRV 自算，现替换为官方值）",
   "nupl": 0.1946,
   "regime": "乐观-焦虑过渡",
   "data_date": "2026-08-08",
   "delay_days": 1
  },
  "data_type": "valuation",
  "collected_at": "2026-08-09T14:20:01Z",
  "interpretation": "BTC NUPL（未实现净利润/市值）= 0.195，处于乐观-焦虑过渡。NUPL<0 为周期底部投降区，>0.75 为泡沫顶部。当前 2026-08-08，市场情绪偏谨慎。"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-processed-nupl-bitcoin-on-chain-valuation-intelligence-a198c9b8/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)
