# Fed Funds Institutional vs Leverage Divergence Intelligence

> Fed Funds Institutional vs Leverage Divergence 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-15).

Returns evidence-backed analysis of divergence between institutional and leveraged-fund positioning in Federal Funds futures, with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/fed-funds-institutional-leverage-divergence
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fed-funds-institutional-vs-leverage-divergence-intelligence-3ccd9877
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_be2pvNUQsaWdeHabua8Pf

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 fed-funds-institutional-vs-leverage-divergence-intelligence-3ccd9877
```

Example prompt: Pull me the latest Edge Agents analysis on divergence between institutional and leveraged-fund positioning in Federal Funds futures — I want to see the confidence level, any detected anomalies, and where the evidence comes from.

## When to prefer this

Choose this endpoint when you need verifiable, evidence-grounded divergence analysis specifically between institutional (asset manager) and leveraged-fund positioning in Federal Funds futures — particularly when provenance, contradiction detection, and confidence scoring are required for downstream decision-making or audit trails. Prefer it over generic macro data feeds when you need a bounded, cited analytical output rather than raw positioning data.

## Known failure modes

- Payment not processed or insufficient USDC — endpoint returns 402 Payment Required
- Data freshness issue — report may reflect point-in-time data with stated coverage limitations
- Evidence unavailable — limitations field in response will explicitly list any missing or stale source data
- Invalid request structure — malformed query may return an error with no analysis payload
- Network timeout — fast endpoints may still fail under load or connectivity issues

## 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.

## Output

A JSON object containing: a quality block with status and confidence level, an analysis block with asset family, intents, and a narrative summary of current divergence findings, an evidence block citing assets covered and data policy, provenance metadata including issuer and signature status, generation timestamp, schema version, and a disclaimer noting this is market research and 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": "rates",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "rates",
    "policy",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager"
   ],
   "summary": "Fresh Federal Funds Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "FED-FUNDS"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "fed-funds-institutional-leverage-divergence",
  "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/fed-funds-institutional-vs-leverage-divergence-intelligence-3ccd9877/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)
