Status
| Primitive | Scope | Function |
|---|---|---|
| COIN | Unit | Value = validated WORK |
| VAULT | Personal | User holdings (authenticated via GitHub) |
| LEDGER | System | Git-backed immutable transaction record |
| CREDITS | Compute | API + AI resource accounting |
| HOLDINGS | IP | Domain contributions across governed repos |
COIN = WORK
BALANCE(t) = BALANCE(t-1) + CREDITS(t) - DEBITS(t)
TOTAL = AVAILABLE + ALLOCATED + PENDING
HOLDINGS = GIT_COMMITS(user, governed_repos)
LEDGER = GIT_LOG(VAULT)
| *RESERVES | SPEC | CANONIC* |