> ## 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.

# Max Supply

> Max supply refers to the theoretical maximum number of tokens or coins that will ever exist for a specific cryptocurrency. This limit is usually hard-coded into the protocol's source code at launch. Unlike circulating or total supply, max supply provides a clear ceiling for the a

# Max Supply

Max supply refers to the theoretical maximum number of tokens or coins that will ever exist for a specific cryptocurrency. This limit is usually hard-coded into the protocol's source code at launch. Unlike circulating or total supply, max supply provides a clear ceiling for the asset, creating inherent scarcity. Once this cap is reached, no new tokens can be generated, often transitioning the asset into a purely deflationary or stable state depending on burn mechanisms.

## Definition

Max supply refers to the theoretical maximum number of tokens or coins that will ever exist for a specific cryptocurrency. This limit is usually hard-coded into the protocol's source code at launch. Unlike circulating or total supply, max supply provides a clear ceiling for the asset, creating inherent scarcity. Once this cap is reached, no new tokens can be generated, often transitioning the asset into a purely deflationary or stable state depending on burn mechanisms.

## Simple explanation

Max supply is like a hard cap on how many stickers can ever exist. Even if you want more, you cannot make any more because the rule was set at the very beginning.

## Why it matters

Max supply is the foundation of an asset's scarcity model. Investors use this number to calculate the long-term potential of the token and its resistance to supply-side inflation.

## How it works

Developers define the upper limit within the genesis block or the core logic of the blockchain. As blocks are mined or validated, the protocol checks the total minted count against this cap. Once the threshold is met, the minting function is disabled by the code, preventing any further supply expansion regardless of network demand.

## Real-world example

Bitcoin has a strictly enforced max supply of 21 million BTC, a limit that ensures its long-term scarcity.

## Advantages

* Provides absolute scarcity
* Ensures predictable long-term supply
* Protects against uncontrolled inflation

## Limitations

* Can limit growth of incentives
* Requires fee markets to sustain
* Not applicable to all token models

## Common misconceptions

* Every cryptocurrency has a max supply.
* The max supply can be changed if enough people agree.

## Related knowledge

* [Circulating Supply](/generated/v2/glossary/circulating-supply) — term
* [Genesis Block](/generated/v2/glossary/genesis-block) — term
* [Tokenomics](/categories/tokenomics) — term
* [Total Supply](/generated/v2/glossary/total-supply) — term

***

**Canonical knowledge ID:** `glossary:max-supply`
