> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mint

> Minting is the process of generating new tokens or coins on a blockchain. In the context of Proof of Stake, this occurs when validators create new blocks and receive rewards. In the context of non-fungible tokens (NFTs), minting involves writing data onto the blockchain to create

# Mint

Minting is the process of generating new tokens or coins on a blockchain. In the context of Proof of Stake, this occurs when validators create new blocks and receive rewards. In the context of non-fungible tokens (NFTs), minting involves writing data onto the blockchain to create a unique digital asset. The act essentially 'brings the token into existence' by recording its creation in the ledger, effectively adding it to the circulating supply.

## Definition

Minting is the process of generating new tokens or coins on a blockchain. In the context of Proof of Stake, this occurs when validators create new blocks and receive rewards. In the context of non-fungible tokens (NFTs), minting involves writing data onto the blockchain to create a unique digital asset. The act essentially 'brings the token into existence' by recording its creation in the ledger, effectively adding it to the circulating supply.

## Simple explanation

Minting is like minting a new coin at a factory. It is the moment a digital item is created and officially added to the blockchain's history so everyone can see it exists.

## Why it matters

Minting is the source of all supply. Understanding how and when tokens are minted is vital for auditing a project's transparency and verifying that the supply is not being unfairly manipulated.

## How it works

The process involves executing a smart contract function that increases the supply of a token and assigns the newly created tokens to a specific wallet address. For coins, this is triggered by consensus rules during block production. For tokens, it usually requires a transaction sent to an authorized 'minter' address or contract function that verifies the legitimacy of the generation request.

## Real-world example

Artists mint NFTs on platforms like OpenSea to transform digital artwork into unique, tradeable blockchain assets.

## Advantages

* Enables creation of digital value
* Required for network operations
* Allows for flexible token issuance

## Limitations

* Can lead to oversupply risks
* Security risk if mint keys compromised
* Requires protocol-level authorization

## Common misconceptions

* Minting is only for NFTs.
* Anyone can mint tokens for any project at any time.

## Related knowledge

* [Blockchain](/categories/blockchain) — term
* [Emission](/generated/v2/glossary/emission) — term
* [Proof of Stake](/generated/v2/books/proof-of-stake) — term
* [Smart Contract](/generated/v2/glossary/smart-contract) — term
* [Tokenomics](/categories/tokenomics) — term

***

**Canonical knowledge ID:** `glossary:mint`
