# Edge Agents CHF FX Asset Manager Positioning

> Edge Agents CHF FX Asset Manager Positioning 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 Swiss Franc (CHF) FX asset manager positioning intelligence including leverage, open interest, and institutional positioning data with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/chf-fx-asset-manager-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/edge-agents-chf-fx-asset-manager-positioning-50c8a3a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_maytshbujpaqRuvB3G698

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 edge-agents-chf-fx-asset-manager-positioning-50c8a3a3
```

Example prompt: Pull the latest Swiss Franc asset manager positioning report from Edge Agents — I need to see where institutional money is leaning on CHF, including leverage and open interest signals, with confidence and provenance.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed Swiss Franc FX asset manager positioning with explicit provenance, confidence scoring, and contradiction flagging — particularly for macro strategy, FX risk management, or autonomous agent decision pipelines that require auditable sourcing rather than raw data feeds or generic FX APIs.

## Known failure modes

- No fresh data available — report may indicate stale or incomplete evidence with stated coverage limitations
- Payment failure — endpoint requires $0.01 USDC via x402 protocol; unpaid requests will be rejected with 402
- Data source unavailable — live positioning data may be temporarily inaccessible, reflected in dataStatus field
- Low confidence output — model may return confidence:low when evidence is thin or contradictory

## 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, an analysis block with FX family classification, institutional intent tags (leverage, open-interest, positioning), and a human-readable summary of CHF asset manager positioning; an evidence block citing CHF as the covered asset with point-in-time policy and live source provenance; a signed provenance object from edge-agents.ai; a generatedAt timestamp; schema version; and a disclaimer clarifying the output is general market research, 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",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Swiss Franc Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "CHF"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "chf-fx-asset-manager-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/edge-agents-chf-fx-asset-manager-positioning-50c8a3a3/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)
