# Live Cattle Managed Money Positioning — Edge Agents

> Live Cattle Managed Money Positioning — Edge Agents 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, sourced analysis of managed money (speculative trader) positioning in the live cattle futures market, with provenance and confidence metadata.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/live-cattle-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/live-cattle-managed-money-positioning-edge-agents-4ec17c79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qKZ_x9vSkHRHDVcGEYT-x

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 live-cattle-managed-money-positioning-edge-agents-4ec17c79
```

Example prompt: Pull the latest managed money positioning report for live cattle futures from Edge Agents — I want to see whether speculators are net long or short, the confidence level, and the source provenance.

## When to prefer this

Choose this endpoint when you need sourced, point-in-time managed money positioning specifically for live cattle futures — with explicit provenance, confidence scoring, and stated limitations — rather than a generic market data feed or unsourced LLM summary. It is particularly suited to autonomous agents that need verifiable, auditable commodity intelligence with signed provenance for downstream decision workflows.

## Known failure modes

- Payment not received or USDC balance insufficient — 402 Payment Required returned before data is served
- Data temporarily unavailable due to source report delay — dataStatus may reflect incomplete coverage
- Stale or missing upstream COT/positioning report — limitations array will note the gap explicitly
- Malformed request parameters — likely returns a 400-level error with schema guidance
- Rate limiting or service downtime — 429 or 503 responses possible

## 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 JSON object containing: a quality status with confidence level (e.g. 'strong'/'high'), an analysis summary covering the agriculture family, positioning intents (leverage, open-interest), and a narrative summary; evidence metadata listing covered assets (LIVE-CATTLE), policy (point-in-time), and actual sources; a disclaimer, signed provenance from edge-agents.ai, generation timestamp, schema version, and any stated limitations around coverage or source freshness.

## 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 Live Cattle Managed Money Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "LIVE-CATTLE"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "live-cattle-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/live-cattle-managed-money-positioning-edge-agents-4ec17c79/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)
