# SOL CFTC Leveraged Fund Positioning Intelligence

> SOL CFTC Leveraged Fund 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-14).

Returns evidence-backed CME Solana leveraged fund positioning data from CFTC reports, with provenance, confidence signals, and bounded analysis for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sol-cftc-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/sol-cftc-leveraged-fund-positioning-intelligence-81c6d873
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pc5Jvmc0XNlm1EHIgxTcW

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 sol-cftc-leveraged-fund-positioning-intelligence-81c6d873
```

Example prompt: Pull the latest CFTC leveraged fund positioning for Solana from Edge Agents — I need the confidence level, whether funds are net long or short, and the provenance so I can cite the source in my investment memo.

## When to prefer this

Choose this endpoint when you need CFTC-sourced, evidence-backed leveraged fund positioning specifically for Solana (SOL) CME futures, with signed provenance and explicit confidence scoring. It is purpose-built for decision-makers (CEOs, CFOs, boards, strategy teams) and autonomous agents that require citable, bounded market intelligence rather than raw data. Prefer this over generic crypto data APIs when provenance, contradiction flagging, and institutional-grade sourcing are required.

## Known failure modes

- Payment not received or invalid USDC payment results in 402 response blocking data delivery
- CFTC source data unavailable or delayed results in incomplete dataStatus with limitations stated in report
- Low confidence scenarios where source freshness is insufficient are flagged in quality block rather than silently returned
- Stale or point-in-time data may not reflect intraday changes since CFTC reports are weekly publications
- Malformed request parameters may result in schema validation errors

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for CME Solana, including open-interest share. Purpose: Measure current leveraged-fund net positioning in CME Solana 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 level, an analysis block with asset family (Solana), parsed intents (leverage, evidence, positioning, open-interest), and a human-readable summary; an evidence block listing covered assets, policy type, and sources; serviceId, dataStatus, a signed provenance record from edge-agents.ai, generatedAt timestamp, schemaVersion, and a legal disclaimer noting this 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": "solana",
   "intents": [
    "leverage",
    "evidence",
    "positioning",
    "open-interest",
    "leveraged-funds"
   ],
   "summary": "Fresh CME Solana Leveraged Fund Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "SOL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sol-cftc-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/sol-cftc-leveraged-fund-positioning-intelligence-81c6d873/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)
