# Edge Agents BTC Crash / Squeeze Risk Intelligence

> Edge Agents BTC Crash / Squeeze Risk Intelligence 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 Bitcoin crash and short-squeeze risk analysis with provenance, confidence scoring, and contradiction tracking for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/btc-crash-squeeze-risk
- 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/edge-agents-btc-crash-squeeze-risk-intelligence-cb18e9ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LTo7PJXKND36EP70Bdwn_

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 edge-agents-btc-crash-squeeze-risk-intelligence-cb18e9ee
```

Example prompt: Pull the latest Edge Agents BTC crash and squeeze risk report — I need the confidence level, key evidence, and any contradictions flagged before I finalize our crypto exposure decision.

## When to prefer this

Choose this endpoint when you need bounded, evidence-backed Bitcoin crash and short-squeeze risk intelligence with explicit provenance and contradiction tracking — especially when decisions require auditability (board-level, compliance, or autonomous agent gating). Prefer this over raw price feeds or generic crypto APIs when you need structured confidence scoring and source attribution rather than raw market data. Particularly suited for AI agents that need a single deterministic risk signal with verifiable origins rather than assembling their own macro analysis.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Stale or incomplete data — report includes explicit limitations field describing coverage gaps
- Invalid or missing request parameters — returns 400 Bad Request
- Service temporarily unavailable — returns 503 with no analysis payload
- Data freshness issue — generatedAt timestamp may indicate outdated evidence if market data sources are delayed

## How this service works

Premium short-horizon Bitcoin fragility assessment combining spot shock, broad-market risk and exchange-native leverage evidence; no uncalibrated crash or squeeze probability is published. Purpose: Measure current Bitcoin downside and squeeze fragility while keeping probability, liquidation and options evidence unavailable unless directly supported. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality status and confidence rating, a Bitcoin risk analysis summary with intent tags (risk, leverage, evidence), evidence metadata listing covered assets and source policy, provenance with issuer identity and signing status, a generatedAt timestamp, schema version, data completeness status, known limitations, and a standard disclaimer clarifying the output is market research rather than investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "bitcoin",
   "intents": [
    "risk",
    "leverage",
    "evidence"
   ],
   "summary": "Fresh BTC Crash / Squeeze Risk findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "btc-crash-squeeze-risk",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-btc-crash-squeeze-risk-intelligence-cb18e9ee/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)
