Bitcoin's "Anti-Data Spam" Soft Fork BIP110: Collective Miner Resistance, Doomed to Fail?

Foresight NewsPublished on 2026-07-15Last updated on 2026-07-15

Abstract

The article discusses the contentious BIP110 proposal, a "data-reducing" soft fork aimed at limiting transactions containing additional data interpretable by external software (such as in Ordinals inscriptions). Proponents argue this data violates network principles, but the author strongly opposes the fork. The core argument is that Bitcoin's fundamental value lies in its open-access, censorship-resistant ledger. Just as free speech protects unpopular opinions, Bitcoin must allow any valid transaction, regardless of its perceived "non-monetary" use. The author contends there's no clear line between monetary and non-monetary transactions, and node operators don't care about transaction details—only validity. Bitcoin's existing protocol limits (block size, sigops) already minimize network strain from data-heavy transactions and have spurred layer-2 innovation (e.g., Lightning Network). BIP110's proposed technical changes are described as the most radical script restrictions since 2010, including capping script sizes, disabling certain Tapscript features, and invalidating upgrades. Its activation process is criticized for having an unusually low 55% miner signaling threshold and a forced activation mechanism with a short timeline. The author argues BIP110 attempts the impossible—controlling how users interpret data on an open ledger—and that those it targets have already adapted to work around it. The proposal is deemed unnecessary, rushed, and lacking consensus. With miners...


Written by: Brandon Black

Compiled by: AididiaoJP, Foresight News


In the small circle of Crypto Twitter, there has been a heated debate over the past year regarding the "Reduction of Data Carriers soft fork" proposal (i.e., BIP110) put forward by @dathon_ohm.


The core logic of this proposal is: certain Bitcoin transactions contain data in their locking scripts or unlocking scripts that, besides the inherent meaning of the Bitcoin script itself, can be interpreted by other software as carrying additional information. Supporters view this as a violation of network principles.


They believe that reducing such transactions is sufficient justification for the most "confiscatory" Bitcoin soft fork to date—its deployment would be faster than the two most recent soft forks, with a lower activation threshold.


Bitcoin is fundamentally an open-access, censorship-resistant, distributed ledger. Anyone can write content onto the ledger by paying a sufficient fee to convince block template builders and miners to include their transaction. The fundamental value of Bitcoin, what distinguishes it from all other ledger systems, lies in this openness. Without it, the Bitcoin ledger would be no different from a bowling alley's scoreboard. Precisely because of this open access, we know Bitcoin will be used by people we dislike.


This is akin to the principle of free speech: if it only protects the speech we like, it is meaningless. The same applies to Bitcoin's open access—if it only permits ledger entries we approve of, it loses its meaning. Therefore, there is no need for us to censor how others construct their ledger entries, just as we wouldn't want others to censor ours.


Supporters of BIP110 might say, "Of course, but this only applies to non-monetary entries! What about purely monetary transactions?" The reality is that there is no clear distinction. Every transaction on Bitcoin creates a record on the ledger by satisfying the conditions of a locking script—consuming input UTXOs and generating new output UTXOs.


Whether a transaction's script is slightly larger or smaller is completely unimportant to node operators or average users. First, I don't care about the details of other people's transactions, just as I don't care what someone orders at a coffee shop. Second, Bitcoin nodes themselves do not make such distinctions. Transactions are only valid or invalid, with varying verification costs (e.g., large multi-signature transactions are costly to verify, while certain Ordinals or OP_RETURN transactions are relatively cheaper).


Some argue that Bitcoin would be a better monetary asset if, like gold, it couldn't be used "in other ways." Imagine if gold couldn't be used for jewelry or industrial purposes—perhaps it would be a purer form of money. But it is precisely the physical properties that make gold a good form of money that also make it popular for jewelry and industrial use.


The same applies to Bitcoin: precisely because it allows anyone to write data by paying a fee, we cannot control how others interpret this data. No matter how we restrict script structures, people will always find ways to interpret these entries differently using software outside of Bitcoin. So, like with gold, we must accept that "other uses" are inevitable. In the gold market, this leads to price distortions from fluctuations in non-monetary demand; in Bitcoin, it may lead to rising fees during surges in block space demand.


However, Bitcoin has two advantages over gold. First, creating Bitcoin transactions that can be interpreted in alternative ways does not directly affect the market for Bitcoin as an asset—unlike gold, the amount of Bitcoin used for these "additional purposes" is actually very small. Second, the Bitcoin protocol was designed from the outset with mechanisms to minimize the burden of such "alternative interpretations" on the verification network. It limits block size and the number of signatures in transactions (sigops), which are the most costly parts of node verification.


