# ADH Processed Diff Ribbon — Bitcoin Hashrate Ribbon Signal

> ADH Processed Diff Ribbon — Bitcoin Hashrate Ribbon Signal 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 a pre-computed Bitcoin Hashrate Ribbon (Difficulty Ribbon proxy) with EMA compression signal, miner capitulation status, and sourced hashrate history.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/processed-diff-ribbon
- 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-diff-ribbon-bitcoin-hashrate-ribbon-signal-965880d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-rbKZ4_J1WZ0l1mEvHJlX

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-diff-ribbon-bitcoin-hashrate-ribbon-signal-965880d2
```

Example prompt: Pull the latest Bitcoin hashrate ribbon signal from ADH — I want to know the current EMA9 vs EMA200 compression ratio and whether we're in a miner capitulation zone right now.

## When to prefer this

Choose this endpoint when you need a pre-computed, sourced, and interpreted Bitcoin miner capitulation signal without building your own EMA pipeline. It is ideal for agents that need a single structured call returning both raw hashrate history and derived ribbon compression signals with human-readable interpretation. Prefer over raw blockchain APIs when you want entity-resolved, time-synchronized intelligence rather than raw data.

## Known failure modes

- Upstream mempool.space data unavailability causing stale or missing hashrate data
- Payment failure via x402 resulting in 402 response with no data
- Stale data if the pipeline hasn't refreshed within the expected 1-day delay window
- Schema mismatch if the processed diff ribbon product changes its output format
- Missing history points if the free-tier data source provides fewer than expected daily entries

## How this service works

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

## Output

Returns a JSON object with: current BTC hashrate (EH/s), EMA9 and EMA200 values, ribbon compression ratio (e.g. -4.6% = miner capitulation zone), a human-readable signal label (e.g. '矿工投降区'), interpretive text in Chinese, sourced hashrate history array with dates, data collection timestamp, delay days, and product metadata.

## 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": "自算(mempool.space算力)",
  "history": [
   {
    "date": "2026-07-27",
    "hashrate_eh": 919.6
   },
   {
    "date": "2026-07-27",
    "hashrate_eh": 919.6
   }
  ],
  "product": "processed-diff-ribbon",
  "snapshot": {
   "note": "等价难度带: 严格Difficulty Ribbon需难度历史序列(免费源当前仅阶梯26点), 用算力日频365点算Hashrate Ribbon(同义矿工投降信号)",
   "signal": "矿工投降区（算力带压缩，短期EMA贴近/低于长期，矿工关机压力）",
   "ema9_eh": 910.98,
   "data_date": "2026-08-09",
   "ema200_eh": 955.07,
   "delay_days": 1,
   "compression": -0.0462,
   "current_hashrate_eh": 905.12
  },
  "data_type": "onchain",
  "collected_at": "2026-08-09T17:35:01Z",
  "interpretation": "BTC 算力带(Hashrate Ribbon)压缩度=-4.6%（当前算力905.1 EH/s）。矿工投降区（算力带压缩，短期EMA贴近/低于长期，矿工关机压力）。难度跟随算力调整，算力带与难度带是同类矿工投降信号——带压缩意味着矿工关机"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-processed-diff-ribbon-bitcoin-hashrate-ribbon-signal-965880d2/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)
