D17 DOCS
Concepts

Supply math must close

The factory rejects hidden or unallocated supply rather than explaining it in fine print.

Every token unit has a declared destination at launch creation:

sale + LP reserve + creator distribution + dead-address allocation = total supply

An off-by-one configuration reverts. The creator distribution is capped at 10% of total supply. The factory also caps the treasury share of settlement WETH at 20% and the ordinary late-refund penalty at 50%.

The token is minted only through the atomic launch-creation path. After distribution, minting closes and token ownership is renounced. There is no later function for a creator or platform administrator to mint more supply.

Unsold sale allocation follows the launch's predeclared burnUnsoldSaleTokens policy during finalization. The terminal should display that rule before anyone commits.

The arithmetic cannot tell a participant whether an allocation is desirable. It does ensure the on-chain split is complete, capped where specified, and immutable.