# Edge Agents XRP Corridor Liquidity Model

> Edge Agents XRP Corridor Liquidity Model 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).

Returns an evidence-backed, point-in-time liquidity model for XRP payment corridors, including supply, adoption, and liquidity intent analysis with source provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/xrp-corridor-liquidity-model
- 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-xrp-corridor-liquidity-model-9a39ae62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ur06VzRxnMEAcTugA12_I

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-corridor-liquidity-model-9a39ae62
```

Example prompt: Pull me the latest XRP corridor liquidity model from Edge Agents — I need the confidence level, liquidity and adoption intent summary, and the evidence sources it's based on.

## When to prefer this

Choose this endpoint when you need a sourced, signed, point-in-time liquidity intelligence report specifically for XRP payment corridors — particularly when provenance, confidence scoring, and evidence attribution matter (e.g. institutional decision briefs, regulatory filings, or AI agent reasoning chains). Prefer this over generic crypto data APIs when you need human-readable analytical summaries with explicit limitations stated, rather than raw tick data or order book feeds.

## Known failure modes

- Payment not processed or x402 settlement failure — endpoint returns 402 before data is delivered
- Stale or incomplete underlying data — report may note coverage limitations in the limitations field
- Service temporarily unavailable — HTTP 503 or timeout with no JSON body
- Schema mismatch — client receives unexpected fields if schemaVersion changes
- Low confidence output — dataStatus may be 'incomplete' if live sources are partially 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

Returns a structured JSON report containing: a quality status and confidence rating, an analysis summary with XRP corridor liquidity and adoption intents, evidence assets and policy, a disclaimer that this is market research not investment advice, provenance metadata (issuer URL and signed flag), a generatedAt timestamp, schema version, and any stated coverage or freshness limitations.

## 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": [
    "liquidity",
    "supply",
    "evidence",
    "adoption"
   ],
   "summary": "Fresh XRP Corridor Liquidity Model findings appear here."
  },
  "evidence": {
   "assets": [
    "XRP"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "xrp-corridor-liquidity-model",
  "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-corridor-liquidity-model-9a39ae62/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)