These early limitations were set precisely to prevent high-frequency, high-volume abuse of the ledger. These very limitations spurred innovations like the Lightning Network, Ark, Spark, Cashu, and other Layer 2 solutions. Even surges in block space demand from "non-monetary" data have encouraged the use of these more efficient scaling solutions—they can record less on the main chain.


Now that the supposed rationale for BIP110 has been explained (and is clearly untenable), let's look at what it actually proposes to change.


BIP110 would limit the size of locking scripts, limit the number of alternative scripts available in Taproot, invalidate the Taproot annex, remove all upgradeable witness versions and Tapscript versions, remove all upgradeable opcodes in Tapscript, and disable OP_IF and OP_NOTIF in Tapscript. These restrictions would apply only to UTXOs created within approximately 52,414 blocks (about one year) after activation.


Furthermore, BIP110 lowers the miner readiness signaling threshold to 55% (past soft forks typically required over 90%) and implements a node-forced activation mechanism: if insufficient signaling occurs before block 961,632, nodes enforcing this rule will treat unsignaled blocks as invalid, thereby forcing the changes to lock in at block 963,648 and activate at block 965,664.


This would be the most radical restriction on Bitcoin scripting since Satoshi disabled several opcodes in 2010 due to a critical vulnerability (CVE-2010-5137). It seeks to push this change with an unprecedentedly low threshold, an extremely short activation timeline (less than 9 months from BIP numbering to activation), and minimal code review—all justified merely by the fact that people are interpreting ledger entries in ways the proponents disapprove of.


More ironically, those using the "disapproved" data have already updated their software and are prepared: even if BIP110 activates, they will be able to continue embedding similar data. Many of us predicted this in advance because it is fundamentally impossible to restrict how people interpret entries on an open, public ledger using external software.


In summary, BIP110 attempts to do the impossible—restrict how users of an open-access ledger can use it—while the problem it claims to address is already well-handled by Bitcoin's existing protocol limitations. It also seeks to force this through with an irresponsible short timeline, rushed code review, and a disregard for ecosystem consensus. Fortunately, Bitcoin is not such a fragile system; this reckless attempt at modification will not succeed.


Miners have already explicitly rejected BIP110, and developers, investors, KOLs, and the business community have voiced their opposition. By August this year, this "attack" on Bitcoin's consensus rules will end in failure, and Bitcoin will emerge stronger, continuing to produce blocks at a steady pace—one block at a time.

Trending Cryptos

Related Questions

QWhat is the core argument against the BIP110 'anti-data-spam' soft fork proposal according to the article?

AThe core argument is that BIP110 violates Bitcoin's fundamental principle of being an open-access, censorship-resistant ledger. The proposal's goal of restricting certain data inscriptions is seen as contradicting Bitcoin's core value proposition. Just as free speech must protect unpopular speech, an open ledger must allow transactions one might disapprove of. The article argues the 'problem' BIP110 claims to solve is already managed by Bitcoin's existing protocol limits (like block size and sigops), and its proposed changes are therefore unnecessary and harmful.

QWhat specific technical changes would the BIP110 soft fork implement, as listed in the article?

ABIP110 would: 1. Limit the size of locking scripts. 2. Limit the number of alternative scripts available in Taproot. 3. Make the Taproot annex invalid. 4. Remove all upgradeable witness versions and Tapscript versions. 5. Remove all upgradeable opcodes in Tapscript, and disable OP_IF and OP_NOTIF in Tapscript. These restrictions would apply to UTXOs created for approximately one year (around 52,414 blocks) after activation.

QHow does the activation mechanism for BIP110 differ from previous Bitcoin soft forks, and why is this controversial?

ABIP110 lowers the miner readiness signaling threshold to 55%, compared to the typical >90% requirement for past soft forks. It also implements a node-enforced activation mechanism: if insufficient signaling occurs by block 961632, nodes implementing the rule will treat non-signaling blocks as invalid, forcing a lock-in at block 963648 and activation at block 965664. This is controversial because it uses an unprecedented low threshold, a very short activation timeline (less than 9 months from BIP numbering), and a coercive 'flag day' activation, which is seen as rushing the change and disregarding broader ecosystem consensus.

QAccording to the author's analogy, why is it futile to try to prevent 'non-monetary' uses of the Bitcoin ledger?

