Multipliers

Normative from the recovered templates [src]; current multipliers for every V3/V4/Bureau child are snapshotted on their entity pages (multiplier_now, block-pinned) [chain].

Generation Pricing Formula [src]
V1 flat 1:1 vs TBILL (no multiplier — mint is plain 1:1)
V2 flat 1:1 vs parent (no multiplier)
V3 / Bureau system step ((addition + totalSupply()) / 1111111111e18) + 1
V4 self-scaled ((addition + totalSupply()) / Mint) + 1 where Mint = the token’s own initial mint

Reading the formulas:

Worked example (V3, fresh token): mint 500M units → cost 500M parent (1×). Mint another 500M: addition 500M + totalSupply 500M = 1.0B < 1.111B → still 1×. After supply crosses 1.111B, every further mint costs 2× per unit — and the first mint that crosses a boundary pays the new rate on the whole requested amount (the multiplier is computed on addition + totalSupply() before the mint).