# Fed Funds Asset Manager Positioning Intelligence

> Fed Funds Asset Manager 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 analysis of asset manager positioning in Federal Funds futures and related rates markets, with provenance and confidence signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/fed-funds-asset-manager-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/fed-funds-asset-manager-positioning-intelligence-da5d8b9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aMrI4LUFcckFdfXV_v6vR

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-asset-manager-positioning-intelligence-da5d8b9d
```

Example prompt: What is the current asset manager positioning in Federal Funds futures — show me the evidence, confidence level, and any contradictions or limitations in the data?

## When to prefer this

Choose this endpoint when you need institutional-grade, evidence-backed analysis of how asset managers are positioned in Federal Funds futures specifically — with explicit provenance, confidence scoring, and contradiction disclosure. Prefer this over generic macro data feeds when you need signed, auditable research output suitable for board-level or autonomous agent decision-making, and when transparency about data limitations is a requirement rather than an afterthought.

## Known failure modes

- Payment not received or insufficient USDC — HTTP 402 returned before data is served
- Data temporarily unavailable for the reporting period — dataStatus field may indicate incomplete
- Stale or lagged source data — limitations array will describe freshness constraints
- Malformed request parameters — generic error response
- Network timeout on upstream data aggregation

## How this service works

Direct CFTC Traders in Financial Futures asset-manager/institutional long, short, spread and net positioning for Federal Funds, including open-interest share. Purpose: Measure current CFTC asset-manager net positioning in Federal Funds as an institutional positioning sensor without converting it into a directional recommendation. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality status and confidence rating, an analysis block with market family, positioning intents (e.g. leverage, institutional, policy), and a narrative summary of Fed Funds asset manager positioning; an evidence block citing relevant assets and policy context; provenance metadata including issuer URL and signed status; a generatedAt timestamp; data completeness status; schema version; and a disclaimer clarifying this is general market research, not investment advice. Coverage gaps and source freshness limitations are disclosed inline.

## 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",
    "institutional",
    "rates",
    "policy",
    "positioning",
    "open-interest",
    "asset-manager"
   ],
   "summary": "Fresh Federal Funds Asset Manager 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-asset-manager-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/fed-funds-asset-manager-positioning-intelligence-da5d8b9d/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)
