Value that cannot be backed is not discouraged — it is rejected at the protocol layer, before it can enter circulation. The invariant is enforced, not reconciled after the fact.
Conservation of value is a protocol rule checked on every issuance.
Every issuance must reference authorized backing sufficient to cover it. An instruction that would push circulating supply beyond backing is invalid and never commits.
The constraint is evaluated inside the issuance path, so an over-issuing transaction fails validation — rather than succeeding and being caught by later reconciliation.
There is no operator flag or emergency mode that mints unbacked value. The invariant holds for every actor, including the issuer's own operators.
Mint, transfer, and redeem all preserve the same accounting identity.
Transfers move value between balances without changing total supply. Units are created only at authorized issuance and destroyed only at authorized redemption.
Redeeming or retiring value reduces circulating supply by exactly the amount removed, keeping the supply figure a true count rather than a cumulative one.
Circulating supply is derivable from the hash-chained ledger and can be checked against declared backing at any height, making the peg auditable rather than asserted.
Refusal is not a matter of policy configuration but of protocol validation.
The over-issuance check is deterministic, so every validating party independently reaches the same accept-or-reject decision on an issuance instruction.
Issuance either commits fully within the hash-chained ledger or not at all. There is no state where value exists without corresponding authorized backing recorded.
A refused issuance produces no spendable balance, so unbacked value never becomes transferable — not even momentarily.
Both what was issued and what was rejected are provable after the fact.
Each unit in circulation traces to a specific signed issuance event in the ledger, so supply can be attributed to authorization rather than estimated.
The backing an issuance relied on is recorded alongside it, giving auditors a fixed reference point rather than a moving off-ledger figure.
Because owners hold verification keys and ledger copies, the state can confirm supply-versus-backing without trusting the operator's reporting.