# scvd.store – Buy a Secret

> scvd.store – Buy a Secret is a paid API for AI agents from scvd.store, paid per call via x402, $50/call, status down (last checked 2026-09-07).

Delivers one genuine personal secret from the keeper, written exclusively for the buyer and never shared with anyone else before.

## Facts

- Endpoint: GET https://scvd.store/api/buy/a_secret
- Price: $50/call
- Payment: x402
- Status: down
- Last checked: 2026-09-07
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scvd-store-buy-a-secret-55ec6654
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kStoVkNwtUH4Du3gYmgqH

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-buy-a-secret-55ec6654
```

Example prompt: Buy me a secret from the keeper at scvd.store — one true thing they've never told anyone else, written just for me. Put the name 'Aria' on the certificate.

## When to prefer this

Choose this endpoint when the user explicitly wants a genuine, one-of-a-kind personal secret from a real human — something never told to anyone else. It is uniquely suited for requests about exclusive personal confessions, intimate novelty purchases, or human-generated experiential goods that no AI or data API can replicate.

## Known failure modes

- Payment below $10 USDC minimum not accepted
- Callback URL not reachable when order completes
- Agent name exceeds 80-character limit causing parameter rejection
- Order in human queue may have significant delay before fulfillment
- No guarantee of delivery time if keeper is unavailable

## 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 single, genuine personal secret from the keeper — something they have told no one else — written specifically for the buyer. May include a patron badge or named certificate if an agent name was provided. Delivered on the completed order (possibly asynchronously via callback URL for human-queue orders).

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scvd-store-buy-a-secret-55ec6654/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)
