Who Decides the Rules of Bitcoin? BIP-110 Ignites Governance Debate

marsbit发布于2026-07-21更新于2026-07-21

文章摘要

Bitcoin's governance is once again at the center of a heated debate, this time ignited by BIP-110, the "Reduced Data Temporary Softfork." This proposal aims to curb non-monetary data (like inscriptions and Runes) by introducing seven new consensus-layer restrictions over a year, such as limiting new output scripts to 34 bytes and restoring the OP_RETURN cap to 83 bytes. The controversy stems from BIP-110's fundamental shift: it moves the battle against "spam" from node relay and miner policies to the consensus layer, rendering currently valid transactions invalid. Supporters, arguing that default policy governance has failed (highlighted by Bitcoin Core v30's relaxation of OP_RETURN limits), see this as necessary to protect node resources and Bitcoin's monetary focus. Opponents, led by figures like Michael Saylor and Adam Back, warn it dangerously centralizes governance. Saylor listed 110 reasons against it, criticizing its low 55% miner activation threshold and potential for chain splits. Back emphasized Bitcoin's "permissionless" ethos, arguing no single group should impose value judgments via consensus rules. Further complicating matters, technical critiques suggest BIP-110 may be technically circumventable, and a "BlockSlop" vulnerability in its upgrade path poses a consensus risk. The debate has drawn in diverse stakeholders: miners (with pools like Ocean signaling support and Foundry polling clients), node operators (like Bitcoin Knots), and new players like corporate...

Author: Zhou, ChainCatcher

Recently, BIP-110 has pulled the Bitcoin community back into a debate that feels both familiar and unfamiliar.

What's familiar is that the controversy still revolves around arbitrary on-chain data, inscriptions, Runes, OP_RETURN, and the nodes themselves. What's unfamiliar is that this time, it's no longer just developers and node operators who are weighing in.

Michael Saylor, founder of Strategy; Adam Back, co-founder of Blockstream; mining pools Foundry and Ocean; the Bitcoin Knots node camp; and participants in the Ordinals ecosystem have all entered the debate from different angles.

On July 18, Michael Saylor listed 110 reasons opposing BIP-110 in his lengthy article "110 Reasons BIP-110 Is a Bad Idea." He argues that this proposal would escalate the fight over spam data into a change of consensus rules, rendering some currently valid transactions—that are willing to pay fees—invalid.

This makes BIP-110 more than just a technical proposal. It begins to force the Bitcoin community to confront a more fundamental question: who has the right to decide what Bitcoin should be.

What is BIP-110: Pushing Anti-Spam from Relay Policy to the Consensus Layer

BIP-110, short for "Reduced Data Temporary Softfork," was previously known as BIP-444. The current BIP-0110 document is authored by Dathon Ohm.

Image Source: FARSIDE

It proposes to introduce seven new restrictions via consensus rules over approximately one year, including limiting most new output scripts to within 34 bytes, restoring the OP_RETURN limit to 83 bytes, restricting data pushes exceeding 256 bytes and certain witness items, and temporarily banning some undefined witness versions and Taproot extension paths.

The proposal is set to automatically expire after one year, with coins existing before activation protected by a grandfather clause.

Source: GitHub

Regarding the deployment mechanism, according to the original bip-0110 text, the proposal uses bit 4 miner signaling with a threshold of 1109/2016, or 55%. The mandatory signaling period is set from block 961,632 to 963,647, with locking at the latest by block 963,648 and activation entering at block 965,664.

Supporters argue that non-monetary data like inscriptions and Runes occupy block space, increasing the long-term burden on full nodes and diverting developer attention from Bitcoin's core mission as a monetary network.

What truly sparks controversy is BIP-110 pushing this matter to the consensus layer. In the past, nodes could choose not to relay certain transactions, and miners could choose not to mine them. BIP-110 aims to make some currently valid transactions directly invalid at the protocol level.

This step changes the nature of the problem.

v30 and Node Relay Policy: Why Supporters Say Default Governance Has Failed

One backdrop to BIP-110 is Bitcoin Core v30's adjustment to the default policy for OP_RETURN.

According to the Bitcoin Core 30.0 release notes, the default value for datacarriersize was increased to 100,000, effectively lifting the default limit for OP_RETURN data carriers. Users can still revert to the old limit by manually setting datacarriersize back to 83. Multiple OP_RETURN outputs in the same transaction are also allowed for relaying and mining, with the limit now calculated based on the aggregate size of all relevant scriptPubKeys.

It's important to distinguish three layers here. Relay policy decides what nodes relay by default, mining policy decides what miners mine by default, and consensus rules determine whether a block is valid. v30 adjusted the first two layers. The controversy with BIP-110 lies in its attempt to push the policy debate from the first two layers into the third.

The Core side's rationale is that this change pertains to relay and mining policy, not consensus rules. Since users can already write data via other script paths, private relay channels, or direct submission to miners, maintaining a default limit that's easy to bypass only creates a false sense of security. Default node software should more closely reflect the transactions that miners and the market are likely to accept, within consensus rules.

BIP-110 supporters do not accept this explanation.

According to early Bitcoin participant @secsovereign, as disclosed in the response to Saylor's article "Response to Michael Saylor's 110 Reasons," the situation today is driven by the development of infrastructure like direct submission APIs, alternative relay networks, and private pool connections. These allow transactions to bypass default filtering by public nodes and go directly into miners' block templates. Inscriptions themselves didn't break the balance; they merely exposed that it had already been lost.

According to this narrative, node relay policy has long lacked enforcement power. The disclosure indicates that Core v30's relaxation of the default OP_RETURN limit is seen by supporters as formalizing this breach. Since the policy layer can't hold, the boundary must be moved to the consensus layer.

This section touches not on OP_RETURN itself, but on the power of default software. Bitcoin Core doesn't change consensus rules but can influence the actual behavior of many nodes and miners through default policies.

Supporters argue that the action of changing the v30 default policy had no signaling window, no threshold, and was completed by a few individuals with code merge permissions. In contrast, BIP-110's use of 55% miner signaling actually has a higher threshold than the change it seeks to correct.

Opponents argue that policy layer failure doesn't automatically prove that consensus layer restrictions are a justifiable, effective, and low-risk solution.

Adam Back's Rebuttal: Technical Consensus is Bitcoin's Immune System

The most complete first-principles argument against BIP-110 comes from Blockstream co-founder and hashcash designer Adam Back.

According to a post by Adam Back, he personally dislikes spam data, and designing hashcash was originally related to anti-spam. However, he believes that the foundation of Bitcoin as permissionless money is that no one can impose their own value judgments on others.

In his formulation, users can modify their own software but cannot modify others' software. A side effect of decentralization is that there are no police in the network, nor an authority that can decide legitimate uses for everyone.

Back also describes Bitcoin's technical consensus process as a form of protective resistance. Any protocol change must pass the scrutiny of numerous developers and protocol observers. This technical consensus, similar to IETF's process, though slow, prevents unproven modifications from eroding the system's foundational properties.

Therefore, his opposition to BIP-110 lies at the governance level. According to his disclosure, if supporters cannot accept the status quo, they can fork together, but Bitcoin will not join.

An Ironic Blow: Even If Activated, BIP-110 May Not Block Arbitrary Data

BIP-110 faces a more practical problem. Even if activated, it may not truly block arbitrary data.

According to disclosure by RustBitcoin maintainer Martin Habovštiak in March, he wrote a 66KB TIFF image into a single transaction without using OP_RETURN, Taproot, or OP_IF. It can be publicly verified on-chain and decoded into a complete file.

This shows that as long as Bitcoin still allows sufficiently complex state transitions, data can be split, encoded, or disguised to enter the chain.

Workarounds are also taking shape. Leonidas, co-founder of Runestone, pointed out that he is launching an open-source client called DOG Mode, specifically designed to relax BIP-110's restrictions on non-financial data. It doesn't change consensus rules, doesn't require a vote, only changes the relay policy of a single node. If enough nodes and miners accept it, related transactions may be propagated and confirmed.

@secsovereign pointed out that BIP-110 mainly blocks large continuous data channels and cannot completely block distributed data stuffing, so a separate minimum output value proposal is still needed to handle issues arising from dispersed outputs.

This puts BIP-110 in an awkward position. It bears the risk of a consensus change but may not fully achieve its cleanup goal. It can raise the cost of embedding data, but it's unlikely to end the data war.

Miners and Nodes: PoW Constitution, Knots Sovereignty, Foundry's Hashpower Vote

BIP-110's activation mechanism brings an old tension between miners and nodes back to the surface.

F2Pool co-founder Wang Chun posted, stating that PoW is Bitcoin's constitution, and nodes should respect miners. This represents a core view among the miner faction: soft forks without miner support, especially UASF with a mandatory signaling period, lack legitimacy at the execution level. He previously stated opposition to BIP-110, arguing that protocol upgrades should not mimic the bundled bills of US politicians.

The Knots node faction gives a completely different answer. @MarcanoFilms argues that the over fifteen thousand nodes currently running RDTS rules are sovereign operators putting up real capital, not products of Sybil attacks. Each node equally enforces consensus rules; the protocol layer doesn't grant more validation power to a node just because it belongs to a large exchange.

Mining pools themselves are also taking action, and in opposite directions. In March this year, the first block supporting the BIP-110 proposal appeared on the Bitcoin network, mined by the Ocean pool. Ocean recently stated it will upgrade its backend to independently follow multiple chains in case BIP-110 causes a chain fork, effectively operating as two separate pools from the fork point.

The leading pool, Foundry, is handing the decision to its clients, letting pool accounts vote weighted by average hashpower. It will only switch to signaling support for BIP-110 if votes in favor exceed 51% of the voting hashpower.

Miners, nodes, and pools are all answering the same question in their own way. Does the legitimacy of a Bitcoin upgrade come from PoW, from node enforcement, or from the balance between the two? The faction holding the real signaling power is not even unified internally.

BlockSlop: When Forking Moves from Talk to Upgrade Path, Engineering Risks Emerge

It's in this context that a technical tail risk has been publicly disclosed.

According to a lengthy article titled "BlockSlop: BIP 110 Consensus Bug Public Disclosure" published by researcher Dathon Pwn (Note: The discloser Dathon Pwn and proposal author Dathon Ohm are two different people; "Pwn" is hacker slang for "compromise"), a consensus vulnerability exists in the late-upgrade path for BIP-110 activation clients.

The issue is not that the new BIP-110 rules cannot check new blocks, but that a node might first accept a certain block under the old rules, then continue trusting its existing database after enabling BIP-110, without re-validating that historical segment under the new rules.

In other words, a late-upgrading node retains a historical block that was valid under the old rules but should be rejected under BIP-110. A fresh BIP-110 node validating from genesis rejects the same block. Both claim to have BIP-110 enabled but give different answers for the same piece of history.

Dathon Pwn also emphasized that this does not mean the mainnet has already split, nor does installing the software automatically trigger the problem. The trigger condition is that there actually exists on-chain a block that is valid under old rules but invalid under new rules, and a node has already accepted and saved it before enabling BIP-110.

The weight of this discovery lies in its timing. It emerged just as Foundry is consulting its miners on whether to signal, placing a precondition-dependent but fixable upgrade path defect before all participants who might mine, settle, or build upon this chain. For miners, exchanges, wallets, and custodial institutions, hidden divergence is often harder to handle than an open fork.

Corporate Treasuries Weigh In: A New Variable in Protocol Politics

Returning to Saylor, his involvement adds a new weight to this debate.

In his article "110 Reasons BIP-110 Is a Bad Idea," he opposes BIP-110's use of a 55% miner signaling threshold, arguing it is significantly lower than the BIP-9 standard of 95%, and that it removes the usual timeout and failure states, potentially increasing coordination errors, chain splits, and market uncertainty.

He also argues that block space fees, node relay policy, miner policy, pruning, and Layer2 tools can address related issues without changing consensus.

According to his disclosure, even if the rules are only temporary, the governance precedent they establish could persist, making the proposed governance scheme more dangerous than the problem it seeks to solve.

Saylor's particular significance lies in representing BTC holders at the public company level. According to the latest disclosure, Strategy holds 843,775 BTC.

It is not a mining pool, not a Core maintainer team, nor an ordinary node community, but its balance sheet can influence the market's judgment of which chain is BTC.

What he possesses is narrative power and capital market influence. He can influence how markets and media interpret this debate, provide legitimacy backing for one side, and have his preferences amplified by capital markets.

In the previous rounds of Bitcoin governance debates, the stage was usually occupied by developers, miners, node operators, and even exchanges. This time, a public company's balance sheet has also stepped onto the stage of protocol politics. This may be the most significant change left by BIP-110.

Conclusion

Putting these five forces together, what BIP-110 truly exposes becomes clear. Bitcoin lacks a universally acknowledged arbiter.

Miners hold hashpower but are divided internally. Node operators advocate for equal validation, rejecting weighting by economic scale. A few developers hold code merge permissions, can practically change the network default, but lack an accountability mechanism towards node operators who bear the permanent costs.

Treasury holders wield narrative and capital but have no on-chain vote. And the technical consensus process represented by Adam Back treats the resistance to change itself as a source of legitimacy.

Each faction invokes a different basis of power, and each is contending for the interpretation of neutrality and conservatism.

BIP-110 may ultimately fail to activate, but it has already conducted a stress test on governance.

When the imperative to defend monetary boundaries and the imperative to maintain protocol neutrality collide head-on, each side will claim to be the one defending Bitcoin. The true core of this controversy is who has the right to decide what Bitcoin is.

热门币种推荐

相关问答

QWhat is the core purpose of BIP-110 and what is the main controversy surrounding it?

AThe core purpose of BIP-110 (Reduced Data Temporary Softfork) is to limit the amount of arbitrary non-financial data, like from inscriptions and Runes, that can be embedded in Bitcoin blocks. Its main controversy is that it proposes to move the fight against such data from node-forwarding/mining policies into the consensus layer. This means it would make certain currently valid transactions invalid through a protocol rule change, fundamentally altering the nature of the intervention and sparking a broader debate about who has the authority to make such changes to Bitcoin.

QAccording to the article, why do BIP-110 supporters believe that relying on node-forwarding policy (like the change in Bitcoin Core v30) is no longer sufficient?

ASupporters of BIP-110 argue that the node-forwarding policy layer has already failed. Infrastructure like direct transaction submission APIs, alternative relay networks, and private miner connections allow transactions to bypass public nodes' default filtering and reach miners directly. They view the v30 change that relaxed default OP_RETURN limits as merely formalizing this loss of control. Since the policy layer cannot enforce boundaries, they believe those boundaries must be moved to the immutable consensus layer.

QWhat is Adam Back's fundamental philosophical argument against implementing BIP-110?

AAdam Back's argument is rooted in the principle of Bitcoin as a permissionless system. He contends that the foundational idea is that no one can impose their own value judgments on others regarding what constitutes a valid use of the blockchain. While he personally dislikes spam data, he believes the decentralized, slow, and rigorous technical consensus process (akin to IETF standards) acts as Bitcoin's 'immune system.' This process provides protective resistance against changes that could erode core properties, and BIP-110 represents an attempt to bypass this essential governance mechanism.

QWhat practical limitation does the article highlight regarding BIP-110's effectiveness even if it were activated?

AThe article points out that even if BIP-110 activates, it likely cannot completely prevent arbitrary data from being embedded on-chain. Techniques exist to split, encode, or disguise data within complex state transitions allowed by Bitcoin's scripting capabilities. Furthermore, counter-clients like the proposed 'DOG Mode' could simply alter their forwarding rules to bypass BIP-110's restrictions without changing consensus rules, demonstrating that the data 'war' would likely continue in new forms.

QHow does Michael Saylor's involvement in the BIP-110 debate introduce a new dynamic to Bitcoin's governance, according to the article?

AMichael Saylor's involvement introduces a significant new variable: the influence of large-scale corporate treasury holders. Representing MicroStrategy's holdings of over 843,775 BTC, he brings the weight of public markets and narrative influence to the debate. Unlike miners, developers, or node operators, his power lies in his ability to shape market and media perception, provide legitimacy to a side, and have his preferences amplified by capital markets. This marks a shift where corporate balance sheets are now active participants in Bitcoin's protocol politics.

你可能也喜欢

全球股市的风暴点:韩国股市的去杠杆已基本完成

近期韩国股市出现剧烈波动,KOSPI指数自6月高点最大回撤达32%,成为全球AI行情调整的“风暴中心”。文章指出,市场下跌的深层原因并非基本面恶化,而是由高度集中的杠杆资金结构所驱动。 具体来看,核心风险来源于两方面: 1. **杠杆ETF大规模去化**:前期规模一度接近500亿美元的杠杆ETF,其“每日再平衡”机制在下跌中引发了“股价下跌→强制平仓”的负向循环。目前其规模已从高点收缩约240亿美元,去化进度已达约75%,剩余压力显著收敛。监管层也已出台新规,从8月起严格限制此类产品,从源头降低风险。 2. **对冲基金快速降杠杆**:通过互换交易放大敞口的对冲基金,其多空持仓比率已从峰值显著回落,净多头水平显示杠杆已下降超过50%,最剧烈的被动去杠杆阶段基本完成。 相比之下,韩国居民融资余额占股市市值比重很小(约0.5%),且不具备强制平仓机制,难以成为系统性风险的核心来源。 综合而言,最容易引发“连锁抛售”的高杠杆结构已大部分出清,市场正从“流动性驱动的下跌”过渡到“基本面驱动的定价”。只要AI产业趋势未发生根本逆转,本轮调整更接近一次拥挤交易的集中出清,而非行情的终结。 文章最后强调,AI代表的硅基革命趋势不可逆,波动是参与趋势的成本而非风险。每一次调整都是在进行筹码结构的优化,并为认清趋势的投资者提供新的参与机会。

链捕手1小时前

全球股市的风暴点:韩国股市的去杠杆已基本完成

链捕手1小时前

自2024年以来推出的加密货币代币中,92.9%跌破发行价:CryptoRank

加密货币数据平台CryptoRank的最新研究显示,自2024年以来发行的加密货币代币中,有高达92.9%目前正低于其代币生成事件(TGE)时的初始价格。 该分析聚焦于市值超过1亿美元的项目,在2024年至2026年间发行的113个项目中,仅有8个仍保持在发行价之上,其余105个均已跌破。这意味着只有约7.1%的项目为投资者带来了正回报,而整体样本的中位数回报率低至-95.7%。 表现最突出的项目是Hyperliquid (HYPE),自TGE以来上涨了1,519%。其次是Ondo Finance (ONDO)、EverValue Coin (EVA)和Midnight Network (NIGHT),涨幅分别为101.4%、20.32%和16.50%。 数据表明,与过去市场周期中新股常持续上涨不同,当前投资者变得更加挑剔。资本正越来越集中于少数已证明其产品采用度、生态增长或强劲市场需求的项目。许多新代币难以维持初始估值。 这一趋势反映了市场关注点的转变:投资者愈发看重代币经济学、流通供应量、解锁时间表和长期实用性,而非仅关注上市初期的价格动能。 研究结果可能影响未来项目的发行策略。项目因过高的完全稀释估值(FDV)、上市初期流通量不足以及大量未来代币解锁计划而备受审视,这些因素都可能在新供应进入市场时对价格构成下行压力。因此,开发者和投资者未来或将更重视可持续的代币分发模式和长期的生态增长,而非激进的初始估值。

ambcrypto1小时前

自2024年以来推出的加密货币代币中,92.9%跌破发行价:CryptoRank

ambcrypto1小时前

交易

现货

热门文章

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

2025年5月22日,比特币价格正式突破11万美元大关,创下历史新高。在政策面、宏观经济、资金面与投资者结构共同作用下,一场结构性牛市浪潮正在展开。而此轮上涨背后的核心驱动,是美国《GENIUS稳定币法案》的实质性进展以及多项利好的叠加。本文将从政策端突破、宏观环境转向、链上与ETF资金结构、交易行为演化,以及重点受益赛道五大维度,全面解析此轮BTC再创新高的深层逻辑,并前瞻下半年市场的潜在趋势。

1.8k人学过发布于 2025.05.22更新于 2025.05.22

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对BTC(BTC)币价的意见。

活动图片