# Edge Agents – Wheat SRW Positioning Momentum Intelligence

> Edge Agents – Wheat SRW Positioning Momentum 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 positioning and momentum analysis for Soft Red Winter (SRW) wheat, with provenance, contradictions, and bounded decision signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/wheat-srw-positioning-momentum
- 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-wheat-srw-positioning-momentum-intelligence-650b220a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pk6_tOHWxzEvOUvl4fraL

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-wheat-srw-positioning-momentum-intelligence-650b220a
```

Example prompt: Can you pull the latest Edge Agents positioning momentum report for Soft Red Winter wheat — I need the current signal quality, confidence level, and any noted contradictions or limitations?

## When to prefer this

Choose this endpoint when you need a specific, evidence-backed, signed momentum and positioning signal for Soft Red Winter (SRW) wheat — particularly when provenance, contradiction disclosure, and bounded decision framing matter (e.g. for institutional, board-level, or autonomous agent decision workflows). Prefer this over generic commodity data feeds when you need a research-quality narrative with confidence scoring rather than raw price data.

## Known failure modes

- Payment not received or x402 payment protocol failure — request returns 402 Payment Required
- Data temporarily unavailable — dataStatus may return 'incomplete' with limited evidence
- Stale or low-freshness source data — limitations field will note coverage gaps
- Invalid or missing query parameters — may return 400 or empty response
- Network timeout on the pay.edge-agents.ai endpoint

## How this service works

Direct CFTC weekly changes in managed-money long, short and spread positions for Wheat SRW, including the resulting change in net positioning. Purpose: Detect whether reported managed-money positioning in Wheat SRW shifted toward net-long, net-short or stable exposure in the latest CFTC week. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality status (e.g. 'strong') and confidence rating (e.g. 'high') for SRW wheat momentum; an analysis summary covering asset family, intents, and narrative; evidence metadata including assets covered ('WHEAT'), policy type, and sources; a signed provenance record from edge-agents.ai; data status; generation timestamp; schema version; limitations list; and a general disclaimer that the output is market research, 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": "agriculture",
   "intents": [
    "momentum",
    "evidence",
    "positioning",
    "commodities"
   ],
   "summary": "Fresh Wheat SRW Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "WHEAT"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "wheat-srw-positioning-momentum",
  "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-wheat-srw-positioning-momentum-intelligence-650b220a/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)
