Blockstream

Why does Bitcoin offer better monetary policy?

TL;DR: Bitcoin's monetary policy is defined entirely by code and enforced by a decentralized network of thousands of nodes. Its supply is capped at 21 million bitcoin, its issuance schedule is predetermined and no block on the current chain has ever issued more than that schedule allows, and changing those rules would take overwhelming agreement across the network rather than a decision by any individual, committee, or government. Fiat monetary policy, by contrast, is set by central bank committees that can expand the money supply through policy decisions, which proponents of sound money argue erodes the purchasing power of savers over time. Whether a rules-based money is economically preferable to a discretionary one is an active debate among economists, and this article lays out the case Bitcoin's proponents make.

Monetary policy refers to the rules governing how money is created, how much of it exists, and how it enters circulation. In fiat systems, central banks set and adjust these rules through committee decisions. In Bitcoin, the rules are written into the protocol's source code and enforced by consensus across the network. Bitcoin's monetary policy is fixed in the protocol and verifiable by anyone running a full node.

What Is Monetary Policy?

Every form of money operates under a set of rules that determine how new units are created, who controls the supply, and how issuance changes over time. These rules, collectively, are the monetary policy of that system.

For most of human history, monetary policy was constrained by physical reality. Gold had to be mined from the earth. Silver had to be smelted. The difficulty of extracting precious metals from the ground acted as a natural governor on supply expansion. No king, no matter how powerful, could conjure gold into existence by decree.

The modern fiat system removed that constraint. When the United States severed the dollar's link to gold in 1971, no fixed physical ceiling on money creation remained. Central banks influence monetary conditions through policy rates, reserve settings, and asset purchases, but they do not set the money supply on their own: most broad money is created when commercial banks lend, and the total also moves with fiscal policy and with how much money households and firms want to hold. What changed in 1971 is that no predetermined schedule caps the quantity.

Bitcoin reintroduced a hard constraint, but replaced the physical scarcity of gold with mathematical certainty enforced by software. Every node on the network independently verifies its monetary-policy rules in every block, with no committee interpreting them.

This article lays out the economic case that Bitcoin's proponents make for a rules-based monetary policy: why they argue predictable issuance is preferable to the discretionary expansion of fiat. This is a contested thesis. Many mainstream economists defend discretionary monetary policy and hold that a rigidly fixed money supply would harm a modern economy, a debate this article returns to below. For the mechanics of the supply ceiling itself, including the issuance schedule, the halvings, and how every node enforces it, see the 21-million supply cap.

Fixed Supply: 21 Million Bitcoin, Ever

The most consequential feature of Bitcoin's monetary policy is the hard cap: there will never be more than 21 million bitcoin in existence. Every node on the network enforces this cap as an invariant rather than a target or policy goal that anyone adjusts. Any block that attempts to create bitcoin beyond the schedule is rejected as invalid, regardless of who produced it. (Due to satoshi-level integer rounding, the actual maximum is approximately 20,999,999.98 BTC; "21 million" is standard shorthand.)

As of mid-2026, approximately 20 million bitcoin have been mined, roughly 95% of the total supply. The remaining 1 million bitcoin will enter circulation gradually over the next century, and the final fraction of a bitcoin is expected to be mined around the year 2140.

Why 21 Million?

Satoshi Nakamoto chose the 21 million cap based on a combination of factors: the initial block reward of 50 bitcoin, the halving interval of 210,000 blocks, and the geometric series that results from repeatedly halving the reward. The sum 210,000 × 50 × (1 + 1/2 + 1/4 + ...) = 210,000 × 50 × 2 = 21,000,000. The specific number matters less than the fact that it is fixed and that the entire network agrees on it. The constant MAX_MONEY in src/consensus/amount.h enforces 2,100,000,000,000,000 satoshis as the hard ceiling; any transaction output exceeding this value is rejected by every node.

Fiat Supply Has No Cap

The US M2 money supply, which includes cash, checking deposits, and easily convertible near-money, stood at approximately $4.6 trillion in 2000, according to Federal Reserve (FRED series M2SL) data. By January 2020, it had grown to $15.4 trillion. By late 2021, after the pandemic-era monetary expansion, it exceeded $21 trillion. That represents a roughly 360% increase in 21 years, with the fastest expansion happening in the span of months. M2 measures broad money, which is distinct from the monetary base and from the Federal Reserve's own balance sheet, and M2 growth alone does not determine the inflation rate.

Other major currencies followed similar trajectories. The European Central Bank's balance sheet expanded from roughly €1 trillion in 2004 to over €8 trillion by 2022. The Bank of Japan's balance sheet grew to exceed Japan's entire GDP.

