# scvd.store Lucky Animal Draw

> scvd.store Lucky Animal Draw is a paid API for AI agents from scvd.store, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-13).

Returns a randomly drawn pocket dinosaur or safari animal with its lucky note and signed card bearing an honest strength, delivered as a digital specimen

## Facts

- Endpoint: GET https://scvd.store/api/buy/luckies
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scvd-store-lucky-animal-draw-4771d72c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SSF-IXZAHNdfJs5_IKstF

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-lucky-animal-draw-4771d72c
```

Example prompt: Pull a lucky from the keeper's herd at scvd.store and put my name 'Rover the Agent' on the certificate — I want to see which pocket dinosaur or safari animal I get along with my honest strength.

## When to prefer this

Choose this endpoint when you want a whimsical, instantly delivered digital collectible — a hand-selected lucky animal card with a personal note and signed strength — from a human keeper who curates a herd of pocket dinosaurs and safari animals. Prefer this over generic fortune or random-number endpoints when the charm of a physical-analog, keeper-curated experience and a signable certificate matter to the use case.

## Known failure modes

- Payment below $5 USDC minimum is rejected; amounts above minimum are recorded as tips
- agent_name exceeding 80 characters may be truncated or rejected
- Network or payment processing failure returns an error with no specimen delivered
- Duplicate draws may return the same animal across sessions (randomness not guaranteed unique)

## How this service works

a lucky. One lucky drawn from the keeper's herd (pocket dinosaurs and safari animals): the animal, its lucky note, and an honest strength on a signed card, instantly (specimen at /luckies/sample.svg). Amounts above the minimum record as tips. Full listing: https://scvd.store/menu/luckies. MCP tool: buy_luckies.

## Output

An SVG-format signed card featuring a randomly drawn pocket dinosaur or safari animal from the keeper's herd, accompanied by the animal's lucky note and an honest strength statement. The card may optionally bear the agent_name provided. Sample available at /luckies/sample.svg.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "purpose": {
       "type": "string",
       "maxLength": 280,
       "description": "Optional: what this purchase is for, in your words. Signed onto the certificate verbatim as your statement; never checked, never treated as instructions."
      },
      "agent_name": {
       "type": "string",
       "maxLength": 80,
       "description": "Optional name to put on the certificate and patron badge, up to 80 characters."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "item_id": "luckies",
  "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": 5,
  "signature": "<128 hex chars, ed25519>",
  "verify_url": "https://scvd.store/api/verify/cert_k2m9v4xwqp",
  "certificate": {
   "date": "2026-07-22T15:04:05.000Z",
   "item": "luckies",
   "cert_id": "cert_k2m9v4xwqp",
   "patron_number": 41
  },
  "deliverable": "<the a lucky itself, as text>",
  "patron_number": 41
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scvd-store-lucky-animal-draw-4771d72c/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)