AThe author uses the analogy of gold: the physical properties that make gold a good monetary asset (like durability, fungibility) also make it useful for jewelry and industry. Similarly, Bitcoin's property of allowing anyone to pay to write data means we cannot control how others interpret that data with external software. Any attempt to restrict script structures can be circumvented, as 'non-monetary' interpretations happen outside the protocol. Therefore, like with gold, these 'other uses' are an inevitable consequence of Bitcoin's core properties.

QWhat is the current state of the BIP110 proposal as described at the end of the article, and what is the predicted outcome?

AThe article states that miners have clearly rejected BIP110, and developers, investors, influencers, and the business community have also voiced opposition. It predicts that by August of the article's year, this 'attack' on Bitcoin's consensus rules will end in failure. The author concludes that Bitcoin will emerge stronger from this attempt and continue producing blocks at its steady pace.

Related Reads

From Being Ignored to the Venture Capital Queen Investing: Has AI Revived This Ultra-Niche Sector?

From obscurity to receiving investment from the "queen of venture capital," AI has revitalized the ultra-niche social networking track. In recent years, the social networking sector experienced a deep freeze in venture capital, with high-profile projects like the video social app "Huayin" (founded by a former WeChat core team member) and the offline-online dating app "Single's Tavern" ultimately failing. These failures underscored the immense difficulty of challenging WeChat's dominance in熟人社交 (close-contact social networking) and the general lack of scalable monetization paths for niche concepts like metaverse, female-only, or Muslim community apps. However, a shift emerged in 2025. "Liangpei," an AI-powered matchmaking company, secured a $2 million angel round from Today Capital, led by renowned investor Xu Xin. Its approach uses AI conversational profiling to create detailed user matches and charges only upon successful connections. Similarly, projects like "Pixel Rhythm" (reportedly focused on AI-assisted content creation for Gen Z overseas) and "Moobius" (AI-native group chat) signal a new trend. The investment logic has fundamentally changed. Instead of pursuing broad, traffic-driven "platform dreams" to compete with giants like WeChat, Douyin, or Soul, the new wave focuses on using AI as a tool to solve specific, high-pain-point problems for targeted, niche user segments. The path to viability now lies in achieving healthy cash flow by solving a concrete problem rather than chasing massive scale.

marsbit18m ago

From Being Ignored to the Venture Capital Queen Investing: Has AI Revived This Ultra-Niche Sector?

marsbit18m ago

From TrueFi to Elara: Why the Next Stop for On-Chain Finance is Liquidity Infrastructure?

From TrueFi to Elara: Why On-Chain Finance's Next Stage is Liquidity Infrastructure? The article analyzes the evolving focus in decentralized finance, shifting from narrative-driven expansion to robust, operationally sound infrastructure. The author, drawing from experience at TrueFi and building Elara, argues that early DeFi incorrectly assumed technological superiority alone would force adoption. Instead, financial systems evolve through workflow compatibility. Traditional finance prioritizes stability and predictability, creating intentional "viscosity" (friction) through controls, which slows execution but ensures durability. Crypto-native systems minimized friction for rapid experimentation and iteration but often lacked operational safeguards, leading to reflexive liquidity that can disintegrate under stress. The core insight is that sustainable on-chain finance cannot rely solely on isolated products like RWA lending or token incentives. The real opportunity lies in a coordinated financial architecture for liquidity management, collateral coordination, and capital deployment. Elara is presented as an example of this next-generation "programmable treasury infrastructure"—a yield-bearing, dollar-pegged collateral asset designed for capital efficiency and operational flexibility within fragmented digital markets. A key architectural decision separates liquidity from yield generation, allowing the collateral to remain liquid and programmable while accruing value. The funding environment has also shifted. Investors now prioritize operational proof—working systems, integrations, and controls—over visionary narratives. Competitive advantage comes from building systems that endure under real market conditions, not just launching quickly. Ultimately, the path forward is not a sudden replacement of traditional finance but a selective hybridization. Lasting infrastructure will combine the iterative speed of digital assets with the control architecture of traditional finance. Systems like Elara are built to operate efficiently in today's low-viscosity crypto markets while embedding the operational discipline—compliance, reporting, risk management—required to eventually support institutional capital as it gradually integrates with on-chain settlement rails. The focus is not on who launches first, but on who can build infrastructure capable of managing both high-speed digital-native liquidity and the slower, more deliberate flow of institutional capital.

marsbit28m ago

From TrueFi to Elara: Why the Next Stop for On-Chain Finance is Liquidity Infrastructure?

marsbit28m ago

