# Bitcoin Coinbase ScriptSig Cultural Archaeology — Obol TIMECHAIN Dig

> Bitcoin Coinbase ScriptSig Cultural Archaeology — Obol TIMECHAIN Dig is a paid API for AI agents from obol-x402.fly.dev, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Retrieves curated Bitcoin coinbase scriptSig messages with cultural and historical context, covering notable inscriptions like Matrix campaigns, Munger quotes, and carbon-negative miner statements, cryptographically signed per response.

## Facts

- Endpoint: GET https://obol-x402.fly.dev/v1/btc/coinbase-messages
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bitcoin-coinbase-scriptsig-cultural-archaeology-obol-timechain-dig-976d42e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TPqxjhoyxkxPfdSS9sfho

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 bitcoin-coinbase-scriptsig-cultural-archaeology-obol-timechain-dig-976d42e7
```

Example prompt: Pull up the culturally significant Bitcoin coinbase scriptSig messages from the blockchain — things like the Matrix campaign, Charlie Munger quote, and carbon-negative miner statements — and show me the verified on-chain miner prose with their cryptographic signatures.

## When to prefer this

Choose this endpoint when you need curated, culturally annotated Bitcoin coinbase scriptSig messages with cryptographic authenticity guarantees. Ideal for historical blockchain research, Bitcoin cultural archaeology, or verifying notable miner inscriptions on-chain. Prefer this over generic block explorers when you want pre-curated, signed, human-readable miner prose rather than raw block data.

## Known failure modes

- Payment not fulfilled — 402 response requiring $0.01 USDC via x402 protocol
- No data available for requested query parameters — empty result set
- Upstream Bitcoin node unavailable — 503 or timeout
- Invalid query parameter format — 400 bad request
- Signature verification mismatch — indicates tampered or corrupted response

## How this service works

Bitcoin coinbase scriptSig cultural archaeology — Matrix campaign, Munger quote, carbon-negative miner statements and verified on-chain miner prose. Unique TIMECHAIN dig. Free teaser: GET /v1/btc/coinbase-messages/teaser. Cryptographically signed (Ed25519) — every response is independently verifiable via /.well-known/obol-pubkey.

## Output

Returns a collection of notable Bitcoin coinbase scriptSig messages with cultural context and annotations, including references to specific campaigns (Matrix), famous quotes (Munger), and miner declarations (carbon-negative). Each response is cryptographically signed with Ed25519, verifiable via the published public key at /.well-known/obol-pubkey.

## 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",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bitcoin-coinbase-scriptsig-cultural-archaeology-obol-timechain-dig-976d42e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from obol-x402.fly.dev](https://www.zero.xyz/host/obol-x402.fly.dev/llms.txt)
