# Edge Agents Gold Managed Money Positioning

> Edge Agents Gold Managed Money Positioning 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, point-in-time analysis of managed money positioning in gold futures markets, with provenance, confidence ratings, and sourced findings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/gold-managed-money-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/edge-agents-gold-managed-money-positioning-aeb59f67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xy0OjquVd0CJL-KQMsOji

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-gold-managed-money-positioning-aeb59f67
```

Example prompt: Pull the latest managed money positioning report for gold from Edge Agents — I want to see whether large speculators are net long or short, the confidence rating, and any contradictions in the evidence.

## When to prefer this

Choose this endpoint when you need a sourced, signed, point-in-time intelligence report specifically on managed money (large speculator) positioning in gold futures — particularly when provenance, contradiction flagging, and confidence scoring matter for downstream decisions. Prefer this over generic financial data APIs when you need evidence-backed narrative analysis rather than raw CFTC numbers, and when your workflow requires a signed, auditable output for compliance or board-level reporting.

## Known failure modes

- Payment not received or x402 payment header malformed — endpoint returns 402 Payment Required
- Data temporarily unavailable or stale — dataStatus field reflects incomplete or degraded state
- Source freshness issues — limitations array will explicitly state coverage gaps
- Network timeout — retry with exponential backoff
- Invalid request parameters — generic 400-level error

## How this service works

Direct CFTC Commitments of Traders managed-money long, short, spread and net positioning for Gold, with open-interest share and exact contract provenance. Purpose: Measure the latest CFTC managed-money net positioning in Gold without inferring trader motive or predicting price direction. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: quality status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with asset family, positioning intents (leverage, evidence, open-interest), and a plain-language summary of findings; an evidence block listing covered assets, data policy (point-in-time), and actual live sources; provenance metadata including issuer URL and cryptographic signing status; a generatedAt timestamp; dataStatus; schema version; and a disclaimer clarifying the report is general 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": "metals",
   "intents": [
    "leverage",
    "evidence",
    "positioning",
    "open-interest"
   ],
   "summary": "Fresh Gold Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "GOLD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "gold-managed-money-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-gold-managed-money-positioning-aeb59f67/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)