These were policy decisions taken by central bank committees under broad discretionary mandates rather than changes to a predetermined schedule. Central banks publish balance sheet data and their financial statements are externally audited. What they are not subject to is a fixed quantitative limit on the supply.

Predictable Issuance: Everyone Knows the Schedule

Bitcoin does not just have a fixed supply. It has a predictable issuance schedule that anyone can verify at any time.

New bitcoin enters circulation through the block subsidy. When a miner adds a block to the blockchain, the protocol allows them to create a specific number of new bitcoin, which together with that block's transaction fees makes up the total block reward. The subsidy started at 50 bitcoin per block when the network launched in January 2009.

Every 210,000 blocks (approximately every four years), this subsidy is cut in half. This event, known as the halving, is the mechanism that governs Bitcoin's disinflationary supply curve.

Halving Event Date Block Height Block Subsidy Daily Issuance (approx.)
Genesis Jan 2009 0 50 BTC ~7,200 BTC
1st Halving Nov 2012 210,000 25 BTC ~3,600 BTC
2nd Halving Jul 2016 420,000 12.5 BTC ~1,800 BTC
3rd Halving May 2020 630,000 6.25 BTC ~900 BTC
4th Halving Apr 2024 840,000 3.125 BTC ~450 BTC
5th Halving ~2028 1,050,000 1.5625 BTC ~225 BTC

This schedule has been public since the first line of Bitcoin's source code was released. Anyone running a Bitcoin node can independently verify the current block reward, calculate how many bitcoin exist at any block height, and project the exact supply at any future date. Verifying the supply requires no phone call to a central bank and no waiting for a press conference. It never depends on interpreting vague forward guidance.

In over 17 years of operation, no block on Bitcoin's current chain has issued more than the schedule allows. The one exception, an August 2010 bug that allowed an oversized output, was patched within hours and the affected blocks are not part of the chain today.

Decentralized Consensus: No One Controls the Rules

A fixed supply and a predictable schedule mean nothing if a single entity can change the rules. Bitcoin prevents rule changes through decentralized consensus.

Bitcoin has no CEO, no board of directors, and no monetary policy committee. The network is maintained by a large number of independently operated nodes distributed across every continent. Each full node validates every transaction and every block against the protocol's rules. If a miner produces a block that violates any rule, including the issuance schedule, that block is rejected by every honest node on the network.

How Hard Is It to Change Bitcoin's Rules?

Changing Bitcoin's consensus rules requires a process that is deliberately, structurally difficult. A proposed change must be implemented in software, reviewed by the developer community, adopted voluntarily by node operators, and accepted by miners, exchanges, and the broader economic ecosystem. There is no mechanism to force an upgrade. Every participant opts in or continues running the existing rules.

The history of Bitcoin governance illustrates how resistant the network is to rule changes, even popular ones. The block size debate of 2015-2017 was the most contentious governance dispute in Bitcoin's history. Despite years of lobbying, significant corporate backing, and a well-funded campaign by major mining operations, the effort to increase the block size through a hard fork failed to achieve consensus. The network continued operating under its existing rules.

Coordinated industry pressure could not change a parameter as comparatively mundane as the block size, which is the clearest evidence available of how hard changing the supply cap would be. Holders who run nodes have a financial interest in refusing supply inflation, which is what makes the existing policy self-reinforcing.

Bitcoin vs. Fiat: A Direct Comparison

The differences between Bitcoin's monetary policy and the fiat system are structural, not just philosophical.

Property Bitcoin Fiat Currency
Who sets the rules Protocol code, enforced by decentralized consensus across thousands of nodes Central bank committee (e.g., FOMC has 12 voting members)
Supply cap 21 million bitcoin. Hard-coded. Unchangeable without overwhelming network consensus. No cap. Supply expands at the discretion of central banks.
Issuance schedule Predetermined. Halves every 210,000 blocks. Known decades in advance. Variable. Adjusted through open market operations, quantitative easing, reserve requirements.
Transparency Transaction history and issuance are publicly auditable. Anyone running a full node can recompute the issuance schedule and check the UTXO-set total. Opaque. M2 data is published with a lag. Shadow banking and Eurodollar creation are difficult to measure.
Track record Zero deviations from schedule since January 3, 2009. Constant adjustments. The Fed has changed its federal funds rate target dozens of times since 2008.
Auditability Any person running a node can verify the total supply in real time. Requires trusting official statistics. The Fed's financial statements are audited, but its monetary-policy operations are exempt from a full GAO audit by law.
Rule changes Requires near-unanimous agreement across a globally distributed network of voluntary participants. Requires a committee vote, often behind closed doors, with policies announced after the fact.

