Mint
Protocol
Create new tokens or NFTs and record them on-chain.
Minting creates new assets on chain, like tokens or NFTs. Contracts define who can mint, how many, and when. Always confirm addresses and rules before you mint.
Frequently asked questions
Who can mint tokens?
Depends on the contract. Some allow anyone to mint under rules, others restrict minting to owners or specific roles.How do I verify a mint?
Check the contract address, function called, and token metadata in the explorer.Can minting be paused?
Many contracts include pause or cap controls. Review code or docs before participating.