# Edge Agents – Fed Funds Leveraged Fund Positioning Intelligence

> Edge Agents – Fed Funds Leveraged Fund Positioning 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, provenance-signed intelligence on Federal Funds futures leveraged fund positioning, including open interest, leverage sentiment, and policy alignment.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/fed-funds-leveraged-fund-positioning
- 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/edge-agents-fed-funds-leveraged-fund-positioning-intelligence-66d74ecf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VXz7MFsnArBbi92fwNCY-

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-fed-funds-leveraged-fund-positioning-intelligence-66d74ecf
```

Example prompt: Pull the latest Edge Agents report on leveraged fund positioning in Federal Funds futures — I want to see the confidence rating, open interest signals, and any contradictions flagged in the evidence.

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-bounded intelligence specifically on Federal Funds futures leveraged fund (speculative) positioning — especially when contradictions, confidence levels, and data source transparency matter. Prefer over generic market data APIs when working in an agentic decision pipeline that requires verifiable, cited macro intelligence rather than raw price feeds or unattributed summaries.

## Known failure modes

- Data unavailable or incomplete for the current reporting period — report will state coverage gaps explicitly
- Low-confidence signal — quality.status may return 'weak' with caveats
- Payment not processed — endpoint returns HTTP 402 requiring USDC micropayment
- Stale or pending data refresh — generatedAt timestamp will reflect last available data
- Schema mismatch if client expects v1 format but receives schemaVersion 2.0

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for Federal Funds, including open-interest share. Purpose: Measure current leveraged-fund net positioning in Federal Funds using the CFTC TFF classification without inferring trader motive or predicting returns. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: quality status and confidence level, an analysis summary covering leverage intent, open interest, and policy alignment, evidence assets (FED-FUNDS), provenance metadata with issuer signature, generatedAt timestamp, data completeness status, and any stated limitations or coverage gaps. The report is point-in-time and explicitly disclaimed as 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": "rates",
   "intents": [
    "leverage",
    "evidence",
    "rates",
    "policy",
    "positioning",
    "open-interest",
    "leveraged-funds"
   ],
   "summary": "Fresh Federal Funds Leveraged Fund Positioning 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-leveraged-fund-positioning",
  "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-fed-funds-leveraged-fund-positioning-intelligence-66d74ecf/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)
