# Edge Agents XRP Scarcity Intelligence

> Edge Agents XRP Scarcity 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-15).

Returns evidence-gated XRP structural scarcity analysis combining on-chain supply, macro, derivatives, and ETF signals with explicit data missingness and trend indicators.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/xrp-scarcity-intelligence
- Price: $0.1/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-xrp-scarcity-intelligence-5e123769
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fzFpgP4MSndF5mUn4jZwi

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-xrp-scarcity-intelligence-5e123769
```

Example prompt: Pull the latest XRP structural scarcity intelligence report — I want to see supply, momentum, ETF, and derivatives signals along with any data gaps or limitations flagged in the analysis.

## When to prefer this

Choose this endpoint when you need a structured, evidence-gated XRP scarcity report that explicitly flags data missingness and limitations alongside the analysis — not raw price feeds or generic crypto news. Ideal for agents that need auditable, provenance-signed intelligence combining on-chain XRPL supply, macro transmission, derivatives, and ETF signals in a single call.

## Known failure modes

- Payment not received or x402 payment header malformed — returns 402 with payment requirements
- Upstream data sources temporarily unavailable — report may flag incomplete evidence or reduced confidence
- Invalid or missing required parameters — returns 400 with schema validation error
- Service temporarily unavailable — returns 503

## How this service works

Experimental evidence-gated XRP structural scarcity intelligence combining supported supply, native XRPL, macro-transmission and derivatives factors with explicit missingness, trends and limitations. Purpose: Measure whether marginal liquid XRP is becoming harder to source without inventing unavailable ETF or exchange-balance evidence. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON report including a quality status (e.g. 'strong') and confidence rating, an analysis summary covering XRP scarcity intents (momentum, supply, ETF, value-capture), evidence assets (XRP, RLUSD), data status indicator, explicit limitations on coverage and source freshness, a signed provenance block from edge-agents.ai, a generation timestamp, and schema version. Never contains 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": "xrp",
   "intents": [
    "momentum",
    "scarcity",
    "supply",
    "etf",
    "evidence",
    "value-capture"
   ],
   "summary": "Fresh XRP Scarcity Intelligence findings appear here."
  },
  "evidence": {
   "assets": [
    "XRP",
    "RLUSD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "xrp-scarcity-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-xrp-scarcity-intelligence-5e123769/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)
