OP_NET, the protocol that guarantees to execute native good contracts in Bitcoin with out altering its base structure, introduced on March 16 that its mainnet will go into operation on March 19.
The announcement got here after the conclusion of a ‘Demo Day’ (check day) of three weeks wherein, in keeping with the OP_NET staff, greater than 400 decentralized purposes have been developed on Bitcoin.
Among the many examples cited is CropBob, an agricultural role-playing online game that runs totally on Bitcoin, the place gamers purchase land, plant crops and harvest tokens, all recorded within the base layer.
How does OP_NET work on Bitcoin?
Not like different protocols like BRC-20 or Runes, which depend on exterior indexers to interpret information (databases maintained by third events that may present completely different outcomes relying on who operates them), OP_NET makes use of a distinct method.
In response to the OP_NET paperwork, the directions for good contracts, a construction that Bitcoin doesn’t have natively, are inserted immediately into Bitcoin transactions utilizing tapscriptthe mechanism of scripting community native. Bitcoin confirms them as regular transactions, with out distinguishing them from the remaining.
The nodes which can be a part of the OP_NET construction They detect these transactions and execute them in a digital machine known as OP_VM. That is constructed on WebAssembly (Wasm), a regular bytecode format within the software program business that may be generated from programming languages reminiscent of Rust or C++.
WebAssembly just isn’t a language designed particularly for good contracts, however somewhat a general-purpose device tailored for that goal.
That has a concrete implication for builders. Write complicated monetary logic in WebAssembly is significantly extra demanding than doing it in Soliditythe language that Ethereum created particularly for good contracts. It is the distinction between constructing a home with specialised instruments or general-purpose instruments: it may be performed, but it surely requires extra talent.
To make sure that all nodes keep the identical state, each 5 Bitcoin blocks (roughly 50 minutes), OP_NET registers an immutable checkpoint in Bitcoin with the consolidated state of all energetic contracts. OP_NET additionally incorporates ML-DSA signatures, a cryptography normal accredited by the US Nationwide Institute of Requirements and Expertise (NIST) that could be immune to quantum computing, to authorize interactions with contracts.
Cada contrato en OP_NET shops its info in information slots (slots) organized in a construction known as Merkle tree, a cryptographic system that permits any information inside the tree to be verified with out having to evaluate all the pieces. Each 5 blocks, the abstract of that tree is completely recorded in Bitcoin as an immutable checkpoint.
A proposal that already generates rejection within the Bitcoin neighborhood
The launch didn’t go unnoticed. Renaud Cuny, a bitcoiner and node operator who promotes the activation of BIP-110, a proposal that seeks to restrict using block area for arbitrary non-financial information, printed an evaluation on March 16 wherein he describes OP_NET as “the final try to seize Bitcoin” and immediately qualifies it as spam.
For Cuny, OP_NET es spam within the technical and financial sense of the time period: takes up area in Bitcoin blocks with information that isn’t monetary transactions, however bytecode of contracts and utility logic. That area is a scarce useful resource that probably the most conservative bitcoiners consider ought to be reserved solely for worth transfers.
Thus, inserting video video games, decentralized exchanges or equal ERC-20 tokens into these blocks, in keeping with Cuny’s imaginative and prescient, degrades the primary operate of the community and makes financial transactions costlier.
A race with a number of individuals
OP_NET just isn’t the one proposal that seeks to convey good contracts to Bitcoin. As reported by CriptoNoticias, for instance, the RGB challenge is one other protocol that additionally goals at that purpose, with a distinct method.
On this case, in RGB, contracts are validated privately between the events concerned by means of validation by the consumer (customers), with out exposing the information to your entire community. To do that, RGB makes use of zero-knowledge cryptography known as ‘zk-STARK’.
August 12, 2025 marked a milestone within the improvement of RGB. For the primary time, the bridge that transferred USDT from Ethereum to RGB was efficiently achieved, additionally marking its historic entry into the Bitcoin ecosystem by means of this protocol.
One other instance is Arkade, a protocol developed by Ark Labs on its Ark second layer community. Not like OP_NET, Arkade runs lContracts off the primary chain however backed with the safety of Bitcoinpromising larger pace and decrease value with out taking over area on mainnet blocks.
The multiplication of those proposals displays a rising curiosity in increasing Bitcoin’s programmability, but additionally a structural rigidity. The bitcoiner neighborhood has traditionally been reluctant to adjustments that add complexity to the bottom protocol.
The precedence is protect safety and ease of a community that strikes billions of {dollars}. On this context, proposals like OP_NET don’t must persuade the protocol, solely those that construct on it, which explains each their attractiveness and the resistance they generate.