# USDT Supply Pulse — Edge Agents Decision Intelligence

> USDT Supply Pulse — Edge Agents Decision 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-15).

Returns an evidence-backed, provenance-signed report on current USDT stablecoin supply dynamics, including macro signals, contradictions, and bounded decision intelligence.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/usdt-supply-pulse
- 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/usdt-supply-pulse-edge-agents-decision-intelligence-dd60ab1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FisYTiUVVyAG7mHqNQqS4

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 usdt-supply-pulse-edge-agents-decision-intelligence-dd60ab1d
```

Example prompt: Can you pull the latest USDT Supply Pulse report from Edge Agents — I want to see the current supply trend, confidence rating, evidence sources, and any contradictions flagged in the data?

## When to prefer this

Choose this endpoint when you need a point-in-time, provenance-signed intelligence report specifically on USDT stablecoin supply with explicit confidence scoring and contradiction flagging — particularly for decision-support workflows where auditability and source traceability matter. Prefer it over generic crypto data APIs when you need bounded, evidence-backed findings rather than raw on-chain metrics.

## Known failure modes

- Payment not received — endpoint returns HTTP 402 if USDC payment is missing or malformed
- Stale or unavailable upstream data — report will state coverage gaps in the limitations field rather than failing silently
- Invalid request format — returns error if required parameters are malformed
- Service downtime — API may be temporarily unavailable during infrastructure issues

## How this service works

Point-in-time Ethereum USDT total-supply and 24-hour net-supply-change evidence from the approved crypto-flow store, with explicit baseline and freshness gating. Purpose: Measure observed USDT supply expansion or contraction on Ethereum without claiming cross-chain global USDT supply or transaction-level mint/redemption events. 10-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing: a quality object with status and confidence rating, an analysis object with asset family, intent tags and a narrative summary, an evidence object listing covered assets and data policy, provenance with issuer URL and signed flag, a generatedAt timestamp, a disclaimer, known limitations, schema version, and a dataStatus field indicating report completeness.

## 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": "ethereum",
   "intents": [
    "supply",
    "evidence"
   ],
   "summary": "Fresh USDT Supply Pulse findings appear here."
  },
  "evidence": {
   "assets": [
    "ETH",
    "USDT"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "usdt-supply-pulse",
  "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/usdt-supply-pulse-edge-agents-decision-intelligence-dd60ab1d/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)
