# Edge Agents Macro Liquidity Regime Intelligence

> Edge Agents Macro 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 evidence-backed analysis of the current macro liquidity regime, including cycle phase, policy stance, and confidence-scored findings with provenance.

## Facts

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

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-macro-liquidity-regime-intelligence-d4c34cbe
```

Example prompt: What is the current macro liquidity regime? I need an evidence-backed, confidence-scored assessment with provenance — specifically the cycle phase, policy stance, and any contradictions in the evidence.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, evidence-bounded assessment of the current macro liquidity regime — specifically when you require cited contradictions, confidence scoring, and a disclaimer-compliant output suitable for board or institutional use. Prefer this over generic LLM-generated macro commentary when auditability and provenance matter, or when an autonomous agent needs a deterministic, machine-readable regime signal to feed into downstream decision logic.

## Known failure modes

- Payment not received or invalid — 402 response blocking access
- Stale or incomplete data — report will explicitly state coverage gaps and source freshness issues in the limitations field
- Service unavailable — upstream macro data sources may be temporarily inaccessible
- Low confidence output — confidence field may return 'low' if evidence is contradictory or sparse, which is surfaced rather than hidden

## How this service works

Point-in-time macro liquidity regime across money supply, central-bank balance sheets, dollar liquidity, credit conditions and crypto-native flows, with source freshness, lens disagreement and explicit unavailable states. Purpose: Classify liquidity conditions without hiding disagreement, stale inputs or incomplete global coverage. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality block with regime status and confidence level; an analysis block with macro family classification, key intents (liquidity, supply, evidence, cycle, policy), and a narrative summary; an evidence block with asset coverage, policy point-in-time note, and sources; provenance metadata including issuer URL and signed flag; a generatedAt timestamp; known limitations; a disclaimer noting this is general market research and not investment advice; and a schemaVersion.

## 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": "macro",
   "intents": [
    "liquidity",
    "supply",
    "evidence",
    "cycle",
    "policy"
   ],
   "summary": "Fresh Macro Liquidity Regime findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-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-macro-liquidity-regime-intelligence-d4c34cbe/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)
