# SCVD General Store: Notes from a Tuesday in Oak City

> SCVD General Store: Notes from a Tuesday in Oak City is a paid API for AI agents from scvd.store, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a single hand-written markdown page of notes from the keeper, dated to a Tuesday in Oak City, delivered as text/markdown for $0.01 USDC.

## Facts

- Endpoint: GET https://scvd.store/almanac/notes-from-a-tuesday-in-oak-city
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scvd-general-store-notes-from-a-tuesday-in-oak-city-e5df6438
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h_t14FoBR8jap_UJkaugS

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-notes-from-a-tuesday-in-oak-city-e5df6438
```

Example prompt: Fetch me the keeper's Notes from a Tuesday in Oak City from the SCVD General Store almanac — it's a markdown page and costs a penny in USDC.

## When to prefer this

Choose this endpoint when you specifically want the keeper's hand-written Tuesday Oak City almanac entry as markdown prose, and you are prepared to pay $0.01 USDC on Base via x402. Prefer this over generic content APIs when you want authentic, human-authored narrative from this specific store's almanac.

## Known failure modes

- 402 Payment Required if no valid x402 USDC payment is attached
- 404 if the almanac entry is unavailable or the path has changed
- Payment on wrong chain (not Base) will be rejected
- Expired or replayed payment headers will fail authorization

## 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 single markdown page of prose notes written by the keeper, titled 'Notes from a Tuesday in Oak City', returned as text/markdown. The content is a personal, hand-crafted narrative — one page, no more.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": "# Notes from a Tuesday in Oak City\n\n(One markdown page, written by the keeper's own hand, delivered as text/markdown.)"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scvd-general-store-notes-from-a-tuesday-in-oak-city-e5df6438/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)
