Glossary

What is Minting?

Minting creates new tokens and adds them to the total supply; only an address with mint permission on the contract can do it.

When a token is minted, the contract increases an account's balance and raises total supply. A token is 'mintable' only if its contract includes a mint function gated to an authorized role (usually the owner).

Mintability is a trade-off: it lets a project expand supply for rewards or liquidity, but holders may see it as inflation risk. Many projects renounce ownership after launch so no further minting is possible.

Keep reading