Bitcoin’s foundational scripting language, hamstrung for over a decade, is poised for a restoration that could reshape its privacy and programmability.
Developers Julian and Rusty Russell are championing "Script Restoration" through BIP 440 and 441. This plan would replace Satoshi Nakamoto’s 2011 blanket ban on 15 opcodes - originally meant to prevent denial-of-service attacks - with a precise computational budget called VarOps. The new system prices every script operation, allowing complex logic without crashing nodes, and reintroduces tools like arithmetic, bitwise logic, and large-number support via a new Tapscript leaf version.
"Giving builders general scripting primitives will let useful scaling applications like roll-ups win out via the fee market, improving Bitcoin as decentralized money."
- Julian, Bitcoin Optech
This push for general-purpose building blocks like OpCat represents a philosophical rift. Some developers prefer narrow, safe opcodes like CheckTemplateVerify, but Julian argues that general tools foster unforeseen innovation, with the fee market acting as the ultimate filter for useful applications.
The other half of this privacy push is BIP 352 for Silent Payments. This protocol creates static payment codes that automatically generate a fresh, unlinked on-chain address for every transaction, solving the widespread problem of address reuse. Craig Raw of Sparrow Wallet notes that during bull markets, up to 50% of transactions reuse addresses, degrading network-wide privacy.
"Silent payments aim to provide a static, reusable payment code while enforcing fresh addresses for each transaction, aligning privacy with convenience."
- Craig Raw, Citadel Dispatch
The catch was performance. Wallets had to scan every blockchain transaction to find their funds, a process that could take mobile devices nine hours. Raw’s solution, Frigate, uses GPU acceleration to cut scanning from hours to seconds, enabling public servers to support thousands of users. Yet a critical hurdle remains: hardware wallets must adopt standards like BIP 376 for signing and fraud proofs before cold storage users can benefit. Until then, the old, less private system persists.

