1. Wallet signs and submits
The sender signs a share-denominated transaction. The message includes nonce, amount, fee fields, and chain identity.
How the protocol moves from genesis setup to live transfers, finality, and redemption.
A single transfer follows a deterministic sequence from signature to final ledger inclusion.
The sender signs a share-denominated transaction. The message includes nonce, amount, fee fields, and chain identity.
Processing Nodes relay and stage the transaction while preserving path evidence for traceability and replay resistance.
The proposer checks signature validity, nonce order, balance sufficiency, fee floors, and policy constraints.
Validated transactions enter an epoch batch. Country Nodes sign the root, then finality requires threshold weight and sovereign diversity.
The transfer becomes final once consensus criteria are met. The ledger, proof path, and signatures can be inspected by clients.
tx -> mempool -> batch hash -> signed root -> finalized ledger state
A holder submits shares for redemption. The request must be at or above the minimum redemption threshold.
The request enters FIFO order. Per-window backing caps are applied to prevent discretionary prioritization or sudden outflow spikes.
When the window opens and capacity exists, backing is released using the published value-per-share for the applicable window.
Redeemed shares move to the burn sink and cannot return to circulation, preserving supply partition integrity.
A holder submits 100,000 shares to redeem. If queue position and the current window cap permit execution, backing is released and shares are burned in that window.
The request remains in FIFO order for the next eligible window. This keeps redemption scheduling deterministic and publicly auditable.
If required fragments are unavailable, affected processing can pause while reconstruction runs. Queue order and published state remain intact.
Nodes that miss required finality or attestation criteria can lose eligibility until they requalify under published participation rules.
Role separation between Country Nodes and Processing Nodes limits single-role concentration and keeps settlement and data duties explicit.
PILLAR keeps each transition visible: who validated, what was finalized, what was queued, and what was burned. The protocol reduces ambiguity by making each stage inspectable in public state.
Open the simulation to create wallets, submit transfers, and inspect the pipeline from wallet signature to country-node finality.
Open SimulationThe whitepaper defines formulas, invariants, parameter boundaries, and governance controls used by the operational flow.
Open Whitepaper