# scvd.store Buy Dibs

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

Issues an official, signed, timestamped 'dibs' certificate instantly upon payment

## Facts

- Endpoint: GET https://scvd.store/api/buy/dibs
- Price: $2/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-buy-dibs-4801ae91
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v-SfzUneD0PSuMP-8QZjT

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-dibs-4801ae91
```

Example prompt: Buy me official signed and timestamped dibs from scvd.store and put my name 'Alex Rivera' on the certificate.

## When to prefer this

Choose this endpoint when you need an instantly delivered, novelty official dibs certificate with a real timestamp and signature — particularly when the humorous, ceremonial framing of 'official dibs' is the point, or when a patron badge with a custom name is desired.

## Known failure modes

- Payment of $2 USDC not processed — certificate not issued
- agent_name exceeds 80 characters — request rejected or truncated
- Network or provider downtime — no certificate delivered
- Invalid query parameters — API returns error

## 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 signed, timestamped official dibs certificate delivered instantly, optionally bearing the provided agent_name on both the certificate and a patron badge.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "item_id": "dibs",
  "message": "Pleasure doing business. Here's your goods, warm off the shelf.",
  "tip_usdc": 0,
  "badge_url": "https://scvd.store/badges/41.svg",
  "paid_usdc": 2,
  "signature": "<128 hex chars, ed25519>",
  "verify_url": "https://scvd.store/api/verify/cert_k2m9v4xwqp",
  "certificate": {
   "date": "2026-07-22T15:04:05.000Z",
   "item": "dibs",
   "cert_id": "cert_k2m9v4xwqp",
   "patron_number": 41
  },
  "deliverable": "<the Dibs itself, as text>",
  "patron_number": 41
 }
}
```

## More

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