Deployment Mode
KRC-20 supports two deployment modes to facilitate support for different usage scenarios.
Fair Mint
In this model, all circulating tokens are minted via mint operation , with no reserved. Any mint operation that does not exceed the supply limit is considered valid.
Pre Allocation
The deployer can give specific address certain amount of the KRC-20 tokens during the deployment process. This can be implemented at deployment time by setting the "pre" parameter to the amount of pre-minted token and the "to" parameter to the address of the received.
Last updated