# BTC CFTC Asset Manager Positioning Intelligence

> BTC CFTC 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-14).

Returns evidence-backed analysis of CME Bitcoin asset manager positioning data from CFTC reports, including leverage, open interest, and institutional sentiment signals.

## Facts

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

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 btc-cftc-asset-manager-positioning-intelligence-b4986225
```

Example prompt: Pull the latest CFTC asset manager positioning report for Bitcoin from Edge Agents — I want to know whether institutional managers are net long or short on CME BTC futures, including any leverage and open interest signals, with provenance.

## When to prefer this

Choose this endpoint when you need authoritative, provenance-signed analysis of Bitcoin asset manager positioning specifically from CFTC Commitments of Traders (COT) reports on CME futures. It is ideal for institutional decision-makers, autonomous agents running macro research workflows, or strategy teams that need bounded, evidence-cited intelligence with explicit contradictions and limitations rather than raw data or unverified summaries. Prefer this over generic crypto sentiment APIs when regulatory-grade sourcing and provenance matter.

## Known failure modes

- Payment not completed — endpoint requires $0.01 USDC via x402 protocol; unpaid calls are rejected
- CFTC data not yet published for current reporting period — dataStatus may indicate incomplete
- Stale data if CFTC releases are delayed or revised
- Low confidence score returned if contradictory signals are present in the underlying evidence
- Network timeout if upstream CFTC data source is temporarily unavailable

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

A structured JSON report containing: a quality assessment (status and confidence level), an analysis summary covering institutional intents such as leverage and open interest, evidence metadata including assets covered and data policy, a disclaimer, signed provenance from the issuer, a generatedAt timestamp, known limitations, and schema version. The report is point-in-time and sourced from actual live CFTC/CME data rather than inferred examples.

## 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": "bitcoin",
   "intents": [
    "leverage",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager"
   ],
   "summary": "Fresh CME Bitcoin Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "btc-cftc-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/btc-cftc-asset-manager-positioning-intelligence-b4986225/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)
