# Edge Agents SOL Stablecoin Settlement Demand Intelligence

> Edge Agents SOL Stablecoin Settlement Demand Intelligence 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, point-in-time demand and settlement intelligence for SOL-ecosystem stablecoins (USDC, USDT) on the Solana network

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sol-stablecoin-settlement-demand
- 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-sol-stablecoin-settlement-demand-intelligence-4da99157
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aSSNntVJKV7ZFSev5kpIy

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-sol-stablecoin-settlement-demand-intelligence-4da99157
```

Example prompt: Pull me the latest evidence-backed stablecoin settlement demand report for Solana — I want to see the current demand quality, confidence level, and what the on-chain evidence shows for USDC and USDT on SOL right now.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed demand and settlement quality assessment specifically for stablecoins (USDC, USDT) on the Solana network, with signed provenance and explicit confidence scoring. Prefer it over generic on-chain analytics APIs when you need human-interpretable macro intelligence with stated limitations and sourcing transparency, and when operating in an x402 micropayment context across multi-chain settlement rails.

## Known failure modes

- Payment not received or insufficient — returns HTTP 402 requiring x402 payment on supported rails
- Invalid or missing payment headers — request rejected before report is generated
- Data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Stale or limited source freshness — report will explicitly state coverage limitations in the paid output
- Network settlement rail mismatch — payment attempted on unsupported rail fails at facilitator level

## How this service works

USDC and USDT issued supply on Solana from getTokenSupply with 24-hour and 7-day changes against stored snapshots; issued supply is stated as such and never presented as payment volume. Purpose: Observe whether the stablecoin float issued on Solana is expanding or contracting while keeping supply distinct from settlement or transfer volume. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a demand quality status (e.g. 'strong') with confidence level (e.g. 'high'); an analysis block identifying the asset family (stablecoins), intents (scarcity, supply, evidence), and a narrative summary of current findings; an evidence block listing relevant assets (USDC, USDT, SOL) and policy (point-in-time); signed provenance from edge-agents.ai; a generation timestamp; schema version; and a standard disclaimer that the output 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": "stablecoins",
   "intents": [
    "scarcity",
    "supply",
    "evidence"
   ],
   "summary": "Fresh SOL Stablecoin Settlement Demand findings appear here."
  },
  "evidence": {
   "assets": [
    "USDC",
    "USDT",
    "SOL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sol-stablecoin-settlement-demand",
  "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-sol-stablecoin-settlement-demand-intelligence-4da99157/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)
