# Edge Agents AI – Settlement Rail Liquidity Intelligence

> Edge Agents AI – Settlement Rail Liquidity 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-14).

Returns evidence-backed macro and market intelligence specifically covering stablecoin settlement-rail liquidity conditions, including cross-market analysis, leverage, FX rates, and policy signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/settlement-rail-liquidity
- Price: $0.1/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-ai-settlement-rail-liquidity-intelligence-b099e4e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jq0PA6Uycx_o1qd1lPooX

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-ai-settlement-rail-liquidity-intelligence-b099e4e0
```

Example prompt: Pull the latest evidence-backed settlement rail liquidity report from Edge Agents — I need the current quality status, confidence level, and any cross-market signals around stablecoin liquidity, leverage, and FX rates.

## When to prefer this

Choose this endpoint when you need a signed, evidence-sourced snapshot of stablecoin settlement-rail liquidity conditions — especially when you need cross-market context (leverage, FX, rates, policy) rather than raw on-chain data alone. It is well-suited for AI agents needing a structured, provenance-stamped intelligence report for downstream decision support, briefings, or risk checks, and when you require explicit confidence scoring and sourcing transparency rather than an unverifiable data feed.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns HTTP 402 and declines to serve report
- Live data temporarily unavailable — report may note incomplete coverage or reduced source freshness in the limitations field
- Malformed request parameters — endpoint may return an error or empty evidence assets
- Stale or lagging sources — report will explicitly state coverage gaps in the limitations array rather than inferring missing data

## How this service works

Stablecoin Settlement-Rail Liquidity. Translates rates, liquidity, FX, cycle and market evidence into bounded corporate-finance decision context. Purpose: Support capital, treasury and financing decisions with explicit evidence quality, trade-offs and invalidation conditions. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing a quality status (e.g. 'strong') and confidence level, a cross-market analysis summary with tagged intents (liquidity, leverage, FX, rates, cycle), an evidence block with live sourcing policy and any linked assets, a timestamp, schema version, service ID, data completeness status, and a disclaimer noting the output 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",
    "leverage",
    "evidence",
    "cycle",
    "rates",
    "fx"
   ],
   "summary": "Fresh Stablecoin Settlement-Rail Liquidity findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "settlement-rail-liquidity",
  "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-ai-settlement-rail-liquidity-intelligence-b099e4e0/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)
