A mint function is code in a token contract that creates new supply after deployment. Whoever holds the permission can call it and increase the total. Whether a contract has one, and which address is allowed to call it, is readable in the contract itself rather than taken on trust.
The consequence is dilution. Say you hold 1,000 tokens out of a 1,000,000 total: 0.1% of supply. Mint another 1,000,000 and you still hold 1,000 tokens, now 0.05%, without signing anything. That new supply also has to be absorbed by liquidity that did not grow with it.
Three states are common: no mint function at all, a capped mint, and an open mint whose permission still sits with an address. Ownership can also be renounced, setting the owner to an address nobody controls, which makes the function uncallable. Read the current owner, not the launch announcement.
Every token page prints current total supply next to holder concentration and the deployer wallet label, and a change in that total is what a mint looks like from outside. New tokens lists the —pending tokens created in the last 24 hours.
Choosing supply and permissions before you deploy is covered in how to launch a token on Robinhood Chain. How mint permission turns into an exit is in rug pulls, explained honestly.
Frequently asked questions
Is a mint function the same as a rug pull?
No. A mint function is a capability written into a contract; a rug pull is an event. Mint permission can be capped, held behind a timelock, or assigned to a staking-rewards contract, and each of those states is written in the code. What you can verify is who holds the permission, whether a cap exists, and whether ownership has been renounced.
How to launch a token on Robinhood Chain
Launch a token on Robinhood Chain in one transaction: mint, pool and lock free with MintPlus. Every step, every fee, and what buyers check first.
Read nextHow rug pulls work, explained honestly
How rug pulls work on Robinhood Chain: the liquidity pull, the supply pull and the sell-side block, what each leaves on-chain, and what a lock stops.
See it liveExplore Robinhood Chain tokens
Every token trading on Robinhood Chain with live price, volume and liquidity. No ratings, no endorsements — free, updated continuously.