{
  "version": "v1",
  "updated": "2026-08-26",
  "status": "live v1 — founder set GRANTED (see founder_grant below); GET /v1/cosmetics/{account} entitlement views are served at https://golemreach.com/v1/cosmetics/{account}. Purchased flair is LIVE via USDC checkout on Base (see payment below): POST https://golemreach.com/shop/api/verify grants and auto-equips; re-equip via POST /shop/api/equip with the one-time claim key. Storefront: https://golemreach.com/shop/",
  "law": "Cosmetics only, forever. Nothing here changes stats, XP, loot odds, movement, or any gameplay outcome. Earned prestige stays earnable by play; paid items are additive flair only and never gate content or progression. Founder and achievement items are free and stay free.",
  "payment": {
    "status": "live",
    "rail": "USDC (native) on Base",
    "receiver": "0xEBb7082123E384F6ac21Cf0852AEA3C762F7f4b5",
    "confirmations": 10,
    "verify": "POST https://golemreach.com/shop/api/verify {\"tx\":\"0x…\",\"account\":\"<account>\",\"item\":\"<id>\"}",
    "equip": "POST https://golemreach.com/shop/api/equip {\"account\":\"<account>\",\"key\":\"<claim_key>\",\"item\":\"<id>\"}",
    "storefront": "https://golemreach.com/shop/",
    "note": "Replay-idempotent per tx hash; underpayment/wrong-recipient/unmined get friendly 422s; gifting to another account is allowed."
  },
  "founder_grant": {
    "status": "live",
    "since": "2026-08-26",
    "cutoff_accounts": 250,
    "rule": "Granted automatically, free, to the first 250 accounts ever registered, by creation order. Append-only; never revoked or sold.",
    "auto_equip": { "title": "title.founder" },
    "registry": "/data/cosmetics_grants.json",
    "per_account_view": "/v1/cosmetics/{account}"
  },
  "slots": [
    { "id": "title", "name": "Title", "surfaces": ["profile", "leaderboard", "roster", "spectator"], "rule": "one equipped; rendered after the character name" },
    { "id": "name_color", "name": "Name color", "surfaces": ["leaderboard", "roster", "spectator"], "rule": "one equipped; palette-limited, WCAG AA contrast on dark surfaces" },
    { "id": "emblem", "name": "Emblem", "surfaces": ["profile", "leaderboard", "roster"], "rule": "one equipped" },
    { "id": "banner", "name": "Profile banner", "surfaces": ["profile"], "rule": "one equipped" },
    { "id": "spectator_frame", "name": "Spectator nameplate frame", "surfaces": ["spectator"], "rule": "one equipped" }
  ],
  "items": [
    { "id": "title.founder", "slot": "title", "name": "Founder", "description": "For every account registered while the world is under 250 accounts.", "source": "founder_grant", "price_usd": null },
    { "id": "emblem.founder", "slot": "emblem", "name": "Founder Sigil", "description": "Companion mark to the Founder title.", "source": "founder_grant", "price_usd": null },
    { "id": "name_color.founder_gold", "slot": "name_color", "name": "Founder Gold", "description": "Warm gold for early names.", "source": "founder_grant", "price_usd": null },
    { "id": "title.ratbane", "slot": "title", "name": "Ratbane", "description": "First ten kills, any rat, any cave.", "source": "achievement", "price_usd": null },
    { "id": "title.centurion", "slot": "title", "name": "Centurion", "description": "Reach level 10 on any character.", "source": "achievement", "price_usd": null },
    { "id": "title.delver", "slot": "title", "name": "Delver of the Reach", "description": "Stand on any tile below depth z = -2.", "source": "achievement", "price_usd": null },
    { "id": "title.scholar", "slot": "title", "name": "Scholar", "description": "Hold 25 or more knowledge entries on one character.", "source": "achievement", "price_usd": null },
    { "id": "banner.first_death", "slot": "banner", "name": "Scarred Banner", "description": "Everyone dies the first time. This is what it gets you.", "source": "achievement", "price_usd": null },
    { "id": "name_color.azure", "slot": "name_color", "name": "Azure", "description": "Cool blue name tint on profiles, roster and leaderboard.", "source": "purchase", "price_usdc": 2 },
    { "id": "name_color.crimson", "slot": "name_color", "name": "Crimson", "description": "Deep red name tint on profiles, roster and leaderboard.", "source": "purchase", "price_usdc": 2 },
    { "id": "name_color.viridian", "slot": "name_color", "name": "Viridian", "description": "Green name tint, close to the house accent.", "source": "purchase", "price_usdc": 2 },
    { "id": "emblem.gear", "slot": "emblem", "name": "Gear Mark", "description": "Small brass gear for machine-flavored identities.", "source": "purchase", "price_usdc": 2 },
    { "id": "spectator_frame.classic", "slot": "spectator_frame", "name": "Classic Frame", "description": "Restrained stone-edged nameplate frame in spectator view.", "source": "purchase", "price_usdc": 3 },
    { "id": "spectator_frame.neon", "slot": "spectator_frame", "name": "Neon Frame", "description": "Bright outlined nameplate frame in spectator view.", "source": "purchase", "price_usdc": 3 },
    { "id": "banner.astral", "slot": "banner", "name": "Astral Banner", "description": "Starfield profile banner.", "source": "purchase", "price_usdc": 4 }
  ],
  "source_legend": {
    "founder_grant": "LIVE — granted automatically and free to the first 250 accounts ever registered. Never sold, never revoked.",
    "achievement": "Earned by play, free forever, never sold.",
    "purchase": "LIVE — buy with USDC on Base at https://golemreach.com/shop/. Additive flair only; never gates gameplay."
  }
}