The core distinction is who or what has to be trusted. Fiat monetary policy asks citizens to trust that central bankers will make wise decisions under political pressure, with access to unlimited money creation. Bitcoin's monetary policy asks participants to verify the math. The protocol minimizes what has to be trusted, because its issuance claims are independently auditable.

The Problem With Inflation

When the money supply grows faster than the output of goods and services, and money demand does not absorb the difference, the result can be higher prices. Inflation has several drivers, including supply shocks, wage and price dynamics, and expectations, so money growth is one input rather than the whole explanation.

The Measurable Cost of Fiat Inflation

Measured by the Bureau of Labor Statistics' Consumer Price Index, the dollar's consumer-price purchasing power has fallen by more than 97% since the Federal Reserve was established in 1913: goods costing $1 in 1913 cost roughly $34 in 2026 on that index. Central banks treat low positive inflation as intended policy rather than a flaw, explicitly targeting around 2% annual inflation, which compounds to roughly a halving of purchasing power over about 35 years.

For savers, this changes the incentives. Money held in a savings account earning 0.5% interest while inflation runs at 3-5% loses real purchasing power each year. That gap gives savers a reason to move into assets they expect to outpace inflation, such as equities, real estate, or bonds, which generally carry more risk than cash.

For people in countries with less stable currencies, the problem is more severe. Turkey's lira lost over 80% of its value against the dollar between 2018 and 2024. Argentina's peso has experienced chronic inflation exceeding 100% annually. Lebanon's pound collapsed by over 90% during its financial crisis. In these cases, inflation destroys savings acutely rather than eroding them gradually.

Bitcoin's Disinflationary Alternative

Bitcoin's issuance rate decreases over time by design. After each halving, fewer new bitcoin enter circulation. The annual inflation rate of the bitcoin supply dropped below 2% after the 2020 halving and fell below 1% after the April 2024 halving. By 2028, it will drop below 0.5%.

This declining issuance, combined with a fixed cap, means the supply side stops growing over time, and each unit comes to represent a larger share of a fixed whole. What that does to purchasing power depends on demand, which the supply schedule does not determine.

Sound Money Properties

Economists and monetary theorists have identified a set of properties that define sound money, a medium of exchange and store of value that holds its worth over time and resists manipulation. Bitcoin was designed with these properties in mind.

Property Bitcoin Gold Fiat Currency
Scarcity Capped at 21 million by consensus rules. Issuance to date is verifiable by anyone running a full node. High but uncertain. ~216,000 metric tons above ground (as of 2024, per World Gold Council), with new deposits still discoverable and extraction economics still changing. None. Supply expanded at discretion of central banks. No hard cap.
Durability Digital information, replicated across thousands of nodes globally. Survives as long as the network operates. Excellent. Gold does not corrode, tarnish, or degrade. Notes wear out and are replaced. The durability of the balance itself depends on bank solvency and government stability.
Divisibility Divisible to eight decimal places on the base layer (1 bitcoin = 100,000,000 sats). Lightning tracks channel balances in millisatoshis, which settle on-chain in whole satoshis. Difficult to divide into small units. Requires physical cutting or specialized coins. Divisible to two decimal places (cents). Smaller divisions technically possible digitally.
Portability Strong. Any amount can be sent globally, typically confirming within an hour, though settlement time varies with fee market conditions. A recovery phrase of 12 or 24 words backs up any balance. Poor for large values. Heavy, expensive to transport, requires security. Good digitally (wire transfers). Physical cash limited by bulk and customs enforcement.
Verifiability Independently verifiable. Every full node checks every transaction against the consensus rules, so creating units outside the schedule means defeating that check on every node at once. Difficult. Requires assay equipment or a trusted intermediary, and tungsten-core fraud exists. Moderate. Physical counterfeiting possible. Digital balances depend on bank records.
Fungibility High in practice. Every bitcoin is interchangeable at the protocol level. On-chain history is public, which creates some practical nuance around chain analysis. High. One ounce of .9999 gold is identical to another. Generally high. Bills are interchangeable, though serial number tracking exists.

The table is descriptive rather than a scorecard. The three assets differ property by property, and which differences matter depends on what the holder needs the money to do. Fiat's widest advantage is acceptance, which is a function of adoption rather than monetary design.

