What is hard cap?
A fixed maximum supply written into a protocol's rules, such as the 21 million coins of Bitcoin.
Not yet verifiedHow we verify
3 min read
In this entry
A fixed maximum supply written into a protocol's rules, such as the 21 million coins of Bitcoin.
The same phrase also describes the maximum a token sale intends to raise. Neither meaning guarantees scarcity in practice, because versions on other chains, wrapped tokens, and future governance changes all sit outside the number.
Which meaning applies depends entirely on context. In a protocol discussion, a hard cap is a supply ceiling enforced by the software every node runs. In a fundraising announcement, it is a dollar or ETH figure the sale stops at. The error people make with the first meaning is assuming a cap makes an asset scarce. A cap constrains one ledger. It does not constrain how many tokens claiming the same name exist elsewhere, and on most chains it does not constrain a future rule change.
How it works
A protocol-level cap is not a promise in a document. It is arithmetic in the consensus rules, and every node checks it independently. Bitcoin's cap works through its issuance schedule rather than through a stated maximum: the block subsidy began at 50 BTC and halves every 210,000 blocks, which is roughly every four years. That geometric series converges just under 21 million, and the last fraction of a coin is issued around the year 2140 (source: the Bitcoin protocol's consensus rules, as implemented in Bitcoin Core). A block that pays a larger subsidy is rejected by every node, so the cap holds without anyone enforcing it.
Not every chain works this way. Ethereum has no fixed maximum supply: issuance depends on how much is staked, and a portion of every fee has been burned since EIP-1559, so net supply can rise or fall. Many tokens have a stated maximum in their contract, which is only as fixed as the contract, and an upgradeable proxy can change it.
Three things sit outside any cap and are routinely missed. Tokens bridged or wrapped onto another chain are separate balances backed by locked originals. Exchange-issued representations of an asset are IOUs on the exchange's own books. And where governance can amend supply, the cap is a current setting rather than a permanent one. Reading the contract or the consensus rules is the only way to know which case you are in.
Example
Illustrative arithmetic on Bitcoin's schedule. The first 210,000 blocks pay 50 BTC each, which is 10,500,000 BTC. The next 210,000 pay 25 BTC, adding 5,250,000. The third era adds 2,625,000, the fourth 1,312,500. After four eras the total issued is 19,687,500, already over 93 percent of the eventual supply, and every later era adds half of the one before. You can carry that halving forward yourself and watch the sum approach but never reach 21,000,000.
Why it matters when you buy
A cap describes future issuance, not what is tradable today, so pair it with the circulating figure and the release schedule rather than reading it alone. The unlock pressure view shows how much supply is scheduled to arrive in the next 30 and 90 days, and the coin pages carry circulating and fully diluted figures side by side.
Related terms
- circulating supply: how much is actually tradable now
- fdv: valuation using the full eventual supply
- bitcoin halving: the event that enforces Bitcoin's schedule
- emission schedule: the timetable new supply follows
- block subsidy: newly issued coins paid per block
- wrapped token: copies that sit outside the cap
Questions
Can Bitcoin's 21 million cap be changed?
Only by a change every economically important node adopts, since a node running the current rules rejects a block that pays more. That makes it a social and technical coordination problem rather than a decision anyone can take.
Does a hard cap make a token scarce?
It limits issuance on one ledger. Wrapped versions, bridged deployments, and exchange IOUs all represent the same asset without adding to the capped number, so the tradable supply picture is broader than the cap suggests.
What is a hard cap in a token sale?
The maximum the sale will accept. Once contributions reach it the sale closes, which is different from a supply ceiling and carries none of the same enforcement.