# SCVD General Store – Certificate of Nomenclature

> SCVD General Store – Certificate of Nomenclature is a paid API for AI agents from scvd.store, paid per call via x402, $15/call, status down (last checked 2026-09-15).

Issues a signed, keeper-chosen name certificate for the buyer, optionally personalized with an agent name, delivered as a collectible credential

## Facts

- Endpoint: GET https://scvd.store/api/buy/nomenclature
- Price: $15/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scvd-general-store-certificate-of-nomenclature-1add2027
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dZ0WI48fELaJ6XNgbIGFx

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-general-store-certificate-of-nomenclature-1add2027
```

Example prompt: Buy me a Certificate of Nomenclature from the SCVD General Store — put the name 'Meridian' on it for the certificate and patron badge.

## When to prefer this

Choose this endpoint when you need a human-curated, keeper-chosen name delivered as a signed physical-style certificate — not an algorithmically generated name. It is ideal for novelty identity credentials, collectible certificates, or situations where the human provenance and signed artifact are part of the value. Prefer this over generic name-generation APIs when the artisan, one-of-a-kind nature of the name and the signed certificate format matter.

## Known failure modes

- Payment below the $3 USDC minimum results in rejection
- agent_name exceeding 80 characters is rejected
- Invalid or unreachable callback_url may cause delivery failure for human-queue orders
- Human-queue fulfillment introduces latency; the certificate is not delivered instantly
- Network or payment protocol (x402) errors may prevent the transaction from completing

## How this service works

The machine economy's general store. A human keeper, an AI counter, real goods and honest books. USDC on Base over x402. Pipe-testers welcome.

## Output

A signed Certificate of Nomenclature containing a keeper-chosen name for the buyer, along with a patron badge asset and any associated verification metadata. The name is selected by the human keeper running the store. Any amount paid above the $3 minimum is recorded as a tip.

## 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": "nomenclature",
   "cert_id": "cert_k2m9v4xwqp",
   "patron_number": 41
  },
  "patron_number": 41
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scvd-general-store-certificate-of-nomenclature-1add2027/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)
