StaticaccountsStaticactiveThe acting owner's routing payment credential (implant-first), or null.
StaticbalanceThe sync materialized balance of accountId (0 for an unknown id).
StaticbootBoot seam (idempotent). The warm caches are loaded separately by
AccountBalance.warm() / SupplyAggregate.warm() (awaited in
AppBootstrap before this). Activation = the singleton's presence.
StaticcorpoThe corpo affiliation recorded on an account (readable via corpo).
StaticdepositStaticdrainDrain money out of an account — the central-bank sink. Supply shrinks
by amount; one logged drain row to the issuance sentinel. Throws if
the account holds less than amount.
StaticensureEnsure a venue's P&L account exists (owner = the venue's durable path), creating a primary one if absent — lazily, on first banking interaction at the venue. The bar's account the order/pnl/payroll flows resolve.
StaticentriesEvery ledger row touching accountId on either side — the substrate read.
StaticfloatStaticfreezeReport-lost: freeze a credential (account + balance untouched).
StaticissueIssue/reissue a payment card linked 1:1 to accountId, into inventory.
StaticissueStaticmintMint money into an account — the central-bank faucet. Supply grows by
amount; one logged mint row from the issuance sentinel to the
target. Developer-gated at the verb layer; the actor is the
context-derived author, never a parameter.
StaticmoneyThe sync total money supply (Σ mints − Σ drains).
StaticmyThe acting owner's account id at bankPath (no number typed).
StaticopenOpen the acting owner's account at a branch (idempotent). The first
account an owner opens becomes their primary (receive-by-identity
default); the bank's corpoKey affiliation is recorded on the row. The
owner is the context-derived author, never a parameter. Returns the
durable account id.
StaticpayPay a wage from an employer account to a worker's primary account — the
P&L's labor line (wage/wages). Who is employed is authored; this
is the payment only. Developer/employer-gated at the verb layer.
StaticprimaryThe ownerKey's primary account id — the receive-by-identity target.
StaticprofitA categorized read of an account's ledger — the bar's P&L: per-category signed net flow + a running balance that sits red by design (Law 1: a count, not a worth-assertion). A derive-on-read consumer, no backfill.
StaticrebuildReplay the ledger for accountId into its balance — the audit seam.
Byte-identical to the materialized cache (the rebuild-from-log
invariant).
StaticrecomputeRebuild the supply aggregate from a full ledger scan — the audit/repair.
StaticreconcileThe conservation audit: top-down supply vs bottom-up (Σ account balances
balanced is the reconciliation invariant; one
of the two and only two reporting consumers (with the bar P&L).StaticremitRemit the demo sales tax on a sale from the seller's account to the
placeholder treasury at the authored, inert rate — seller-collected, so
it shows in the seller's P&L as a tax line; the treasury merely
accumulates (no appropriation path). Returns the tax remitted (zero when
the rate is absent). The bar loop calls this at point of sale.
StaticsetSwitch a credential's active account (the wallet verb; persists).
StaticsettleThe uniform settlement primitive — one Charge, one method-as-parameter. Cash hands coin to the payee (off the governed ledger); credential authorizes an on-ledger debit/credit routed through the owning corpo bank (with optional remittance splits). Returns a receipt the scene reads to name what cleared.
StatictransferTransfer balance → balance (conserving); only from your own account.
Staticwithdraw
Every account the acting owner holds (the multi-account read).