Token Generator
Deploy a verified LC20 on Lightchain in one transaction. All four archetypes ship from the same audited factory; bytecode is open and reproducible.
Standard LC20
…Plain fixed-supply LC20. No owner. Smallest attack surface.
- Fixed total supply
- No mint
- No tax
- No owner
Configure & deploy
Mintable LC20
…Owner can mint up to a hard cap set at deploy. Cap is immutable.
- Initial + max supply
- Owner mint within cap
- Ownable2Step transfer
⚠ Owner can dilute holders by minting up to cap.
Configure & deploy
Burnable LC20
…Holders can burn their own balance. No owner, no mint.
- Fixed initial supply
- burn / burnFrom
- No owner
Configure & deploy
Tax LC20
…Buy/sell tax routed to a recipient. Bounded by an immutable 10% cap per side.
- Buy & sell tax (bps)
- Owner can lower / pair-flag
- Tax recipient configurable
⚠ Owner controls tax + AMM-pair flag — disclose this clearly to buyers.
Configure & deploy