# Edge Agents Portfolio Risk Guard

> Edge Agents Portfolio Risk Guard 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 portfolio risk analysis covering cross-market risk, momentum, rotation, volatility, and sentiment signals with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/portfolio-risk-guard
- 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-portfolio-risk-guard-326de242
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U-zQPvsiSu_PjMH1r0plk

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-portfolio-risk-guard-326de242
```

Example prompt: Can you run a Portfolio Risk Guard check and give me the current cross-market risk, momentum, and volatility signals — I need the evidence sources and confidence level included so I can share it with my investment committee.

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed portfolio risk intelligence that covers cross-market signals (risk, momentum, rotation, volatility, sentiment) in a single call. It is especially suited for AI agents and business leaders who need bounded decisions with stated limitations and contradiction flagging, rather than raw market data feeds or unverified summaries. Prefer it over generic financial data APIs when auditability, confidence scoring, and signed provenance are required for reporting to boards, CFOs, or regulators.

## Known failure modes

- Payment not processed — HTTP 402 returned if USDC payment via x402 protocol is not completed
- Stale or incomplete evidence — report may note coverage gaps or unavailable sources in the limitations field
- Empty assets array — live report may return no specific asset citations if evidence is insufficient
- Schema version mismatch — clients expecting schema v1 may not parse v2 response correctly
- Service unavailability — endpoint may return 5xx if upstream data providers are unreachable

## How this service works

Scores current short-horizon market danger from shocks, dispersion, breadth and sentiment. Purpose: Give automated portfolios a transparent risk posture and the evidence behind it. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object with a quality status and confidence level ('strong'/'high'), a cross-market analysis family with classified intents (risk, momentum, rotation, volatility, evidence, sentiment), a summary of findings, an evidence block listing assets and live policy sources, a signed provenance record from edge-agents.ai, a generatedAt timestamp, schema version, data status, and a disclaimer clarifying this is general market research 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": "cross-market",
   "intents": [
    "risk",
    "momentum",
    "rotation",
    "volatility",
    "evidence",
    "sentiment"
   ],
   "summary": "Fresh Portfolio Risk Guard findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "portfolio-risk-guard",
  "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-portfolio-risk-guard-326de242/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)
