# Edge Agents Lead-Lag Transmission Map

> Edge Agents Lead-Lag Transmission Map is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns an evidence-backed cross-market lead-lag transmission map identifying which assets and signals lead or lag others across macro and market conditions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/lead-lag-transmission-map
- Price: $0.25/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-lead-lag-transmission-map-d2bc9c70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RANwyGpHnSfO1O106Q__t

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-lead-lag-transmission-map-d2bc9c70
```

Example prompt: Pull the latest lead-lag transmission map from Edge Agents — I need to see which asset classes are leading and which are lagging right now, with the evidence and confidence rating included.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed cross-market lead-lag map with provenance signatures and explicit confidence ratings — particularly for macro regime analysis, policy transmission studies, or building decision intelligence pipelines where auditability and sourcing matter. Prefer this over generic financial data APIs when you need a synthesized, analyst-grade transmission map rather than raw price data.

## Known failure modes

- No input parameters provided may return empty or default analysis
- Data may be incomplete if live source feeds are unavailable, stated in the report limitations field
- Payment not fulfilled returns HTTP 402 and no report content
- Report freshness depends on upstream data pipeline; stale data flagged in limitations array
- Signed provenance may fail verification if issuer endpoint is unreachable

## 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 signed JSON report containing: quality status and confidence level, cross-market family classification, identified intents (e.g. evidence, forecast), a narrative summary of lead-lag findings, evidence assets and policy stance, data completeness status, stated coverage limitations, generation timestamp, schema version, and a provenance signature from edge-agents.ai. The report explicitly disclaims 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": "cross-market",
   "intents": [
    "evidence",
    "forecast"
   ],
   "summary": "Fresh Lead-Lag Transmission Map findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "lead-lag-transmission-map",
  "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-lead-lag-transmission-map-d2bc9c70/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)
