# Edge Agents Precious Metals Positioning Intelligence

> Edge Agents Precious Metals Positioning Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns evidence-backed macro, market, and risk analysis for precious metals positioning, including leverage, rotation signals, open interest, and sourced provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/precious-metals-positioning-intelligence
- Price: $0.1/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-precious-metals-positioning-intelligence-1d499ca2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_asEIa5bs1oB4sENAu7Aqm

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-precious-metals-positioning-intelligence-1d499ca2
```

Example prompt: Pull the latest Edge Agents precious metals positioning intelligence report — I need the macro and open-interest signals for gold and silver, with evidence provenance and any noted contradictions, to inform our portfolio rotation decision.

## When to prefer this

Choose this endpoint when you need evidence-grounded, provenance-signed precious metals positioning intelligence with explicit confidence levels and contradiction flags — particularly suited for autonomous agents or decision-makers who require auditable, bounded outputs rather than raw price feeds or unattributed market commentary. Prefer over generic financial data APIs when you need structured decision intelligence with sourcing policy and limitations explicitly stated.

## Known failure modes

- Payment not received or x402 protocol failure results in 402 response with no report
- Service temporarily unavailable returns error with no data
- Stale or incomplete evidence may be flagged within the report limitations field rather than as an API error
- Input schema malformation may result in 400 bad request
- Report marked dataStatus incomplete if live sources are partially 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 including: positioning quality status and confidence level, analysis family and intents (leverage, rotation, evidence, open-interest, commodities), an evidence block with assets and sourcing policy, a signed provenance record from edge-agents.ai, data completeness status, generation timestamp, schema version, and a disclaimer noting this is general market research rather than investment advice. Known limitations and coverage gaps are stated within the report.

## 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",
    "rotation",
    "evidence",
    "positioning",
    "open-interest",
    "commodities"
   ],
   "summary": "Fresh Precious Metals Positioning Intelligence findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "precious-metals-positioning-intelligence",
  "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-precious-metals-positioning-intelligence-1d499ca2/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)
