# Lean Hogs Open Interest Pressure Analysis

> Lean Hogs Open Interest Pressure Analysis 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 open interest pressure analysis for Lean Hogs futures, including positioning, leverage signals, and forecasting intelligence with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/lean-hogs-open-interest-pressure
- 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/lean-hogs-open-interest-pressure-analysis-e938c944
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_biu0sqcavSgwewb-cVyk1

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 lean-hogs-open-interest-pressure-analysis-e938c944
```

Example prompt: What's the current open interest pressure situation in lean hogs futures — is positioning skewing bullish or bearish, and how confident is the evidence?

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed open interest pressure analysis specifically for Lean Hogs futures — especially when your use case requires traceable sources, contradiction flagging, and bounded decision outputs rather than raw price feeds or generic commodity data aggregators.

## Known failure modes

- No fresh live data available for lean hogs open interest — report may be incomplete or delayed
- Payment not processed (HTTP 402) — USDC payment via x402 protocol required before response is returned
- Internal evidence gathering failure — dataStatus may indicate incomplete coverage
- Rate limiting or service unavailability returning a non-200 status

## How this service works

Direct CFTC open interest and weekly open-interest change for Lean Hogs, reported alongside the underlying managed-money positioning context. Purpose: Determine whether CFTC-reported open interest in Lean Hogs expanded, contracted or stayed broadly stable without treating open interest as a price forecast. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object with a quality status and confidence level, an analysis block including asset family (agriculture), key intents (leverage, evidence, forecast, positioning, open-interest), and a narrative summary; an evidence block listing covered assets (LEAN-HOGS), data policy, and live sources; provenance with issuer identity and signature; data completeness status; schema version; generation timestamp; and a disclaimer noting 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": "agriculture",
   "intents": [
    "leverage",
    "evidence",
    "forecast",
    "labour",
    "positioning",
    "open-interest",
    "commodities"
   ],
   "summary": "Fresh Lean Hogs Open Interest Pressure findings appear here."
  },
  "evidence": {
   "assets": [
    "LEAN-HOGS"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "lean-hogs-open-interest-pressure",
  "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/lean-hogs-open-interest-pressure-analysis-e938c944/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)
