# Edge Agents Commodity Positioning Regime Intelligence

> Edge Agents Commodity Positioning Regime 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 commodity market positioning and regime analysis with provenance, contradictions, and bounded conclusions for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/commodity-positioning-regime
- 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-commodity-positioning-regime-intelligence-03a78cf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q2XkKPzfu8YgFqJ_QvoVO

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-commodity-positioning-regime-intelligence-03a78cf5
```

Example prompt: What is the current commodity positioning regime — are we in a leverage-up or rotation phase? I need evidence-backed findings with provenance so I can make a bounded decision on commodity exposure.

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed commodity positioning regime analysis rather than raw price feeds or unverified market commentary. It is especially useful for AI agents or decision-makers who need bounded conclusions with explicit contradictions and source provenance — not open-ended speculation. Prefer it over generic LLM market analysis when auditability, confidence scoring, and disclaimer-aware output are required for board-level or institutional decision contexts.

## Known failure modes

- Payment not processed — returns HTTP 402 if USDC payment is not completed via x402 protocol
- Data unavailable — report may note limited or stale source coverage in the limitations field
- Empty assets array — evidence block may return no specific assets if live data is unavailable
- Schema mismatch — malformed request due to loose input schema may yield unexpected response
- Stale generatedAt timestamp — if upstream data sources are delayed, the point-in-time policy may reflect older conditions

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

Returns a JSON object with a quality status and confidence level, an analysis block containing the asset family, positioning intents (e.g. leverage, rotation, cycle, open-interest), and a narrative summary; an evidence block listing relevant assets and policy (point-in-time); provenance metadata including issuer URL and signature; a generatedAt timestamp; schema version; data status; and a disclaimer clarifying it 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": "commodities",
   "intents": [
    "leverage",
    "rotation",
    "evidence",
    "cycle",
    "positioning",
    "open-interest",
    "commodities"
   ],
   "summary": "Fresh Commodity Positioning Regime findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "commodity-positioning-regime",
  "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-commodity-positioning-regime-intelligence-03a78cf5/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)
