Max Supply
600,000,000,000,000,000 shares
Immutable cap (`SHARE_SUPPLY_MAX`).
How fixed-cap accounting is kept consistent across labels, fees, and redemptions.
Max Supply
Immutable cap (`SHARE_SUPPLY_MAX`).
Label Dollar
`DOLLAR_SHARES` fixed alias by protocol definition.
Penny
`PENNY_SHARES`, immutable in this model.
Pillar
Atomic unit for precision and ledger operations.
C = SHARE_SUPPLY_MAX - reserve_pool_shares - burned_shares
Where `C` is circulating shares used for user balances and distribution.
If a legacy Dollar-equivalent amount of 123.45 is converted at genesis, shares credited are:
shares = 123.45 × 1000 = 123,450 shares
Rounded and clamped rules preserve deterministic precision guarantees.