Understanding the Q2 Crypto Market in 5 Charts: RWA Explosion, Fundamentals Continue to Recover

Summary of Q2 Crypto Market: RWA Boom and Continued Fundamental Recovery The second quarter of 2026 presented a mixed picture for the crypto market. While major crypto asset prices declined by 36% in H1 2026, the fundamentals of the industry showed significant strength. Key highlights from Bitwise's market review include: 1. **Divergence Between Crypto Stocks and Tokens:** Crypto-related public equities, tracked by the Bitwise Crypto Innovators 30 Index, rose 23% in H1, outperforming most major asset classes. This signals robust investment opportunities within the crypto ecosystem, such as Bitcoin miners benefiting from AI and traditional finance firms deepening crypto integration, even during a bear market for tokens. 2. **Substantial Crypto Application Revenue:** Leading decentralized applications generated a combined $5.9 billion in revenue over the past 12 months, with top protocols like PancakeSwap, Hyperliquid, and Aave each nearing $1 billion. This demonstrates the existence of real, revenue-generating businesses within the sector. 3. **Breakout Growth in Real-World Asset (RWA) Tokenization:** The total value of tokenized real-world assets reached a record $33 billion in Q2, up 12% quarterly and 45% year-to-date. Growth is driven by tokenized U.S. Treasuries, corporate credit, equities, and venture capital shares, indicating accelerating institutional adoption. 4. **Expanding Prediction Markets:** Prediction market open interest hit a new high of $1.8 billion in Q2, with sports being a key category. Quarterly trading volume also reached a record $43 billion. Platforms like Polymarket represent a form of mainstream, albeit often unaware, adoption of crypto infrastructure for event betting, with further growth expected around the U.S. midterm elections. 5. **Attractive Profile of Crypto Equities:** The Bitwise Crypto Innovators 30 Index exhibited low 90-day rolling correlations with most major assets (developed market stocks, EM stocks, REITs, bonds, gold) and negative correlation with commodities. This combination of high returns and portfolio diversification is highly attractive to institutional investors. In conclusion, despite weak token prices, core industry fundamentals—including user activity, business revenues, and institutional adoption—continue to advance, building a strong foundation for the next market cycle.

Foresight News57m ago

Understanding the Q2 Crypto Market in 5 Charts: RWA Explosion, Fundamentals Continue to Recover

Foresight News57m ago

GPT-5.6 Cracks a 50-Year-Old Math Problem in 1 Hour, 64 AIs Claim the Crown Jewel of Graph Theory

OpenAI announced that its AI model, GPT-5.6 Sol Ultra, has successfully proved the 50-year-old Cycle Double Cover (CDC) conjecture in graph theory in under an hour. This long-standing problem, posed independently by several prominent mathematicians, states that every bridgeless finite undirected graph contains a set of cycles where each edge is covered exactly twice. The breakthrough was achieved using a novel "parallel test-time computation" (TTC) approach. Instead of a single AI working sequentially, the system deployed 64 concurrent AI agents, each exploring distinct proof strategies—from algebraic perspectives to structural induction. The process included strict protocols to avoid common research pitfalls: initial exploration of fundamentally different paths, preventing herd mentality by not revealing the most promising direction, and employing a "critic squad" of agents to rigorously attack and verify every proposed proof step. The system forbade vague assertions, demanding concrete lemmas and constructions. The resulting proof, generated by GPT-5.6 and formatted with Codex, employed a sophisticated multi-step strategy. It first reduced the general case to cubic graphs, then leveraged Tutte's group-flow theorem to establish the existence of a nowhere-zero 8-flow on the graph. A key inventive step was introducing a "two-element set" labeling scheme (Lemma 2.1), which, if satisfied, guarantees a cycle double cover. The AI then transformed this combinatorial condition into a large system of linear equations (Lemma 2.2), using linear algebra over finite fields to conclusively demonstrate that a solution always exists. Researchers highlighted that parallel TTC dramatically compressed the reasoning time, making deep, extended AI problem-solving practically feasible. While some observers marveled at the implications for mathematics and science, others questioned whether parallel breadth can fully substitute for deep, continuous logical chains. Nonetheless, this achievement marks a significant advance in AI's autonomous capacity for high-level abstract reasoning and complex proof generation.

marsbit1h ago

GPT-5.6 Cracks a 50-Year-Old Math Problem in 1 Hour, 64 AIs Claim the Crown Jewel of Graph Theory

marsbit1h ago

Trading

Spot

Hot Articles

What is $BITCOIN

