What this changes
Balances use shares as the base unit while labels remain stable for interface use.
Whitepaper
Author: Sam Gon & Jaaz — Revision: February 6, 2026.
PILLAR is a fixed-supply, share-native protocol for global settlement. It separates account values from display labels, enforces audited issuance rules, and keeps redemption, custody, and governance operations explicit.
The design is built for participants who want predictable monetary accounting, clear custody boundaries, and auditable policy changes instead of discretionary monetary levers. Liquidity allocation replaces hidden refinancing mechanisms, and every policy switch must be published and time-locked.
Balances use shares as the base unit while labels remain stable for interface use.
Users can verify outcomes with published parameters and formulas instead of trust-based interpretation.
Cross-border settlement, redemption workflows, custody evidence, and sovereign coordination.
PILLAR is a global monetary protocol design in which all balances and state transitions are represented as fixed shares of an immutable total supply. Instead of treating labels such as dollar or penny as the ledger unit, they become fixed aliases over shares. The protocol combines sovereign custody nodes, deterministic issuance, and explicit redemption windows to enable transparent cross-jurisdiction clearing without discretionary inflation.
The protocol is built around three principles: mathematical cap stability, role-separated infrastructure, and explicit accountability through public proofs, windows, and published parameters.
Conventional legacy systems depend on policy levers to handle scarcity, inflation, and exit paths. In PILLAR, the unit of account is not a mutable label, but a stable share of a fixed cap. This narrows the set of operations that can silently alter the accounting model.
The design reduces hidden coupling between liquidity creation, sovereign debt migration, and settlement mechanics. This yields a protocol where reserve dynamics are explicit and auditable while leaving policy space where it is structurally expected: governance and parameter control.
PILLAR defines all economic state in terms of shares. A share is a fixed, indivisible base unit from the perspective of protocol accounting.
Circulating = SHARE_SUPPLY_MAX - reserve_pool_shares - burned_shares
This is the economic base for value-per-share and redemption accounting.
Given a legacy value of 250.00 in Dollar-equivalent terms:
shares = 250 × DOLLAR_SHARES = 250,000 shares
Under this definition, a UI label “$250” always maps to the same number of shares.
A “penny-candy” condition appears when tiny labels such as Penny are treated as hard anchors while purchasing power shifts through inflation or deflation. Under inflation, more real value may be required than one Penny suggests; under deflation, one small spending unit can span multiple Penny labels. In that state, users see stable small-number labels while actual settlement math differs.
PILLAR avoids this by fixing label aliases at constant share counts: `PENNY_SHARES = 10`, `DOLLAR_SHARES = 1,000`, and `MIN_SHARES = 1`. Label values never rebase; only shares move through deterministic protocol rules.
Genesis is a one-time conversion process where participating sovereign liabilities are converted into shares using a ratified FX snapshot. After conversion, FX updates no longer alter ledger state.
For each converted balance in currency c:
shares = floor(FX_snapshot(reference,c) × value_c × DOLLAR_SHARES)
Rounding and minimum-flooring rules prevent fractional leakage.
Each participation boundary and sovereign debt mapping is a legal and policy step outside pure protocol state. The protocol preserves the results in immutable post-genesis accounting.
R^e = MerkleRoot(h_1^e, h_2^e, ..., h_N^e)
Finality is achieved with threshold signatures plus sovereign diversity checks.
Principal is held under custody structure. Allocators cannot mint or expand principal; they can only assign according to policy windows.
UsageFee = shares_assigned × r_s × dt_seconds / seconds_per_year
Fee is deterministic and monotonic over elapsed time, with floor rounding to `MIN_SHARES`.
tx_fee = max(MIN_SHARES, floor(transfer_shares × fee_rate))
Fee floors and optional sovereign taxes are published in parameter sets.
Assigned shares: 500,000. Annual usage rate: 2%. Time elapsed: 43,200 seconds.
accrual = floor(500000 × 0.02 × 43200 / 31,536,000) = 13 shares
So the holder pays exactly 13 shares for the period.
Verified deposits can mint shares from the reserve issuance pool according to published `vps`. Issuance reduces reserve pool and increases circulating supply.
Redeemers submit shares and enter FIFO windows. Redemption burns shares and removes backing at published `vps`, while respecting caps and queue order.
asset_out = redeem_shares × vps_request
where `vps_request` is the published value-per-share at request time.
Each batch is split to n fragments with reconstruction threshold k. Nodes are sampled and penalized for missing attestations.
Conflicting signatures, missed attestation, and faulty reporting reduce availability score and can remove nodes from reward participation.
Primary threats: collusion, selective withholding, replay under partitions, and oracle/UI misinformation. The protocol mitigates by separating roles and anchoring state in transparent commitments.
Upgrade changes require sovereign quorum plus time-lock, followed by on-chain publication and activation lag.
The protocol requires operational playbooks for pause events, major key rotation, custody attestations, and parameter emergencies. The intent is not to remove policy entirely but to force every policy change into auditable pathways.
If a node misses required attestations across three consecutive epochs, it can be excluded from immediate finality credits and required to requalify after probation plus repaired history.
Reference files: PILLAR-Executive-Summary.txt · whitepaper.txt · technical-doc.txt · technical-overview.txt · software-spec.txt