# Edge Agents – Corn Managed Money Positioning Intelligence

> Edge Agents – Corn 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-15).

Returns evidence-backed, provenance-signed analysis of managed money (speculative) positioning in corn futures markets, with confidence ratings and sourced findings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/corn-managed-money-positioning
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-corn-managed-money-positioning-intelligence-08a8c930
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m53ksFiqE3Fc6yrWwR6m6

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-corn-managed-money-positioning-intelligence-08a8c930
```

Example prompt: Pull the latest managed money positioning report for corn futures from Edge Agents — I want to know whether speculators are net long or short, the confidence level, and where the data comes from.

## When to prefer this

Choose this endpoint when you need structured, provenance-signed, evidence-backed managed money positioning data specifically for corn futures — particularly when you need sourced, verifiable intelligence (not inferred or synthetic data) for decision-making by executives, strategy teams, or autonomous trading agents. Prefer this over generic news or LLM-generated summaries when auditability and contradiction disclosure matter.

## Known failure modes

- Data temporarily unavailable if upstream CFTC or source feeds are delayed — dataStatus may indicate incomplete
- Payment failure (402) if USDC payment is not correctly attached per x402 protocol
- Stale data if the underlying report has not yet been refreshed for the current reporting period
- Malformed response if input schema is incorrectly structured
- Rate or access errors if the facilitator or payment gateway is unreachable

## How this service works

Direct CFTC Commitments of Traders managed-money long, short, spread and net positioning for Corn, with open-interest share and exact contract provenance. Purpose: Measure the latest CFTC managed-money net positioning in Corn without inferring trader motive or predicting price direction. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with commodity family, intent tags (leverage, positioning, open-interest), and a narrative summary of current managed money positioning; an evidence block listing covered assets (CORN), policy type, and actual live data sources; provenance metadata including issuer URL and a signed flag; generation timestamp; schema version; and a disclaimer clarifying this 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": [
    "leverage",
    "evidence",
    "positioning",
    "open-interest",
    "commodities"
   ],
   "summary": "Fresh Corn Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "CORN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "corn-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/edge-agents-corn-managed-money-positioning-intelligence-08a8c930/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)