The clearest difference is verifiability. Gold requires trust in assayers and fiat requires trust in banks and governments, while Bitcoin narrows what has to be trusted to the software, the hardware it runs on, and the consensus rules the rest of the network enforces. Anyone running a Bitcoin node, which can operate on hardware as simple as a Raspberry Pi, checks the issuance schedule and every transaction for themselves rather than taking a third party's word for it.

Criticisms Addressed

"Deflation Is Bad for an Economy"

The standard Keynesian argument holds that deflation (falling prices) discourages spending because consumers will delay purchases in anticipation of lower future prices. In theory, this creates a downward spiral: less spending leads to less production, which leads to layoffs, which leads to even less spending.

This argument carries weight within debt-based economic models where falling prices increase the real burden of debt repayment. If a business borrows $1 million and prices fall 10%, that debt is effectively 10% more expensive to repay in real terms.

The counterargument distinguishes between two types of deflation. Monetary deflation caused by a contracting money supply (as in the Great Depression) is destructive. Price deflation caused by productivity gains and technological improvement is benign and historically common. The technology sector provides a clear example: computing power has fallen in price for decades while the industry has grown explosively. Consumers did not stop buying computers because they knew next year's model would be cheaper and faster.

Under a Bitcoin standard, modest deflation would mean that savings increase in purchasing power over time. This rewards delayed gratification and long-term planning. People would still spend on necessities and on goods whose present value exceeds their future price decline. What changes is the incentive structure: instead of being forced into risky investments to preserve purchasing power, individuals can save in a currency that appreciates rather than depreciates.

Mainstream macroeconomics does not accept this rebuttal. Most economists hold that sustained deflation discourages investment, raises the real burden of debt across the economy, and can deepen downturns, which is why central banks deliberately target low positive inflation. Bitcoin's proponents counter that the "deflationary spiral" presupposes an economy built on continuous credit expansion that requires inflation to function. Whether a fixed-supply money would help or harm a modern economy remains an open question among economists.

"Bitcoin Is Too Volatile to Be Money"

Bitcoin's price has been volatile relative to fiat currencies, particularly in its early years. Drawdowns of 50-80% have occurred multiple times, and daily price swings of 5-10% were common in earlier market cycles.

Bitcoin's proponents read this volatility as a feature of an asset still being priced rather than a permanent property of it. When a new monetary good moves from zero adoption to global adoption, its price must increase by orders of magnitude. That price discovery process is inherently volatile. Gold experienced significant price volatility after the end of Bretton Woods: it rose from $35 to $850 between 1971 and 1980, then fell to $250 by 1999, before rising above $2,000 by 2023. The dollar itself was volatile against other currencies after leaving the gold standard.

As Bitcoin's market capitalization has grown and its holder base has broadened, from individuals to corporations to sovereign wealth funds, realized volatility has been lower in each successive cycle on the measures usually cited, and each cycle's maximum drawdown has been shallower than the one before. Substantial volatility remains, and the record covers four cycles.

A practical approach for individuals concerned about short-term volatility is dollar-cost averaging, which involves buying a fixed amount of bitcoin on a regular schedule regardless of the current price. This strategy smooths out entry price over time and reduces the impact of any single price movement. The Blockstream app supports recurring purchases for this approach. For those taking direct control of their bitcoin as an exercise of monetary sovereignty, a hardware wallet like Jade Plus ensures private keys remain under the owner's sole control, matching Bitcoin's protocol-level self-sovereignty with self-custodial security at the individual level.

Why Credible Neutrality Matters

Fiat monetary policy is, by design, discretionary. Central banks adjust interest rates, expand or contract the money supply, and implement targeted programs (quantitative easing, yield curve control, emergency lending facilities) based on their assessment of economic conditions. These decisions have distributional consequences: quantitative easing benefits asset holders disproportionately, low interest rates benefit borrowers at the expense of savers, and currency debasement affects those on fixed incomes most severely.

Under the Hood: How the Difficulty Adjustment Maintains the Schedule

Bitcoin's issuance schedule depends on blocks arriving approximately every 10 minutes. The difficulty adjustment mechanism ensures this pace regardless of how much hashrate joins or leaves the network. Every 2,016 blocks (approximately two weeks), every full node recalculates the proof-of-work target by comparing the timestamps of the period's first and last blocks against the expected two weeks. Because the comparison uses those two timestamps, it measures 2,015 block intervals rather than 2,016, a long-standing quirk of the implementation. If blocks arrived faster than expected, difficulty increases; if they arrived slower, difficulty decreases. The adjustment is capped at a factor of 4 in either direction per retarget period, which prevents extreme swings. This self-regulating mechanism, defined in CalculateNextWorkRequired() in Bitcoin Core's src/pow.cpp, has maintained the average block time near 10 minutes across 17 years of hashrate fluctuations spanning many orders of magnitude.