DIGITAL GOLD ($BITCOIN): A Comprehensive Analysis Introduction to DIGITAL GOLD ($BITCOIN) DIGITAL GOLD ($BITCOIN) is a blockchain-based project operating on the Solana network, which aims to combine the characteristics of traditional precious metals with the innovation of decentralized technologies. While it shares a name with Bitcoin, often referred to as “digital gold” due to its perception as a store of value, DIGITAL GOLD is a separate token designed to create a unique ecosystem within the Web3 landscape. Its goal is to position itself as a viable alternative digital asset, although specifics regarding its applications and functionalities are still developing. What is DIGITAL GOLD ($BITCOIN)? DIGITAL GOLD ($BITCOIN) is a cryptocurrency token explicitly designed for use on the Solana blockchain. In contrast to Bitcoin, which provides a widely recognized value storage role, this token appears to focus on broader applications and characteristics. Notable aspects include: Blockchain Infrastructure: The token is built on the Solana blockchain, known for its capacity to handle high-speed and low-cost transactions. Supply Dynamics: DIGITAL GOLD has a maximum supply capped at 100 quadrillion tokens (100P $BITCOIN), although details regarding its circulating supply are currently undisclosed. Utility: While precise functionalities are not explicitly outlined, there are indications that the token could be utilized for various applications, potentially involving decentralized applications (dApps) or asset tokenization strategies. Who is the Creator of DIGITAL GOLD ($BITCOIN)? At present, the identity of the creators and development team behind DIGITAL GOLD ($BITCOIN) remains unknown. This situation is typical among many innovative projects within the blockchain space, particularly those aligning with decentralized finance and meme coin phenomena. While such anonymity may foster a community-driven culture, it intensifies concerns about governance and accountability. Who are the Investors of DIGITAL GOLD ($BITCOIN)? The available information indicates that DIGITAL GOLD ($BITCOIN) does not have any known institutional backers or prominent venture capital investments. The project seems to operate on a peer-to-peer model focused on community support and adoption rather than traditional funding routes. Its activity and liquidity are primarily situated on decentralized exchanges (DEXs), such as PumpSwap, rather than established centralized trading platforms, further highlighting its grassroots approach. How DIGITAL GOLD ($BITCOIN) Works The operational mechanics of DIGITAL GOLD ($BITCOIN) can be elaborated on based on its blockchain design and network attributes: Consensus Mechanism: By leveraging Solana’s unique proof-of-history (PoH) combined with a proof-of-stake (PoS) model, the project ensures efficient transaction validation contributing to the network's high performance. Tokenomics: While specific deflationary mechanisms have not been extensively detailed, the vast maximum token supply implies that it may cater to microtransactions or niche use cases that are still to be defined. Interoperability: There exists the potential for integration with Solana’s broader ecosystem, including various decentralized finance (DeFi) platforms. However, the details regarding specific integrations remain unspecified. Timeline of Key Events Here is a timeline that highlights significant milestones concerning DIGITAL GOLD ($BITCOIN): 2023: The initial deployment of the token occurs on the Solana blockchain, marked by its contract address. 2024: DIGITAL GOLD gains visibility as it becomes available for trading on decentralized exchanges like PumpSwap, allowing users to trade it against SOL. 2025: The project witnesses sporadic trading activity and potential interest in community-led engagements, although no noteworthy partnerships or technical advancements have been documented as of yet. Critical Analysis Strengths Scalability: The underlying Solana infrastructure supports high transaction volumes, which could enhance the utility of $BITCOIN in various transaction scenarios. Accessibility: The potential low trading price per token could attract retail investors, facilitating wider participation due to fractional ownership opportunities. Risks Lack of Transparency: The absence of publicly known backers, developers, or an audit process may yield skepticism regarding the project's sustainability and trustworthiness. Market Volatility: The trading activity is heavily reliant on speculative behavior, which can result in significant price volatility and uncertainty for investors. Conclusion DIGITAL GOLD ($BITCOIN) emerges as an intriguing yet ambiguous project within the rapidly evolving Solana ecosystem. While it attempts to leverage the “digital gold” narrative, its departure from Bitcoin's established role as a store of value underscores the need for a clearer differentiation of its intended utility and governance structure. Future acceptance and adoption will likely depend on addressing the current opacity and defining its operational and economic strategies more explicitly. Note: This report encompasses synthesised information available as of October 2023, and developments may have transpired beyond the research period.

804 Total ViewsPublished 2025.05.13Updated 2025.05.13

What is $BITCOIN

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of BTC (BTC) are presented below.

活动图片