# Edge Agents Risk-On/Risk-Off Classifier

> Edge Agents Risk-On/Risk-Off Classifier 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-15).

Classifies current global market conditions as risk-on or risk-off using live macro, market, and sentiment evidence with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/risk-on-off-classifier
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-risk-on-risk-off-classifier-1aab8aad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G43YR0VKQOfhAfG6swuXx

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-on-risk-off-classifier-1aab8aad
```

Example prompt: What is the current risk-on or risk-off market regime right now? Give me the classification, confidence level, and the macro evidence behind it from Edge Agents.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, signed classification of the current macro risk regime (risk-on vs risk-off) with provenance and confidence scoring, rather than a raw data feed or qualitative opinion. It is particularly suited for AI agents that need a verifiable, bounded decision signal to gate downstream actions such as trade execution, portfolio rebalancing, or strategic planning. Prefer it over general market data APIs when you need synthesized cross-market intelligence with explicit contradiction handling and source attribution at a low per-call cost.

## Known failure modes

- Payment not completed or insufficient USDC balance — endpoint returns 402 Payment Required
- Live data sources temporarily unavailable — report may note reduced evidence coverage
- Market data freshness issues flagged in limitations array of response
- Malformed request parameters — endpoint returns 400 Bad Request
- Service downtime — endpoint returns 503 or connection timeout

## 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 with: a quality status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with the cross-market family, intent tags (risk, rotation, evidence, cycle, sentiment), and a human-readable summary; an evidence block with relevant assets, live policy signal, and source attribution; provenance metadata including issuer URL and a signed flag; a generatedAt timestamp; data status; 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": "cross-market",
   "intents": [
    "risk",
    "rotation",
    "evidence",
    "cycle",
    "sentiment"
   ],
   "summary": "Fresh Risk-On / Risk-Off Classifier findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "risk-on-off-classifier",
  "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-on-risk-off-classifier-1aab8aad/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)
