# Edge Agents Exponential Adoption Monitor

> Edge Agents Exponential Adoption Monitor 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 analysis of exponential adoption trends across cross-market assets like XRP and RLUSD, with provenance, contradictions, and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/exponential-adoption-monitor
- 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-exponential-adoption-monitor-e1d049ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l32fWucbO2N8l1J-1DzGI

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-exponential-adoption-monitor-e1d049ae
```

Example prompt: Pull the latest Exponential Adoption Monitor report from Edge Agents — I need the current adoption trends, confidence levels, and evidence sources for XRP and RLUSD so I can brief the strategy team.

## When to prefer this

Choose this endpoint when you need evidence-grounded, provenance-signed adoption intelligence on cross-market crypto assets (specifically XRP and RLUSD) with explicit confidence levels and contradiction flags — suitable for autonomous agent decision pipelines, board reporting, and CFO-level risk assessments where auditability and bounded decisions matter. Prefer over generic market data APIs when you need structured decision intelligence with sourcing transparency rather than raw price or volume feeds.

## Known failure modes

- Payment not processed — returns 402 if USDC payment via x402 protocol is missing or insufficient
- Stale data — evidence freshness limitations are disclosed in the report body
- Service unavailable — upstream data sources may be temporarily inaccessible
- Invalid request format — malformed input schema fields may yield error response
- Coverage gaps — some assets or markets may have incomplete evidence disclosed in limitations field

## How this service works

Separates secular XRP and XRPL adoption from price using point-in-time network activity, metadata-derived throughput, RLUSD supply, native liquidity and escrow structure, with double-counting and definition-change safeguards. Purpose: Measure independently comparable adoption families without treating wallets, transactions, liquidity or headline asset notional as interchangeable users. 1-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: adoption analysis summary with intents (liquidity, supply, evidence, forecast, adoption), quality status and confidence level, evidence assets covered (e.g. XRP, RLUSD), policy metadata, a signed provenance record from edge-agents.ai, generation timestamp, schema version, data status, and a disclaimer clarifying the report 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": [
    "liquidity",
    "supply",
    "evidence",
    "forecast",
    "adoption"
   ],
   "summary": "Fresh Exponential Adoption Monitor findings appear here."
  },
  "evidence": {
   "assets": [
    "XRP",
    "RLUSD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "exponential-adoption-monitor",
  "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-exponential-adoption-monitor-e1d049ae/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)
