# Edge Agents – Copper Managed Money Positioning Intelligence

> Edge Agents – Copper Managed Money 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, provenance-signed analysis of Copper futures managed money positioning data for decision-making by business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/copper-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-copper-managed-money-positioning-intelligence-ca7cc8a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B5e9dT7bnM8y-5iMxGp7G

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-copper-managed-money-positioning-intelligence-ca7cc8a5
```

Example prompt: Can you pull the latest copper managed money positioning report from Edge Agents — I need the confidence level, open interest direction, and whether there are any contradictions in the evidence?

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed, provenance-signed copper managed money positioning intelligence — especially for high-stakes decisions by CFOs, strategy teams, or autonomous agents that require auditable sourcing. Prefer it over generic financial data APIs when you need contradiction flagging, confidence scoring, and verified provenance rather than raw price feeds. It is most valuable when the consumer needs to justify decisions to boards or compliance functions.

## Known failure modes

- Payment not received or x402 protocol failure — endpoint returns 402 Payment Required
- Upstream data source unavailable — report may indicate incomplete or stale data with explicit limitation statements
- Malformed request parameters — API returns error due to invalid input schema
- Data freshness lag — managed money positioning data may reflect the most recent reporting period rather than real-time
- Network timeout — agent should retry with exponential backoff

## How this service works

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

## Output

A signed JSON report containing: a quality status and confidence rating, an analysis summary covering copper managed money positioning including leverage, open interest and positioning intents, evidence metadata listing source assets and point-in-time policy, a generatedAt timestamp, service provenance with issuer URL and signed flag, a disclaimer clarifying this is general market research, schema version, and stated data limitations and coverage gaps.

## 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 Copper Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "COPPER"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "copper-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-copper-managed-money-positioning-intelligence-ca7cc8a5/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)
