Skip to content

The royalty and the burn

The royalty is the creator’s share of the pool fees on every buy of their token, for ever: 60% at today’s settings, locked in for that launch when it launches. It’s set with two fields on POST /build/launch:

burnPctroyaltyToThe royalty goes
0 (default)—all to the launching wallet
00x…all to another wallet
1–99—that share buys back and burns the token; the rest to the launching wallet
100—all of it buys back and burns the token, for ever

Three ways supply burns:

  1. At launch: name the dead address 0x000000000000000000000000000000000000dEaD in firstBuyTo, and that share of your first buy can never move. Example.
  2. On every sale: the pool fee on a sell is paid in the token and burned.
  3. By the royalty: burnPct above 0.

Liquidity is locked for ever on every launch. Nobody can remove it: not the creator, and not us.