Glossary

Security Budget

Bitcoin's security budget is the total miner revenue from block subsidies and transaction fees that funds the network's proof-of-work security.

Key Takeaways

  • Bitcoin's security budget is the total value paid to miners per block: the block subsidy (newly minted BTC) plus transaction fees. This combined revenue incentivizes honest mining and makes 51% attacks prohibitively expensive.
  • The block subsidy halves approximately every four years and will eventually approach zero. Transaction fees must grow to compensate, or the network's economic security weakens over time.
  • Whether fee revenue alone can sustain long-term security remains one of Bitcoin's most debated open questions, with proposals ranging from merged mining to increased on-chain demand from Layer 2 settlement activity.

What Is the Security Budget?

The security budget is the total economic reward that Bitcoin miners receive for producing valid blocks. It consists of two components: the block subsidy (new bitcoin created with each block) and the aggregate transaction fees included in that block. Together, these payments fund the proof-of-work computation that secures the network.

The term was popularized in Bitcoin discourse by analyst Dan Held, who framed it as the percentage of Bitcoin's market capitalization spent annually on mining security. In practical terms, the security budget determines how much an attacker would need to spend to overpower the honest network: the higher the budget, the more expensive (and therefore less likely) an attack becomes.

As of the current epoch (post-April 2024 halving), the block subsidy is 3.125 BTC per block, producing roughly 450 BTC per day across approximately 144 blocks. Transaction fees have fluctuated between less than 1% and roughly 15% of total miner revenue depending on network demand.

How It Works

Every Bitcoin block contains a coinbase transaction that pays the miner two types of rewards:

  1. The block subsidy: a fixed amount of newly minted BTC dictated by the emission schedule
  2. Transaction fees: the sum of all fees attached to transactions the miner includes in the block
Security Budget per Block = Block Subsidy + Transaction Fees

Example (current epoch):
  Block Subsidy:     3.125 BTC
  Transaction Fees:  ~0.1 - 0.5 BTC (varies with demand)
  Total:             ~3.225 - 3.625 BTC per block

Annualized (144 blocks/day × 365 days):
  Subsidy:           ~164,250 BTC/year
  Fees:              ~5,000 - 26,000 BTC/year (highly variable)

Miners invest in specialized hardware (ASICs) and electricity to compete for these rewards. The total hashrate they collectively produce represents the network's security: an attacker must match or exceed this hashrate to manipulate the blockchain. The higher the security budget, the more hashrate miners deploy, and the more expensive an attack becomes.

The Halving Schedule

Bitcoin's block subsidy halves every 210,000 blocks (approximately every four years). This is hardcoded into the protocol and cannot be changed without a hard fork:

HalvingYearSubsidy (BTC/block)Daily Issuance
Genesis200950~7,200 BTC
1st201225~3,600 BTC
2nd201612.5~1,800 BTC
3rd20206.25~900 BTC
4th20243.125~450 BTC
5th (est.)~20281.5625~225 BTC
6th (est.)~20320.78125~112.5 BTC

By approximately 2140, the subsidy rounds to zero satoshis, and all miner revenue must come from transaction fees. The central question of the security budget debate is whether fee revenue will be sufficient to maintain adequate security by that point, or whether the transition becomes dangerous much sooner as the subsidy shrinks through successive halvings.

Security Budget and Attack Cost

The security budget directly determines the cost of a 51% attack. Miners continuously invest in ASICs and electricity to earn block rewards. An attacker must deploy comparable resources to overpower the honest chain.

At current hashrate levels (which reached an all-time high of 1.44 ZH/s in September 2025), a sustained one-week attack would cost an estimated $6 billion in hardware and electricity. This figure is directly proportional to the security budget: if miner revenue drops, miners exit, hashrate declines, and the attack cost falls with it.

Importantly, mining requires large upfront capital investment (typically a full year of mining rewards) whose value is tied to network health. Any attack that damages the network also destroys the attacker's mining investment, making many theoretically possible attacks economically irrational. However, this game-theoretic defense does not protect against state-level attackers or those with non-economic motivations.

The Security Budget Debate

Whether Bitcoin's fee revenue can sustain adequate security as the subsidy declines remains one of the most actively debated questions in the ecosystem. The debate has intensified following the April 2024 halving, with transaction fees falling to a 10-year low of under 1% of total miner revenue in mid-2025.

The Optimist Case

Proponents of fee-based security point to several factors that could sustain the security budget:

  • Growing block space demand: as Bitcoin adoption grows, competition for limited block space (approximately 4 MB per block) should drive up fees. Analyst Lyn Alden models that at $10 per transaction across 100 million annual base-layer transactions, Bitcoin could generate over $1 billion in annual fee revenue.
  • New on-chain use cases: Ordinals, BRC-20 tokens, and Runes have demonstrated that on-chain demand can surge. The Runes launch in April 2024 produced a single block containing approximately 37.6 BTC in fees.
  • Price appreciation: Bitcoin's rising USD price means even a smaller BTC-denominated subsidy can translate into substantial dollar-denominated miner revenue, buying time for the fee market to mature.
  • Layered fee market: a natural equilibrium where Layer 2 protocols handle small payments while the base layer settles high-value transactions, concentrating fee-paying demand on L1.

