# Edge Agents Crypto Dollar Liquidity Regime Intelligence

> Edge Agents Crypto Dollar Liquidity Regime 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-15).

Returns a bounded, evidence-backed analysis of the current crypto dollar (stablecoin) liquidity regime, including supply dynamics, rotation signals, and cycle status with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/crypto-dollar-liquidity-regime
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-crypto-dollar-liquidity-regime-intelligence-fcb787bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zwb3aEJUd5wfezakR3TGp

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-crypto-dollar-liquidity-regime-intelligence-fcb787bb
```

Example prompt: What is the current crypto dollar liquidity regime? I need an evidence-backed read on whether stablecoin supply and rotation signals are bullish or bearish right now, with confidence level and provenance.

## When to prefer this

Choose this endpoint when an agent or business leader needs a structured, evidence-bounded, signed assessment of the current stablecoin liquidity regime — especially when provenance, contradiction flagging, and confidence scoring matter. Prefer it over general crypto news APIs or raw on-chain data feeds when the use case requires a ready-to-act decision output with accountability (signed provenance) rather than raw data that still needs interpretation.

## Known failure modes

- Payment not included or invalid — 402 response requiring USDC payment via x402 protocol
- Service temporarily unavailable — upstream data sources offline
- Stale or incomplete evidence — report may note coverage gaps or unavailable sources in limitations field
- Invalid request format — malformed query parameters
- Rate limiting — too many requests in a short window

## How this service works

Premium regime classification from eligible observed stablecoin net-supply changes, breadth and concentration with explicit cross-chain and peg-evidence gaps. Purpose: Classify whether the observed crypto-dollar supply backdrop is expanding, contracting or mixed without assuming supply equals capital deployed into crypto markets. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality assessment (status and confidence), an analysis block with stablecoin family classification, intent signals (liquidity, rotation, supply, evidence, cycle), and a narrative summary; an evidence block with asset list, policy type, and sources; provenance with issuer URL and signed flag; a generatedAt timestamp; schema version; and a disclaimer that the output is general market research, not 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": "stablecoins",
   "intents": [
    "liquidity",
    "rotation",
    "supply",
    "evidence",
    "cycle"
   ],
   "summary": "Fresh Crypto Dollar Liquidity Regime findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "crypto-dollar-liquidity-regime",
  "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-crypto-dollar-liquidity-regime-intelligence-fcb787bb/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)
