Glossary

What is Total supply?

Total supply is the number of tokens that currently exist for a contract — every minted token minus every burned token.

Total supply changes only when tokens are minted (created) or burned (destroyed). It is distinct from circulating supply, which excludes tokens locked, vested, or held in treasury.

On Monmint you set the initial supply when you deploy a token. If the contract is mintable you can increase supply later; burning tokens or LP tokens reduces it permanently.

Keep reading