# Silver Managed Money Positioning Intelligence

> Silver 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 current managed money positioning in silver futures markets, including leverage, open interest, and sentiment signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/silver-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/silver-managed-money-positioning-intelligence-c937eba5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HxRuLHIK-VaYWkayIw8D-

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 silver-managed-money-positioning-intelligence-c937eba5
```

Example prompt: Can you pull the latest managed money positioning report for silver — I want to see whether large speculators are net long or short, how leveraged they are, and what the open interest trend looks like, with sources I can verify?

## When to prefer this

Choose this endpoint when you need point-in-time, provenance-signed intelligence on silver futures managed money positioning — specifically when traceability of sources, explicit contradiction flagging, and confidence scoring matter more than raw data feeds. Prefer it over generic data APIs when the consumer is a decision-maker (CEO, CFO, board, strategy team, or autonomous agent) who needs bounded, evidence-backed conclusions rather than raw numbers.

## Known failure modes

- Payment not received or USDC balance insufficient — 402 Payment Required returned
- Data source temporarily unavailable — report may indicate incomplete coverage in limitations field
- Stale or delayed CFTC commitment-of-traders data — freshness caveats stated in report
- Malformed request parameters — 400 Bad Request
- Service downtime — 503 or timeout with no report returned

## How this service works

Direct CFTC Commitments of Traders managed-money long, short, spread and net positioning for Silver, with open-interest share and exact contract provenance. Purpose: Measure the latest CFTC managed-money net positioning in Silver 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: positioning quality status and confidence rating, a family-tagged analysis summary with intent labels (leverage, evidence, positioning, open-interest), evidence metadata listing covered assets (SILVER) and source freshness policy, provenance with issuer URL and signature flag, generation timestamp, schema version, data status, stated limitations, and a general market research disclaimer.

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