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:
burnPct | royaltyTo | The royalty goes |
|---|---|---|
0 (default) | — | all to the launching wallet |
0 | 0x… | 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:
- At launch: name the dead address
0x000000000000000000000000000000000000dEaDinfirstBuyTo, and that share of your first buy can never move. Example. - On every sale: the pool fee on a sell is paid in the token and burned.
- By the royalty:
burnPctabove 0.
Liquidity is locked for ever on every launch. Nobody can remove it: not the creator, and not us.