# settle-check trust API – demand-pack

> settle-check trust API – demand-pack is a paid API for AI agents from settle-check.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a trust demand-pack for x402 endpoints, including live probe results, settlement evidence, and verdict tier classifications for USDC-on-Base/Mogami-settled APIs.

## Facts

- Endpoint: GET https://settle-check.vercel.app/api/trust/demand-pack
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/settle-check-trust-api-demand-pack-0d1728b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J5LyjOg24uDng_EuPugUd

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 settle-check-trust-api-demand-pack-0d1728b3
```

Example prompt: Can you pull the trust demand-pack for this x402 endpoint and tell me its verdict tier and whether there's settlement evidence on Base before I pay anything?

## When to prefer this

Choose this endpoint when you need to vet an x402 pay-per-call API before sending USDC payment — particularly when you need live probe data, on-chain settlement evidence from Base/Mogami, and tiered trust verdicts in a single response. Prefer it over generic API health checks when the target API uses the x402 protocol and USDC micropayments.

## Known failure modes

- No matching endpoints found — returns empty endpoints array
- Invalid or malformed properties parameter — likely returns 400 or empty pack
- Endpoint temporarily unreachable — live probe may return degraded or stale verdict
- Payment not processed (x402 402 response) — call blocked until $0.05 USDC payment is made
- Mogami settlement data unavailable — verdict tier may be incomplete or unverifiable

## How this service works

Trust layer for x402 endpoints: live probe, settlement evidence, verdict tiers. USDC on Base, Mogami-settled.

## Output

A JSON demand-pack (version demand-pack-v1) containing a list of x402 endpoints with their associated trust verdicts, live probe status, and settlement evidence records on Base/USDC via Mogami.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "pack": "demand-pack-v1",
  "endpoints": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/settle-check-trust-api-demand-pack-0d1728b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from settle-check.vercel.app](https://www.zero.xyz/host/settle-check.vercel.app/llms.txt)
