Mint Tokens
Increase supply of your TRC20 token on TRON network
FAQ
What does minting TRC-20 tokens mean?
Minting TRC-20 tokens means creating new tokens and adding them to the total supply. Only the token owner can mint new tokens if the token was created with the mintable feature enabled.
Who can mint TRC-20 tokens?
Only the current owner of the token contract can mint new tokens. If ownership has been renounced, minting is no longer possible.
Is there a maximum supply limit when minting?
If a maximum supply was set during token creation, you cannot mint tokens beyond that limit. The smart contract will reject any mint that would exceed the max supply.
How much does it cost to mint TRC-20 tokens?
Minting requires a service fee paid in TRX plus network energy costs. The service fee is fixed, while energy costs depend on network conditions.
Can I mint tokens to a different address?
Yes, you can specify any valid TRON address as the recipient of the newly minted tokens. By default, the connected wallet address is used.