Bitcoin's monetary policy is credibly neutral because no single participant can alter the rules for their own benefit. The protocol treats every participant identically. A miner in Iceland and a node operator in Nigeria verify the same rules. A whale holding thousands of bitcoin and a newcomer holding a few hundred thousand sats operate under the same issuance schedule. Lobbying, political pressure, and emergency decrees cannot change the supply cap or accelerate issuance.

This neutrality is what makes Bitcoin's monetary policy credible across adversarial environments. It works between parties who do not trust each other, between nations that are in conflict, and across jurisdictions with incompatible legal systems.

What This Means for Individuals and Institutions

For individuals, Bitcoin's monetary policy offers an exit from involuntary currency debasement. Every person holding fiat currency is an involuntary participant in their central bank's monetary policy decisions. They cannot opt out of inflation. They cannot vote on interest rate changes. They can only watch their purchasing power erode and try to offset the damage through investment. Bitcoin provides a monetary system whose issuance rules are known in advance and apply identically to every participant, though access to the network and to the tools for using it still varies by country and circumstance.

For institutions, Bitcoin's predictability is an asset in its own right. Treasury management, long-term capital allocation, and liability matching all benefit from a monetary asset whose supply schedule is known with certainty decades into the future. The risk model for bitcoin does not need to account for surprise policy changes, emergency stimulus programs, or discretionary interest rate decisions.

For nations, particularly those whose citizens have suffered under hyperinflationary monetary policies, Bitcoin offers an alternative monetary infrastructure that does not depend on a central monetary authority. El Salvador adopted Bitcoin as legal tender in 2021, and that status was repealed in January 2025 as a condition of IMF lending, with merchant acceptance continuing on a voluntary basis.

Frequently Asked Questions

Can Bitcoin's 21 million supply cap ever be changed?

Technically, the cap exists as a consensus rule that could theoretically be altered if an overwhelming majority of nodes, miners, developers, and economic participants agreed to the change. In practice, no such change has come close to adoption. Holders have a direct financial incentive to maintain the cap, and the decentralized governance structure requires near-unanimous voluntary adoption of any rule change. No one has the authority to impose the change unilaterally.

What happens when all 21 million bitcoin have been mined?

The last bitcoin is projected to be mined around the year 2140. At that point, miners will be compensated entirely through transaction fees rather than block rewards. This transition is gradual: block rewards have been declining since 2009, and transaction fees currently contribute a meaningful portion of miner revenue during periods of high network activity. The security budget question is real and actively studied, but the transition happens over a 130-year timeframe, not overnight.

How does Bitcoin's monetary policy affect its price?

Bitcoin's price is determined by supply and demand in open markets. The monetary policy governs only the supply side: how many bitcoin exist and how many new bitcoin enter circulation. Because the supply schedule is fixed and known in advance, price movements are driven primarily by changes in demand. Historically, the halving events (which cut new supply issuance in half) have been followed by periods of significant price appreciation, though the causal relationship is debated.

Is Bitcoin's fixed supply a form of deflation?

Bitcoin has a disinflationary supply schedule, meaning new bitcoin are still being created but at a decreasing rate. Once all 21 million bitcoin have been mined, the supply becomes fixed (and effectively deflationary, since some bitcoin are lost permanently). Whether this constitutes "deflation" in the macroeconomic sense depends on whether Bitcoin is used as a unit of account. If goods were priced in bitcoin, increasing Bitcoin adoption would mean falling prices, which is price deflation driven by productivity and adoption gains rather than monetary contraction.

Why does Bitcoin use proof-of-work instead of just setting rules in software?

The rules are set in software. Proof-of-work is the mechanism that makes those rules enforceable in a decentralized system without a trusted authority. That mechanism requires miners to expend real-world energy to produce blocks, which makes it prohibitively expensive to rewrite transaction history or produce fraudulent blocks. The energy cost anchors the digital rules to physical reality, ensuring that the monetary policy encoded in software has real-world enforcement.

How do I verify Bitcoin's total supply myself?

Run a Bitcoin full node. The software (Bitcoin Core is the reference implementation) downloads and validates every block ever produced, independently verifying every transaction and every coin creation event. Once synced, your node has computed the issuance schedule from first principles rather than trusting anyone's reported number. The gettxoutsetinfo RPC command reports the total amount held in the UTXO set, which excludes rewards that were never claimed and coins sent to provably unspendable outputs. Together these give an unusually high degree of independent, real-time auditability.

Share:

Copied!