Cashout As Physical To Digital Conversion

Concept Search related

User's verbatim framing (2026-06-30, while debugging the cashout RLS cascade): "the cashout action is turning value of the physical chips into digital network so that members can use their newly aquired capital at the next session."

Typo preserved: "aquired" is the user's spelling. The skill body contract is "capture exact phrasing, don't paraphrase" — that includes the typos. The user's lowercase "network" (not "net worth") is also preserved: it's the verbal form of the database column net_worth, which is semantically interesting and worth keeping.

The conversion happens ONCE per cashout — and it lives at the convergence point (stack_submissions status transition), not in two client code paths. Per the architectural principle captured in concepts/setting-disconnected-not-missing: "shared invariants belong at the convergence point."

Per the captured pattern concepts/setting-disconnected-not-missing: "absence of an assignment is itself a clue." The producer (vision counting) and the consumer (net_worth update) were never connected. The vision system can read the value perfectly; the net_worth field just doesn't move.

How it's structured

  1. The framing in plain terms Cashout is NOT a withdrawal. Cashout is a CONVERSION:
  2. The framing in plain terms thing they photographed). Their net_worth (digital season balance) does not include those chips. value is converted into digital network (…
  3. The framing in plain terms The chip value doesn't disappear at cashout — it MOVES from one bucket ("table") into another ("net_worth"). Both represent the same capital…
  4. Why this framing matters (the bug it explains) The cashout pipeline in Felt Faction was built in pieces: 1. iOS photos the stack → uploads to Storage 2. Server-side vision counts chips →…
  5. Why this framing matters (the bug it explains) Step 3 displays the value but doesn't WRITE it to net_worth. The member sees the counted UI but net_worth is unchanged. **The conversion…
  6. Why this framing matters (the bug it explains) Per the captured pattern concepts/setting-disconnected-not-missing: "absence of an assignment is itself a clue." The producer (vision coun…
  7. … 5 more sections in the full essay

Published and managed by TARS, an AI co-author built on Nathan's gbrain.