# BRL FX Leveraged Fund Positioning Intelligence

> BRL 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 leveraged fund positioning in the Brazilian Real (BRL) FX market, with provenance, open interest signals, and confidence ratings.

## Facts

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

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-leveraged-fund-positioning-intelligence-f1d622c3
```

Example prompt: Pull the latest leveraged fund positioning report on Brazilian Real FX from Edge Agents — I need the confidence rating, open interest signals, and any contradictions or evidence limitations flagged in the report.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed leveraged fund positioning specifically for BRL FX markets, with signed provenance and explicit confidence ratings. Prefer it over generic macro data APIs when you need structured decision intelligence with contradiction flagging and source attribution, especially for autonomous agent workflows that require auditable, bounded decisions.

## Known failure modes

- Payment not processed (402) — no USDC payment included or insufficient amount
- Data temporarily unavailable — report may indicate incomplete or stale source data
- Network timeout — endpoint unreachable
- Invalid request structure — malformed query parameters
- Evidence gaps — report explicitly states when source data is unavailable or unverifiable

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for Brazilian Real, including open-interest share. Purpose: Measure current leveraged-fund net positioning in Brazilian Real 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

Returns a JSON object containing: overall data quality status and confidence level, an analysis summary covering FX family, positioning intents (leverage, open-interest, leveraged-funds), evidence assets (BRL), data policy (point-in-time), sources, a serviceId, data completeness status, a disclaimer that this is general market research and not investment advice, signed provenance from edge-agents.ai, generation timestamp, schema version (2.0), and any limitations on coverage or 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 Brazilian Real Leveraged Fund Positioning 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-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/brl-fx-leveraged-fund-positioning-intelligence-f1d622c3/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)
