# AUD FX Leveraged Fund Positioning Intelligence

> AUD FX 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 analysis of Australian Dollar leveraged fund positioning, open interest, and related FX market data with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/aud-fx-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/aud-fx-leveraged-fund-positioning-intelligence-0b3b2dfc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nclheqpzgKliGTyIker_b

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 aud-fx-leveraged-fund-positioning-intelligence-0b3b2dfc
```

Example prompt: What is the current leveraged fund positioning on the Australian Dollar? I want to see the evidence, confidence level, and any contradictions before making a currency allocation decision.

## When to prefer this

Choose this endpoint when you specifically need Australian Dollar FX leveraged fund or speculative positioning data with explicit provenance, confidence scoring, and contradiction flagging — particularly for decision-intelligence workflows where evidence traceability matters. Prefer this over generic FX data feeds when you need a bounded, signed, point-in-time snapshot suitable for audit trails or autonomous agent decision logging.

## Known failure modes

- No fresh data available — report may indicate incomplete or stale evidence
- Payment not processed — 402 response requiring USDC payment before data is returned
- AUD positioning data temporarily unavailable — dataStatus field may reflect partial results
- High uncertainty in source data — confidence field may return 'low' rather than 'high'
- Network timeout or service outage returning 5xx error

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for Australian Dollar, including open-interest share. Purpose: Measure current leveraged-fund net positioning in Australian Dollar 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 report containing: quality status and confidence rating, a summary of AUD leveraged fund positioning findings, listed intents (leverage, open-interest, positioning), evidence assets and data policy, signed provenance from edge-agents.ai, a disclaimer that this is general market research (not investment advice), a generatedAt timestamp, schema version, and stated limitations on coverage and 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": "fx",
   "intents": [
    "leverage",
    "evidence",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "fx"
   ],
   "summary": "Fresh Australian Dollar Leveraged Fund Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "AUD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "aud-fx-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/aud-fx-leveraged-fund-positioning-intelligence-0b3b2dfc/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)
