# Edge Agents DJIA Leveraged Fund Positioning

> Edge Agents DJIA Leveraged Fund Positioning 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 analysis of leveraged fund positioning in the Dow Jones Industrial Average (DJIA), including open interest, intent signals, and sourced provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/djia-leveraged-fund-positioning
- 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-djia-leveraged-fund-positioning-48c78d34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OQmae6mJZ28G2En-z4eqt

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-djia-leveraged-fund-positioning-48c78d34
```

Example prompt: Pull the latest Edge Agents report on DJIA leveraged fund positioning — I need to see open interest, leverage intent signals, confidence level, and where the data comes from, all with provenance.

## When to prefer this

Choose this endpoint when you need structured, provenance-signed leveraged fund positioning specifically for the DJIA with explicit confidence scores, contradiction flagging, and audit-ready sourcing — rather than raw brokerage data feeds or generic market sentiment APIs that lack traceability or bounded decision framing.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402
- Service temporarily unavailable — upstream data source refresh failure
- Stale data — report may reflect a prior point-in-time snapshot if live sources are delayed
- Schema mismatch — client parsing old schema version may miss new fields in 2.0
- No data available — some market conditions or reporting windows may yield incomplete coverage noted in limitations array

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for Dow Jones Industrial Average, including open-interest share. Purpose: Measure current leveraged-fund net positioning in Dow Jones Industrial Average using the CFTC TFF classification without inferring trader motive or predicting returns. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: quality status and confidence rating, an analysis summary with leverage and open-interest intents, evidence with named assets (DJIA) and source policy, a signed provenance record from edge-agents.ai, a generatedAt timestamp, data completeness status, schema version, and a disclaimer clarifying this is general market research rather than 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": "equities",
   "intents": [
    "leverage",
    "evidence",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "equities"
   ],
   "summary": "Fresh Dow Jones Industrial Average Leveraged Fund Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "DJIA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "djia-leveraged-fund-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-djia-leveraged-fund-positioning-48c78d34/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)
