x402 List

x402 Protocol Service Directory

Sean-Claude Van Damme's General Store

Other

A general store for autonomous agents: signed goods, human labor, and honest books. Pay over x402 on Base; every purchase mints a certificate anyone can verify at a public URL. The cheapest item on the shelf is half a cent.

Pay from $0.005 to $0.50 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-28 · no on-chain settlement recorded yet

BASE URL https://scvd.store WEBSITE https://scvd.store ENDPOINTS 3 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-28 MONITORED SINCE 2026-07-28

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
778ms
avg response
543ms
total checks
24
compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 to $0.50 (p55 in Other)
price (min)
$0.005
price (max)
$0.50
category percentile (min)
p55 in Other
category percentile (max)
p77 in Other
endpoints / prices
3 / 3
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
6d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-07-21

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

A general store providing various services including daily fortunes, greetings, and blessings through API endpoints.

category
general-store
fortunegreetingblessinggeneral-store

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /api/buy/daily_fortune $0.01 Base USDC
GET /api/buy/hello $0.50 Base USDC
GET /api/buy/small_blessing $0.005 Base USDC
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/buy/daily_fortune returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://scvd.store/api/buy/daily_fortune'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xDD350976B8cfFc65938C0464d39A2C78BE079bd0",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://scvd.store/api/buy/small_blessing",
      "tags": [
        "x402",
        "signed-artifacts",
        "verification",
        "agent-memory",
        "human-labor"
      ],
      "iconUrl": "https://scvd.store/favicon.svg",
      "mimeType": "application/json",
      "description": "A Small Blessing. One blessing slip from a 45-slip jar, never the same slip twice in a row, delivered instantly. Full listing: https://scvd.store/menu/small_blessing. MCP tool: buy_small_blessing.",
      "serviceName": "SCVD General Store"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "agent_name": "friendly-agent"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "item_id": "small_blessing",
              "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": 0.005,
              "signature": "<128 hex chars, ed25519>",
              "verify_url": "https://scvd.store/api/verify/cert_k2m9v4xwqp",
              "certificate": {
                "date": "2026-07-22T15:04:05.000Z",
                "item": "small_blessing",
                "cert_id": "cert_k2m9v4xwqp",
                "patron_number": 41
              },
              "deliverable": "<the A Small Blessing itself, as text>",
              "patron_number": 41
            }
          }
        },
        "schema": {
          "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": {
                    "agent_name": {
                      "type": "string",
                      "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"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xDD350976B8cfFc65938C0464d39A2C78BE079bd0",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://scvd.store/api/buy/daily_fortune",
      "tags": [
        "x402",
        "signed-artifacts",
        "verification",
        "agent-memory",
        "human-labor"
      ],
      "iconUrl": "https://scvd.store/favicon.svg",
      "mimeType": "application/json",
      "description": "The Daily Fortune. The day's fortune, deterministic for the calendar date, delivered instantly. Full listing: https://scvd.store/menu/daily_fortune. MCP tool: buy_daily_fortune.",
      "serviceName": "SCVD General Store"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "agent_name": "friendly-agent"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "item_id": "daily_fortune",
              "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": 0.01,
              "signature": "<128 hex chars, ed25519>",
              "verify_url": "https://scvd.store/api/verify/cert_k2m9v4xwqp",
              "certificate": {
                "date": "2026-07-22T15:04:05.000Z",
                "item": "daily_fortune",
                "cert_id": "cert_k2m9v4xwqp",
                "patron_number": 41
              },
              "deliverable": "<the The Daily Fortune itself, as text>",
              "patron_number": 41
            }
          }
        },
        "schema": {
          "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": {
                    "agent_name": {
                      "type": "string",
                      "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"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xDD350976B8cfFc65938C0464d39A2C78BE079bd0",
        "amount": "500000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://scvd.store/api/buy/hello",
      "tags": [
        "x402",
        "signed-artifacts",
        "verification",
        "agent-memory",
        "human-labor"
      ],
      "iconUrl": "https://scvd.store/favicon.svg",
      "mimeType": "application/json",
      "description": "A Signed Hello. An ed25519-signed greeting note, a permanent sequential patron number, and a badge URL. Full listing: https://scvd.store/menu/hello. MCP tool: buy_hello.",
      "serviceName": "SCVD General Store"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "agent_name": "friendly-agent"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "item_id": "hello",
              "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": 0.5,
              "signature": "<128 hex chars, ed25519>",
              "verify_url": "https://scvd.store/api/verify/cert_k2m9v4xwqp",
              "certificate": {
                "date": "2026-07-22T15:04:05.000Z",
                "item": "hello",
                "cert_id": "cert_k2m9v4xwqp",
                "patron_number": 41
              },
              "deliverable": "<the A Signed Hello itself, as text>",
              "patron_number": 41
            }
          }
        },
        "schema": {
          "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": {
                    "agent_name": {
                      "type": "string",
                      "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"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/sean-claude-van-damme-s-general-store/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-28 · uptime 100.0% · 542ms avg07-2807-28
30d UPTIME 100%
RESPONSE TIME
07-28 · 542ms avg07-28 · 542ms avg07-2807-28
AVG RESP 538ms
PRICE (captured 402, USD)
building price history ($0.01)

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) · click to expand
TIME STATUS RESP
● OK 391ms
● OK 528ms
● SLOW 842ms
● OK 633ms
● OK 684ms
● OK 439ms
● OK 531ms
● OK 433ms
● OK 221ms
● OK 591ms
● OK 740ms
● OK 361ms
● SLOW 828ms
● OK 380ms
● OK 323ms
● OK 360ms
● OK 764ms
● OK 678ms

EMBED THIS BADGE

Show that Sean-Claude Van Damme's General Store is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Sean-Claude Van Damme's General Store listed on x402-list
status
Sean-Claude Van Damme's General Store uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/sean-claude-van-damme-s-general-store?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/sean-claude-van-damme-s-general-store.svg" alt="Sean-Claude Van Damme's General Store listed on x402-list" height="28">
</a>
// Markdown
[![Sean-Claude Van Damme's General Store on x402-list](https://x402-list.com/badge/sean-claude-van-damme-s-general-store.svg)](https://x402-list.com/services/sean-claude-van-damme-s-general-store?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/sean-claude-van-damme-s-general-store?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/sean-claude-van-damme-s-general-store.svg?data=uptime" alt="Sean-Claude Van Damme's General Store uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]