Mint
Creating a new token or NFT and recording it on a blockchain. Minting can be open to the public, restricted by an allowlist, or programmatic via a smart contract.
What minting means in different contexts
Three main uses:
- NFT minting — creating a new NFT on-chain. The act of converting metadata into a unique token in a smart contract.
- Token minting — creating new units of an ERC-20 (or equivalent) token. New supply enters circulation.
- Stablecoin minting — creating new stablecoin tokens, typically against collateral. Reverses on redemption.
The common theme: bringing new tokens into existence via a contract function call.
NFT minting
The typical pattern:
- Project deploys NFT contract with a mint function.
- Users call the mint function, often paying a price.
- Contract issues a new NFT to the caller.
- Metadata is associated with the new token (either at mint or via reveal mechanics).
- The NFT is now tradable on secondary markets.
Mint prices vary from free (free mints, with users paying only gas) to substantial sums for sought-after collections.
Mint mechanics
A few common patterns:
- Public mint — anyone can mint; first-come, first-served.
- Allowlist mint — only addresses on a pre-approved list can mint, often at a reduced price.
- Dutch auction — price starts high, decreases over time; users mint when willing to pay current price.
- Bonding curve — price changes based on supply already minted; common in pump.fun-style memecoins.
- Reveal-after-mint — generic placeholder NFT initially; specific traits revealed later at a defined block.
Famous mint events
A few that matter:
- Otherdeed (Yuga Labs, May 2022) — gas wars produced over $200M in fees as users competed to mint.
- Bored Ape Yacht Club (April 2021) — initial mint at 0.08 ETH (~$190); subsequently traded above 100 ETH.
- CryptoPunks (June 2017) — free claim by Larva Labs followers; originally distributed for gas only.
- Various NFT mint events during 2021-2022 NFT boom drove gas fees to extreme highs.
Token minting
For ERC-20-style tokens:
- Initial minting — happens at token launch; initial supply allocated to specified addresses.
- Ongoing minting — depending on tokenomics, additional tokens may be minted for staking rewards, treasury, vesting, etc.
- Mint authority — who controls the mint function. Some tokens have fixed supply with no mint capability after launch; others retain mint authority for ongoing emissions.
For stablecoins:
- Centralized stablecoins (USDC, USDT) — issuer mints against fiat reserves; burns on redemption.
- CDP stablecoins (DAI) — anyone can mint by locking collateral in a CDP.
Mint and burn
Often paired concepts:
- Mint — creates new tokens.
- Burn — destroys tokens, removing them from circulating supply.
Together, they enable supply expansion and contraction. EIP-1559 burns Ethereum gas fees while staking emissions mint new ETH; net supply depends on relative magnitudes.
Risks at mint
Several specific risks:
- Gas wars. Popular mints can spike gas fees enormously, costing users hundreds in gas alone.
- Failed mints. Transactions can fail (mint sold out, contract reverted) while still consuming gas.
- Phishing. Fake mint pages drain wallets that connect.
- Rug pulls. Mint funds disappear; project abandoned.
- Disappointing reveals. Users mint expecting good outcomes; revealed traits or content disappoint.
Mint costs
Total cost includes:
- Mint price — denomination set by project.
- Gas fee — paid to validators for transaction processing. Can be substantial during congestion.
- Front-running risk — bots and snipers may compete for desirable mints.
Sophisticated mint participants set up infrastructure (gas optimizers, multiple wallets, fast RPC connections) to compete effectively.
Mint vs. drop
Related but distinct:
- Drop — a release event, typically at a scheduled time.
- Mint — the act of creating the token; happens during the drop.
A "drop" is the marketing event; "mint" is the technical action.
In broader context
The mint concept generalizes:
- Tokenizing real-world assets — minting RWA tokens against actual underlying assets.
- Wrapped tokens — minting wrapped versions when locking native assets.
- Liquidity-mining rewards — protocol mints reward tokens for participants.
- Governance dilution — minting new governance tokens dilutes existing holders.
Wherever new tokens enter circulation, "minting" is the relevant verb.
What individuals should know
For NFT minters:
- Set realistic gas budgets — don't expect to compete with bots on hot mints.
- Verify contract authenticity — fake mint pages target popular drops.
- Don't FOMO — most NFT mints don't appreciate.
- Check for delayed reveals — affects when you know what you got.
For token holders:
- Watch mint authority. Tokens with ongoing mint capacity face dilution risk.
- Understand emission schedules — when and how new tokens enter supply.
- Track inflation — net mint vs. burn determines supply growth.
The minting concept is foundational across crypto — it's how tokens come into existence. Understanding the specifics of any token's minting mechanics is essential to understanding its supply dynamics.