The Pessimist Case

Critics, including researcher Paul Sztorc, highlight structural concerns:

  • Fee revenue volatility: fee spikes tend to correlate with bull market mania and collapse afterward. Sztorc has challenged the community to identify any sustained multi-month period where fees were above $2 per transaction during a flat or declining market.
  • The "security budget cliff": each halving is a discontinuous 50% cut to miner BTC revenue. Bitcoin's price must roughly double every four years just to maintain the same USD-denominated security from the subsidy alone.
  • L2 fee cannibalization: Lightning channels and other off-chain protocols move transaction volume away from the base layer. While they expand Bitcoin's utility, they may reduce on-chain fee revenue. Each Lightning payment pays zero fees to L1 miners.
  • Current data: as of early 2026, fees represent roughly 1% to 15% of total miner revenue depending on network congestion. The gap between current fee revenue and what would be needed to replace the subsidy remains enormous.

For a deeper analysis of fee market dynamics, see Bitcoin Fee Market Dynamics and Bitcoin Halving Economics Analysis.

Proposals to Address the Security Budget

Tail Emission

A tail emission would introduce a small, perpetual block reward that continues indefinitely, preventing the subsidy from ever reaching zero. Monero implemented this in May 2022, with a fixed reward of 0.6 XMR per block.

Bitcoin developer Peter Todd has advocated for this approach, arguing in August 2026 that a low annual issuance rate (under 1%) would be "economically negligible relative to normal Bitcoin price volatility." He also made the "leaky bucket" argument: some bitcoin are permanently lost each year, so a modest tail emission would merely replace lost coins rather than creating net inflation.

The Bitcoin community has overwhelmingly rejected this proposal. The 21 million supply cap is widely considered non-negotiable, and implementation would require a hard fork. Blockstream CEO Adam Back called the proposal "a dangerous trap dressed in technical logic" that would undermine the protocol's monetary credibility.

Merged Mining

Merged mining allows miners to simultaneously mine Bitcoin and auxiliary chains, collecting fees from both without additional energy expenditure. Sztorc considers this "the only known solution" to the security budget problem and has proposed Blind Merged Mining (BIP 301) to enable it without requiring miners to run sidechain software.

Projects like Rootstock (RSK) already use merged mining with Bitcoin. In theory, sidechain fee revenue flowing to Bitcoin miners could supplement the declining subsidy. However, critics argue that merged mining may increase mining centralization.

Layer 2 Settlement Demand

Layer 2 protocols require on-chain transactions for channel opens, closes, splices, and periodic settlement. As L2 adoption grows, these settlement transactions could generate meaningful fee revenue on the base layer.

Lightning Service Providers managing thousands of channels, rollups posting batch proofs, and protocols like Spark all contribute to on-chain settlement demand. Covenant proposals like OP_CAT and CTV could enable more sophisticated L2 constructions, further increasing the value and volume of base-layer settlement.

The counterpoint is that L2s are specifically designed to move activity off-chain. While they expand Bitcoin's utility and may support its price, the net effect on L1 fee revenue remains uncertain. See Bitcoin Block Space Demand Economics for further analysis.

Why It Matters

The security budget is not an abstract theoretical concern: it directly determines whether Bitcoin can maintain its core property of censorship resistance over the long term. A network that becomes cheap to attack loses its credibility as a settlement layer for high-value transactions.

For users and builders, the security budget debate shapes critical decisions. If you are building on Bitcoin's base layer, understanding the fee market and block space economics is essential. If you are building on a Layer 2 like Spark or Lightning, your protocol's on-chain settlement patterns directly contribute to the long-term security of the base layer you depend on.

The transition from subsidy-funded to fee-funded security is what Satoshi Nakamoto anticipated when writing: "In 20 years there will either be very large transaction volume or no volume." This transition represents one of Bitcoin's most important long-term tests.

Risks and Considerations

  • There is no guarantee that fee revenue will grow fast enough to offset the declining subsidy. Each halving puts pressure on this transition, and the next halving (expected around 2028) will reduce the subsidy to 1.5625 BTC per block.
  • The difficulty adjustment ensures Bitcoin continues producing blocks even if hashrate drops, but a lower hashrate means reduced security. The network will not "break," but it may become more vulnerable to well-funded attackers.
  • Fee revenue is highly volatile and correlated with market cycles. Relying on fees alone introduces cyclical risk to network security: during bear markets when transaction activity is low, the security budget drops precisely when speculative attacks might be most tempting.
  • Proposals like tail emission or protocol-level changes face extreme social consensus barriers. Any solution that modifies Bitcoin's monetary policy would require near-universal agreement, making most interventionist approaches unlikely.
  • The debate is not purely academic: miner profitability after the 2024 halving has led some mining operations to diversify into AI compute and other revenue sources, which does not directly increase the security budget but helps miners remain operational.

This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.