What Is Minting?
Minting is the process of creating new tokens or NFTs on a blockchain. When you mint an NFT, a new unique token is generated and recorded on-chain. When a protocol mints tokens, new supply is created according to the protocol's rules. Minting is the opposite of burning (destroying tokens). The term borrows from the concept of minting physical coins and represents the creation of new digital assets.
Table of Contents
What Is Minting?
Minting is the act of creating a new digital asset on a blockchain. The term applies broadly: miners "mint" new Bitcoin through mining, protocols "mint" governance tokens for distribution, and creators "mint" NFTs by deploying unique tokens. In all cases, minting results in a new token that is recorded on the blockchain and assigned to an owner address.
NFT Minting
NFT minting is the process of creating a unique non-fungible token on a blockchain. A creator uploads their artwork or media, associates it with metadata, and calls the mint function on an NFT smart contract. The contract generates a new token with a unique ID, stores the metadata reference, and assigns ownership to the minter. Popular NFT collections open minting to the public, often causing gas wars as buyers rush to secure tokens.
Token Minting
Fungible token minting increases the total supply of a cryptocurrency. In proof-of-work chains, new tokens are minted as block rewards for miners. In proof-of-stake chains, new tokens are minted as staking rewards for validators. DeFi protocols may mint tokens as liquidity incentives. Stablecoins like USDC are minted when users deposit fiat currency and burned when they redeem.
Minting Mechanics
On a technical level, minting calls a function on a smart contract that creates new tokens and updates the contract's state. For ERC-20 tokens, the totalSupply increases and the new tokens are assigned to an address. For ERC-721 NFTs, a new tokenId is created with associated metadata. The minting transaction is permanently recorded on the blockchain, establishing provenance from the moment of creation.
Why Minting Matters
Minting is the genesis event for every digital asset on a blockchain. It determines initial distribution, sets the starting supply, and establishes on-chain provenance. For NFTs, the mint is often the most exciting and profitable moment. For tokens, minting policies (fixed supply, inflationary, or dynamic) fundamentally shape the asset's economic properties and long-term value trajectory.
Frequently Asked Questions
Does minting an NFT cost money?
Yes. Minting requires a blockchain transaction, which costs gas fees. On Ethereum mainnet, minting can cost anywhere from a few dollars to hundreds during peak congestion. Layer 2 solutions and alternative chains like Solana or Polygon offer much cheaper minting. Some platforms offer 'lazy minting' where the NFT is minted only when first purchased.
Is minting the same as buying?
Not exactly. Minting creates a brand new token that did not exist before, typically during an initial launch. Buying is acquiring an already-existing token on a secondary market. Minting is the primary market event; buying and selling happen on the secondary market afterward. Mint prices are often set by the creator, while secondary prices are set by supply and demand.