exec /mint — create & mint treasury tokens

Pure client-side tool: your injected wallet calls the minter factories and child tokens directly — no server, no keys, and no third-party contract ever enters the path. Cost previews come from live Multiplier(uint256) reads — the same math the contracts enforce. Creation is always paid in MV 0xA1BEe1daE9Af77dAC73aA0459eD63b4D93fC6d29; mints are paid in the token's parent. New tokens are registered to tx.origin — the EOA that signs. Deep links work everywhere: /mint?token=0x… opens mint-existing,/mint?minter=0x… preselects a factory. Mechanics: multipliers · claim & publish.

every factory charges InitialMint of MV at creation (the parent is never charged at birth) and mints InitialMint units to tx.origin — you.

log

—

tool: mint — the first of the wallet-direct toolset · ABIs on the minter entity pages (also /abi/tt-templates.json) · pricing formulas [src] multipliers · this tool never touches any third-party ownable contract — standing policy.