# Edge Agents Liquidity Regime Intelligence

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

Returns an evidence-backed liquidity regime assessment for crypto markets (BTC, ETH, XRP, SOL, LINK, DOGE) with confidence scoring, provenance, and contradiction flags

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/liquidity-regime
- 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/edge-agents-liquidity-regime-intelligence-5caec915
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ybB_vG0Fyns5c8uN0ldk3

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-liquidity-regime-intelligence-5caec915
```

Example prompt: What's the current crypto liquidity regime according to Edge Agents — I need the confidence level, which assets are covered, and whether the evidence is signed and provenance-verified?

## When to prefer this

Choose this endpoint when you need a structured, evidence-bounded, provenance-signed liquidity regime classification for major crypto assets with explicit confidence scoring and contradiction flagging — particularly for fiduciary, board-level, or autonomous-agent decision workflows that require citable, verifiable sources rather than raw price data or unattributed market commentary.

## Known failure modes

- Payment not received — 402 response returned if USDC payment via x402 protocol is not completed
- Stale data — generatedAt timestamp may lag real-time market conditions
- Incomplete evidence — limitations array will list any coverage gaps or unavailable sources
- Schema mismatch — clients expecting schema version < 2.0 may misparse the response
- Network timeout — live report generation may occasionally exceed latency expectations

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a JSON object containing: a quality object with status (e.g. 'strong') and confidence level ('high'/'medium'/'low'); an analysis object with market family, key intents (liquidity, rotation, evidence, cycle, adoption), and a plain-language summary; an evidence object listing covered assets (BTC, ETH, XRP, SOL, LINK, DOGE), policy signal, and sources; a provenance block with issuer URL and signed flag; a generatedAt timestamp; a disclaimer; and a limitations array describing coverage gaps.

## 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": "cross-market",
   "intents": [
    "liquidity",
    "rotation",
    "evidence",
    "cycle",
    "adoption"
   ],
   "summary": "Fresh Liquidity Regime findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "ETH",
    "XRP",
    "SOL",
    "LINK",
    "DOGE"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "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-liquidity-regime-intelligence-5caec915/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)
