# AUD FX Institutional vs Leverage Divergence Intelligence

> AUD FX Institutional vs Leverage Divergence 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).

Delivers evidence-backed analysis of divergence between institutional and leveraged-fund positioning in the Australian Dollar FX market, with provenance and contradiction flagging.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/aud-fx-institutional-leverage-divergence
- 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-institutional-vs-leverage-divergence-intelligence-98a16cef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xvCVOmbI1Knz5DS1-8Uvg

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-institutional-vs-leverage-divergence-intelligence-98a16cef
```

Example prompt: Pull the latest Edge Agents AUD institutional vs leverage divergence report — I need to know if asset managers and leveraged funds are positioned on opposite sides of the Australian Dollar right now, with confidence level and provenance.

## When to prefer this

Choose this endpoint when you need structured, evidence-backed analysis specifically of the divergence between institutional (asset manager) and leveraged-fund positioning in AUD FX markets, with signed provenance and contradiction disclosure. Prefer it over generic FX data feeds when you need a bounded decision-intelligence output with explicit confidence scoring rather than raw price or flow data. Particularly suited for autonomous agents that must justify macro FX positioning decisions with verifiable sourcing.

## Known failure modes

- Data may be stale if upstream COT or positioning sources have not refreshed — dataStatus field will reflect this
- Report freshness is point-in-time; divergence conditions may have changed since generation
- Payment failure via x402 protocol will block access before any data is returned
- Evidence gaps or unavailable sources are disclosed within the paid report rather than surfaced as errors
- High-confidence signals are not guaranteed; low-confidence outputs are possible when source data is conflicted

## 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

Returns a JSON object containing: a quality status and confidence level, a family and intent classification for the analysis, a plain-language summary of current AUD institutional vs leverage divergence findings, the assets covered (AUD), data policy (point-in-time), provenance with issuer URL and signing status, a generatedAt timestamp, schema version, data completeness status, stated limitations on coverage and source freshness, and a regulatory disclaimer confirming 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": "fx",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Australian Dollar Institutional vs Leverage Divergence 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-institutional-leverage-divergence",
  "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-institutional-vs-leverage-divergence-intelligence-98a16cef/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)
