Mechanics
New to the system? Start with the overview — this section is the detailed layer beneath it.
The treasury system is a family of immutable factory contracts (“minters”)
that deploy child ERC-20s (“TreasuryTokens”, TTs) with parent-collateral
economics. Five generations exist onchain; every page in this section states
the normative mechanics with source provenance — [src] recovered/verified
Solidity and [chain] onchain state — and generated statistics from the
census data layer.
| Page | Contract | Generation | Children [chain] |
|---|---|---|---|
| V1 TbillMinter | 0xC7bDAc3e6Bb5eC37041A11328723e9927cCf430B |
2024-12-28 · block 22303877 | 167 |
| V2 FederalMinter | 0xc15c5F699Daf5e1135732139f05D2c05b3EF4354 |
2025-01-04 · block 22362690 | 1,560 |
| V3 IndexMinter | 0x0c4F73328dFCECfbecf235C9F78A4494a7EC5ddC |
2025-01-31 · block 22590323 | 506 |
| V4 PersonalMinter | 0x394c3D5990cEfC7Be36B82FDB07a7251ACe61cc7 |
2025-02-20 · block 22755643 | 891 |
| Bureau minters | four contracts, 2025-02-01 | fixed-parent V3 storefront | 5 (all via #1) |
Cross-cutting topics:
- The registry /
tx.originownership model - The
_hupermission ladder - Claim & publish semantics
- Multipliers
- Liquidity structure (reference section)
- Shared infrastructure — MATH/RNG (reference section)
All eight minters were deployed by the same EOA (Maria #1
0xBF182955401aF3f2f7e244cb31184E93E74a2501) except Bureau#4 (deployer
0x3eC13D6BB18dB629941399EE12B5b3a1Ea281De6) [chain]. None of them
carries any admin, upgrade, or kill surface — see the per-minter pages and
the bytecode provenance in the claim registry.