For weeks, I have been tracking a peculiar signal on the Bitcoin network. Miner support for BIP-110, a proposal to restrict on-chain data storage, has languished below 1%. Yet, the code's forced activation window is set to open in August. This isn't a democratic referendum; it is a software ultimatum. The raw data from bip110.org shows that out of hundreds of thousands of blocks, only a handful carry the flag. The network is sleepwalking into a governance crisis, and most traders have no idea.
BIP-110 aims to limit non-transaction data to 256 bytes per output, effectively killing Ordinals inscriptions, which can reach hundreds of kilobytes. The proposal, authored by Dathon Ohm with initial contributions from Luke Dashjr, represents a faction within Bitcoin's core development that views data storage as pollution. The network has already absorbed over 60 million inscriptions, birthing a new asset class: BRC-20 tokens, NFTs, and Runes. This is not a minor squabble; it is a war over Bitcoin's identity—digital cash versus a decentralized data layer.
Let me excavate the technical layers. BIP-110 modifies consensus rules to enforce a 256-byte limit on OP_RETURN and other script data. However, the Ordinals community, led by Casey Rodarmor, has already proposed a workaround: splitting files into 256-byte chunks, each embedded in separate transactions. This creates a multi-transaction protocol that reassembles the data off-chain. From a code perspective, this is elegant—each chunk is valid under BIP-110. But here is the kicker: a 100KB image requires ~400 transactions, each competing for block space. This increases transaction count, raises fees, and bloats the UTXO set—exactly what BIP-110 supporters claim they want to avoid.
In my years dissecting protocol forensics, I have seen this pattern before. A restrictive rule spawns a more complex, resource-intensive workaround. The result is not a cleaner chain but a more congested one. Composability is not just function; it is poetry. Here, the poetry is ironic: BIP-110, if activated, could paradoxically worsen the 'spam' problem it aims to solve. From a security standpoint, the workaround introduces new attack vectors. Each chunk must be correctly linked, and data availability becomes a challenge. If a single chunk is lost, the entire inscription is corrupted. This is a fragile construction atop a brittle rule.
Now for the contrarian angle—the part the market is mispricing. The activation mechanism itself is the bomb. BIP-110 is a forced activation: when the window opens, nodes running the new software will reject any block containing oversized data. But with miner support below 1%, most miners will not upgrade. This means the network could split into two chains: one with BIP-110 enforced by a minority of hashrate, and one without, representing the majority. This is not a soft fork; it is a hard fork imposed by a vocal minority. The 'Covenants Chain' (BIP-110 active) might have lower hashrate but higher ideological purity. The 'Core Chain' (status quo) keeps Ordinals and Runes. We could see a permanent fork, akin to Bitcoin Cash, but with a twist: the workaround ensures that Ordinals data can still exist on the minority chain, creating a parallel ecosystem.
The blind spot here is that forced activation does not create consensus; it creates division. The workaround becomes a survival mechanism for Ordinals on both chains. On the majority chain, inscriptions continue as before. On the minority chain, the workaround is mandatory. This bifurcation could lead to a long-term standoff, fragmenting liquidity and confusing users. The risk to Ordinals assets is real: if the majority chain retains the status quo, existing inscriptions are safe. But if BIP-110's chain gains traction—perhaps backed by exchanges and institutional custodians who value simplicity—then the workaround becomes the only path. However, the workaround's complexity introduces replay attacks and synchronization issues between chains.
Every bug is a story waiting to be decoded. The BIP-110 controversy tells us that Bitcoin's governance is not a utopia of rough consensus but a battlefield of code and economic incentives. The forced activation window in August will not settle the debate; it will likely crystallize two competing visions. One chain for digital gold, one for digital artifacts. As a researcher, I am watching the signal-to-noise ratio. The truth is not in the whitepapers but in the merge requests and the block explorers. Navigate the labyrinth where value flows unseen—and sometimes splits. The next few weeks will determine whether Bitcoin remains a unified network or becomes a house divided.
