# BRL FX Institutional vs Leverage Divergence Analysis

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

Delivers evidence-backed analysis of divergence between institutional positioning and leveraged-fund positioning in the Brazilian Real (BRL) FX market.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/brl-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/brl-fx-institutional-vs-leverage-divergence-analysis-9f6809dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W3Q9ojvvN3DBj0NmAwoiU

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 brl-fx-institutional-vs-leverage-divergence-analysis-9f6809dc
```

Example prompt: Pull the latest Edge Agents BRL FX institutional vs leverage divergence report — I want to see whether asset managers and leveraged funds are taking opposing positions in the Brazilian Real, with confidence levels and source provenance.

## When to prefer this

Choose this endpoint when you specifically need to compare institutional (asset manager) positioning against leveraged-fund positioning in the Brazilian Real FX market, with evidence provenance and confidence scoring. Prefer it over generic FX data feeds when you need bounded, sourced, contradiction-aware analysis rather than raw price or volume data. Particularly useful for risk committees, macro strategy teams, or autonomous agents that require signed, auditable intelligence on BRL positioning divergence rather than unverified market commentary.

## Known failure modes

- Insufficient market data available for the requested point-in-time — data status may return as incomplete
- Stale or unavailable source data — limitations field will enumerate coverage gaps
- Payment failure or invalid USDC authorization — HTTP 402 returned before report delivery
- Rate limiting or service unavailability — HTTP 429 or 503 response
- Report generation latency spike during market open periods

## How this service works

Compares CFTC asset-manager and leveraged-fund net positioning in Brazilian Real on the same weekly report and open-interest basis. Purpose: Identify whether asset managers and leveraged funds are aligned or materially divergent in Brazilian Real positioning while preserving both classifications separately. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing a quality status (e.g. 'strong') with confidence rating, an analysis summary identifying leverage and institutional positioning intents and anomalies for BRL, evidence metadata including assets covered and data policy, provenance with issuer signature and timestamp, data completeness status, schema version, and a disclaimer clarifying the research is general market intelligence 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": "fx",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Brazilian Real Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "BRL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "brl-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/brl-fx-institutional-vs-leverage-divergence-analysis-9f6809dc/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)
