# Edge Agents Risk Assets Positioning Intelligence

> Edge Agents Risk Assets Positioning Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns evidence-backed, provenance-signed risk assets positioning intelligence covering equities, leverage, rotation, and institutional positioning for decision-makers and autonomous agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/risk-assets-positioning-intelligence
- Price: $0.1/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-risk-assets-positioning-intelligence-013e9431
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z6eZvL43fD_axU9p4LFvO

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-risk-assets-positioning-intelligence-013e9431
```

Example prompt: Give me the latest risk assets positioning intelligence from Edge Agents — I need to understand where institutional investors and leveraged funds are positioned in equities right now, with the evidence sources and any contradictions flagged.

## When to prefer this

Choose this endpoint when you need point-in-time, provenance-signed institutional and leveraged-fund positioning intelligence for risk assets — especially equities — with bounded decisions, contradictions surfaced, and verifiable source lineage. Prefer it over generic financial data APIs when the consumer is an AI agent or executive decision-maker who needs structured, evidence-anchored output rather than raw price or flow data.

## Known failure modes

- Payment not received or insufficient USDC results in HTTP 402 with no report returned
- Data marked as incomplete if live sources are partially unavailable at call time
- Evidence array may be sparse if upstream market data sources are delayed or offline
- Stale generatedAt timestamp if underlying data pipeline has not refreshed
- Provenance signature missing or unverifiable if issuer service is temporarily unavailable

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

A structured JSON report including: positioning intelligence summary for risk assets (equities focus), confidence and quality status, evidence array with policy and sources, intents taxonomy (risk, leverage, rotation, anomaly, institutional, etc.), data completeness status, signed provenance from edge-agents.ai, generation timestamp, schema version, and a disclaimer clarifying this 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": "equities",
   "intents": [
    "risk",
    "leverage",
    "rotation",
    "anomaly",
    "evidence",
    "forecast",
    "institutional",
    "positioning",
    "leveraged-funds",
    "asset-manager"
   ],
   "summary": "Fresh Risk Assets Positioning Intelligence findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "risk-assets-positioning-intelligence",
  "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-risk-assets-positioning-intelligence-013e9431/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)
