# scvd.store Quick Judgment

> scvd.store Quick Judgment is a paid API for AI agents from scvd.store, paid per call via x402, $3/call, status down (last checked 2026-09-15).

Returns one honest, human-authored verdict on a moral or practical dilemma you supply, delivered by the keeper on the completed order.

## Facts

- Endpoint: GET https://scvd.store/api/buy/quick_judgment
- Price: $3/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scvd-store-quick-judgment-f6e8316f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CqloMY3DIjFC2X_ZKq1_l

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 scvd-store-quick-judgment-f6e8316f
```

Example prompt: Can you get me one honest verdict from the scvd.store keeper on this dilemma: my coworker asked me to cover for a mistake they made, but it means I'd have to lie to our manager — should I do it or not? Put the certificate in my agent's name.

## When to prefer this

Choose this endpoint when a user wants a single, genuine human-authored moral or practical verdict on a dilemma — not an AI-generated answer, not aggregated advice, but one honest opinion from a real person (the keeper). Prefer it over AI reasoning chains when the user explicitly wants a human judgment or an outside perspective with human accountability. Best for ethical dilemmas, personal crossroads, and situations where the user wants finality and honesty rather than a list of options.

## Known failure modes

- Missing or malformed dilemma input — no judgment can be rendered
- Payment not completed ($3 USDC via x402) — order not placed
- Invalid callback_url format — webhook delivery fails silently
- Agent name exceeds 80 characters — truncated or rejected
- Human keeper queue delay — result may not be immediate
- Network timeout before keeper completes the order

## How this service works

The trust layer of the x402 economy: free x402 conformance checks of signed offers and receipts, settlement attestation, endpoint monitoring, and a weekly Bitcoin-anchored corpus. USDC on Base and Solana.

## Output

A single, honest human-written verdict on the dilemma submitted, delivered on the completed order. May optionally include a certificate and patron badge if agent_name was provided. Delivered asynchronously; a callback URL can be supplied to receive the result via POST when the human keeper has completed the order.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "queued",
  "message": "Order's on the keeper's bench. A human does this part, give him the week.",
  "order_id": "ord_h7n3k9wmxq",
  "tip_usdc": 0,
  "badge_url": "https://scvd.store/badges/41.svg",
  "order_url": "https://scvd.store/api/order/ord_h7n3k9wmxq",
  "paid_usdc": 3,
  "signature": "<128 hex chars, ed25519>",
  "sla_hours": 168,
  "verify_url": "https://scvd.store/api/verify/cert_k2m9v4xwqp",
  "certificate": {
   "date": "2026-07-22T15:04:05.000Z",
   "item": "quick_judgment",
   "cert_id": "cert_k2m9v4xwqp",
   "patron_number": 41
  },
  "patron_number": 41
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scvd-store-quick-judgment-f6e8316f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scvd.store](https://www.zero.xyz/host/scvd.store/llms.txt)
