# BTC Structural Scarcity Intelligence – Edge Agents

> BTC Structural Scarcity Intelligence – Edge Agents is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns evidence-backed structural scarcity analysis for Bitcoin, covering supply dynamics, ETF flows, liquidity, and adoption signals with provenance and contradiction tracking.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/btc-structural-scarcity-intelligence
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/btc-structural-scarcity-intelligence-edge-agents-e937add5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nz-wg8-AjtJZv_bfi6tPN

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 btc-structural-scarcity-intelligence-edge-agents-e937add5
```

Example prompt: Pull me the latest structural scarcity intelligence report on Bitcoin from Edge Agents — I need the evidence summary, confidence level, and any contradictions flagged, so I can brief the board on BTC supply dynamics.

## When to prefer this

Choose this endpoint when you need a signed, provenance-tracked, evidence-bounded intelligence report on Bitcoin's structural scarcity specifically — not generic price data or sentiment. Best for business leaders, autonomous agents, and strategy teams that need defensible, sourced analysis with explicit contradiction tracking and limitations disclosure. Prefer over generic crypto data APIs when accountability and verifiability of the reasoning chain matter.

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402 with payment required response
- Upstream data source unavailable — report may note reduced coverage or freshness in limitations field
- Stale or incomplete evidence — report explicitly states coverage gaps rather than fabricating data
- Invalid request structure — returns error if required parameters are malformed

## How this service works

Premium evidence-gated Bitcoin scarcity framework combining eligible ETF absorption, market activity, macro liquidity and derivatives context while explicitly withholding exchange-supply, holder and miner factors that lack approved evidence. Purpose: Measure supported Bitcoin scarcity pressure without fabricating exchange balances, holder conviction, whale distribution or miner inventory data. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: quality status and confidence level, an analysis block with scarcity-related intents (liquidity, supply, ETF, adoption), an evidence summary with assets covered and policy, provenance with issuer identity and signing status, a generatedAt timestamp, schema version, limitations disclosure, and a disclaimer that this is general market research and not investment advice.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "description": "No parameters are required. The report is generated from fresh eligible evidence at purchase time.",
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "serviceId",
      "generatedAt",
      "dataStatus",
      "analysis"
     ],
     "properties": {
      "quality": {
       "type": "object",
       "description": "Evidence-quality assessment; not probability of profit."
      },
      "analysis": {
       "type": "object",
       "description": "Product-specific findings calculated from eligible evidence."
      },
      "evidence": {
       "type": "object",
       "description": "Observed evidence, providers, timestamps and source lineage supporting the analysis."
      },
      "reportId": {
       "type": "string",
       "description": "Product report identifier when the service exposes one."
      },
      "serviceId": {
       "type": "string",
       "const": "btc-structural-scarcity-intelligence"
      },
      "dataStatus": {
       "enum": [
        "complete",
        "partial",
        "unavailable"
       ],
       "type": "string",
       "description": "Completeness of eligible evidence used by the live report."
      },
      "deliveryId": {
       "type": "string",
       "description": "Unique delivery identifier returned after a successful paid request."
      },
      "disclaimer": {
       "type": "string"
      },
      "provenance": {
       "type": "object",
       "description": "Issuer and signature/verification status when available."
      },
      "generatedAt": {
       "type": "string",
       "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
       "description": "RFC3339 date-time timestamp."
      },
      "limitations": {
       "type": "array",
       "items": {
        "type"
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btc-structural-scarcity-intelligence-edge-agents-e937add5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
