Bureau minters

Four contracts deployed the same day (2025-02-01) [chain]. A bureau minter is a fixed-parent storefront over the V3 factory engine: you give up choosing a parent, and in exchange every token it creates is automatically collateralized by one reserve token — the minter’s own BUREAU root. One of the four (#1) works; two (#2/#3) are structurally unable to create anything [chain]; one (#4) was never used.

What a bureau minter is

The V3 IndexMinter lets a creator pick any ERC-20 as the parent of a new token. A bureau minter removes that choice: the parent is baked into the contract at deployment time. Everything else — pricing, minting, claims — runs on the ordinary V3 rule set [src] (see V3 IndexMinter).

Each bureau minter arrives with its own reserve token, created by the minter’s constructor calling the real V3 minter — canonical source below; the proxies’ roots appear in their minters’ own deployment blocks [chain]:

constructor() {
    BUREAU = IndexMinter.New("Dysnomian Credit Bureau", unicode"BUREAU ㉾",
                             0, address(0xC7145e1290B1d1221Aba5Ae48d4aCE17c6BE088F));
}

So every “BUREAU ㉾” root is itself an ordinary V3 census child — parent Tellerz 0xC7145e1290B1d1221Aba5Ae48d4aCE17c6BE088F, initial mint 0, supply grown only by V3 mint() — and the four minters each anchored to their own [chain]. The result is a two-layer sub-treasury:

Tellerz ──V3 mint()──▶ BUREAU ㉾ (root) ──Bureau#1 New()──▶ bureau children

(The full chain runs deeper: the bureau layer hangs off the FED → FDIC → DFM → PARADE → Tellerz spine — walk it.)

To mint a bureau child you pay BUREAU ㉾; to get BUREAU ㉾ you mint it from V3 paying Tellerz [src]. Nothing is hidden — the bureau layer is just V3 mechanics with the parent choice removed.

The four deployments

# Minter Block BUREAU root Children Implementation [bc]
1 0xc4f0ce2b0ffa0063b763e2b6c124a1d80e0641b5 22602249 0x0b92aD7eD0da6c44Bf71B3FCEe668D1670000Ff5 5 canonical — full template embedded, direct CREATE, selector-exact vs bureauminter.sol
2 0x9680d815e3ba4fd78c5c1e6ea229abb03734e141 22602225 0x025C89443421eC5C9dC7fd9a00FD0Bf1bDdDdBaf 0 proxy — charges MV, then CALLs V3 New(…, BUREAU); no embedded template
3 0xc9be525a582b6f84d928b7901bd18b4315f8502b 22602178 0x312f1Dd1467d1ef2265652970E45239f508227d0 0 proxy like #2 (+Transfer)
4 0x5De29C8eac1482221de1945A566B6c65f54A3C3e 22603752 0xCF43a8b0690747BB5b40Dc01803a76CEfD7CD81D 0 full-template shape recompiled with solc 0.8.28; never used (deployer 0x3eC13D6BB18dB629941399EE12B5b3a1Ea281De6, not Maria #1)

All four were verified bytecode-side in the W1 archaeology: zero admin, upgrade, or self-destruct selectors anywhere in the family [src]. The same-night iteration (proxy → proxy → full → third-key rebuild four hours later) is visible onchain exactly as tabulated; no interpretation is attached in this reference.

Creating a token through Bureau#1

New(Name, Symbol, InitialMint) — note there is no parent parameter [src]:

function New(string calldata Name, string calldata Symbol, uint256 InitialMint) public returns (address) {
    ERC20 BuyToken = ERC20(WMContract);                       // MV
    bool success1 = BuyToken.transferFrom(msg.sender, address(this), InitialMint);
    require(success1, ...);
    TT _new = new TT(Name, Symbol, InitialMint, address(IndexMinter), BUREAU);
    TreasuryTokens[address(_new)] = address(this);
    return address(_new);
}

Step by step, as a user:

  1. Approve MV and pay InitialMint of MV — the same creation fee every factory generation charges. Bureau#1 accrued 8,000,200 MV over exactly 5 creation payments, matching its 5 children one-for-one [chain] (generated panel below).
  2. Your token is created with parent = the BUREAU root, fixed — and the initial supply lands in your wallet.
  3. Registration goes on the bureau minter’s own registry, not on the V3 registry — TreasuryTokens[child] = bureauMinter [src]. Keep this in mind; it drives the claim consequences below.

The five children (the entire bureau-tt census class) were created by four different accounts — Maria #1 plus three community creators [chain]; the generated panel lists them.

Life as a bureau child

Claims — the structural quirk

The child template points its IndexMinter registry at the real V3 minter (bureauminter.sol:43,111 [src]), so every claim gate a bureau child runs is a V3 lookup. Three consequences, all mechanical:

  1. A bureau child can never serve as a claim key anywhere. Keys must be found in the registry the payout consults — V3’s — and bureau children live only on the bureau minter’s own map [src].
  2. As a payout, a bureau child’s keys must be V3 children with the same creator AND the same parent (the BUREAU root) — the standard V3 three-gate. As of the census, no V3 child is parented to any BUREAU root [chain], so no qualifying key exists today. The only way one can come to exist: a bureau child’s own creator mints a fresh V3 token with that BUREAU root as parent — creator equality would then hold by construction. In plain terms: today only a child’s creator could ever claim it, and they would have to build the key first.
  3. No self-redeem — Claim(this, …) runs the same V3 registry gate on the payout itself and reverts [src] (this is the V4-only ability).

The BUREAU ㉾ roots themselves are ordinary V3 children — claimable under normal V3 rules (creator Maria #1 for roots #1–#3, parent Tellerz), hanging off the same Tellerz hub the claim-farmed bureau-ancestry spine grew from — see claim & publish.

Why #2–#4 produced nothing

What you can actually do with them

generated census statistics (rule: every child of the factory in the census — no selection)

children
5 — every row RPC-verified, entity-paged under /tokens
era mix
v3-bureau 2 · post-crisis 2 · long-tail 1
top creators
0x18F62166… ×2 · 0xBF182955… ×1 · 0x5b491d16… ×1 · 0xB644bA47… ×1
rule: top 8 EOAs by direct children created through this factory [chain]
MV revenue
8.00M MV over 5 payments (blocks 22,602,259–27,361,046)
childcreatorblocksupply (snap)links
Dysnomian National Bank0xBF182955…22,602,25910.42Tmint · claim
test0x18F62166…22,602,5051.0e-18mint · claim
Federal Credit Bureau0x5b491d16…23,246,184100mint · claim
TehBetterBusinessBureau0x18F62166…23,275,976100mint · claim
First Standing0xB644bA47…27,361,0460mint · claim

claims touching this entity (30)

statements inline for convenience — the full registry with proof refs + artifacts lives on /claims