Free Strategy Call

Supply invariant

A supply invariant is the rule the whole system depends on: circulating token supply must never exceed verified backing. It is enforced automatically at the contract level, so a mint that would violate it simply reverts. This is what makes a one-to-one backing claim verifiable on-chain rather than a marketing assertion.

A backing claim in a whitepaper is a promise. A contract that reverts any under-backed mint is enforcement. The gap between the two is where the system breaks.

How it works

A supply invariant lives as a check in the token's mint function. Before any new supply is issued, the contract verifies that the backing registered on-chain, whether a custodial balance proof, an oracle-attested reserve, or a collateral pool value, covers the new issuance. If the check fails, the transaction reverts and no tokens are minted.

There is no administrative override unless the contract explicitly grants one, which is why an admin-capability matrix belongs alongside any invariant analysis.

Design consequence

The invariant has to be expressed precisely to be enforceable. Backed one-to-one is a natural-language claim; the on-chain version must specify the token, the quantity, the oracle or proof source, the update frequency, and any tolerance band. An invariant relying on an oracle that updates every 24 hours leaves a 24-hour window in which real backing could fall below circulating supply without triggering a revert. That lag is a design risk, not a theoretical edge case.

Example

For real-world asset tokens, the invariant bridges the on-chain economy and the off-chain legal reality. A real estate token's invariant must hold that no token exists without a corresponding legally registered fractional interest. The contract enforces the math; the legal structure enforces the real-world claim. Both must be intact for the backing to be real, which is exactly where auditors focus when reviewing tokenized-asset structures.

See RWA Tokenomics for how this applies in practice.

Know the terms but not sure how they apply to your project? That is what an engagement is for. We design, document, and stress-test the whole token economy inside the Tokenomics Data Room.

Book a discovery call

80+ projects advised. Complete tokenomics in 4 to 6 weeks.