# Edge Agents Grain Positioning Intelligence

> Edge Agents Grain 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 grain market positioning intelligence including open interest, leverage signals, and rotation analysis with provenance and contradiction flagging.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/grain-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-grain-positioning-intelligence-06e1b5dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JeUn9ct2EMNxzz5vku_Tl

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-grain-positioning-intelligence-06e1b5dd
```

Example prompt: Can you pull the latest grain positioning intelligence report — I want to see how speculators are positioned in grain futures, any open interest or leverage signals, and whether there are contradictions in the evidence?

## When to prefer this

Choose this endpoint when you need bounded, evidence-backed grain market positioning intelligence with explicit provenance, confidence levels, and contradiction disclosure — especially for autonomous agents or decision-makers who need auditable, sourced analysis rather than raw data feeds or unattributed summaries. Prefer it over general financial data APIs when the use case involves grain-specific speculative positioning, open interest interpretation, or macro rotation signals with traceable evidence.

## Known failure modes

- Upstream data unavailability returns a report with empty evidence assets and a stated limitation
- Stale or incomplete source coverage is disclosed within the limitations array rather than suppressed
- Payment failure (x402) returns a 402 before any report is generated
- Malformed or missing input parameters may return an error or a degraded report with reduced evidence

## 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 containing: overall quality status and confidence level, a summary analysis with identified intents (leverage, rotation, open-interest, etc.), a list of evidence assets with point-in-time sourcing policy, service ID, data status, schema version, generation timestamp, provenance with issuer URL and signature flag, coverage limitations, and a disclaimer clarifying the output is general 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": [
    "leverage",
    "rotation",
    "evidence",
    "positioning",
    "open-interest",
    "commodities"
   ],
   "summary": "Fresh Grain Positioning Intelligence findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "grain-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-grain-positioning-intelligence-06e1b5dd/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)
