Maelstrom’s Bitcoin Grants Hit 20 Months — 5 Developers, 4 Active, Here’s What They’ve Accomplished

bitcoinistPublished on 2026-06-10Last updated on 2026-06-10

Abstract

Maelstrom, the family office of BitMEX co-founder Arthur Hayes, has published the first annual report for its Bitcoin Grant Program. Over a 20-month period beginning in October 2024, the program has supported five developers, with four currently active. They are paid monthly in Bitcoin, with grants capped at $400,000 per developer annually. Two developers focus on Bitcoin Core: **Rkrux** is a prolific code reviewer, working on MuSig2 and wallet descriptor modernization. **Stratospher** focuses on critical consensus and peer-to-peer network code, fixing bugs that could cause network splits. Two others advance Bitcoin privacy: **Benalleng** develops Payjoin, a protocol that breaks common surveillance heuristics, with integrations in several wallets. **Macgyver** works on Silent Payments, enabling reusable static addresses without on-chain reuse, driving wallet adoption and standardization. The program funds only open-source Bitcoin protocol work with no commercial ties. The report highlights this model as a direct, transparent way for successful industry participants to fund the essential, unglamorous development underpinning Bitcoin's security and privacy.

Maelstrom, the family office of BitMEX co-founder Arthur Hayes, has published its first annual report for its Bitcoin Grant Program — revealing that four active developers have collectively advanced Bitcoin’s privacy, security, and codebase resilience across a 20-month program that began in October 2024, with five developers supported in total since inception.

The report, authored by Grant Program Administrator Jonathan Bier, covers the technical output of four currently active grantees — Rkrux, Stratospher, Benalleng, and Macgyver — two of whom work on Bitcoin Core directly and two of whom focus entirely on advancing Bitcoin’s privacy infrastructure. Grants are issued on 12-month contracts, paid monthly in Bitcoin, and can be stacked up to a cap of $400,000 per developer per year. The program is wholly funded by Maelstrom, per the report.

Bitcoin Core: The Unglamorous Work That Keeps The Network Safe

Two grantees are dedicated to Bitcoin Core — the software that runs the nodes securing the most valuable financial network ever built.

Rkrux, a grantee since October 2024, has become one of the project’s most prolific reviewers. In 2025 alone he made 1,155 review comments across more than 200 pull requests, ranking him the 11th most active commenter on the entire codebase, per a dashboard built by developer Niklas Gögge cited in the report. In the first five months of 2026 he added more than 400 additional PR comments.

His work spans MuSig2 — a protocol that makes multisignature transactions indistinguishable from single-signature transactions on-chain, simultaneously improving privacy and reducing fees — as well as the deprecation of legacy wallets in favor of modern descriptor-based wallets that improve interoperability across the ecosystem.

Stratospher, a grantee since November 2025, has focused on the areas where bugs carry the most catastrophic potential consequences — consensus-critical validation code and the peer-to-peer network. She discovered and fixed an undefined behavior bug in Bitcoin Core’s FindMostWorkChain function, contributed to the removal of the BLOCK_FAILED_CHILD flag, and worked on DLEQ cryptographic proofs in libsecp256k1 in relation to Silent Payments.

She also presented at the Africa Bitcoin Conference on two panels covering open source development and privacy. Her report notes directly that bugs in consensus code can cause nodes to disagree on the state of the network — a failure mode with no clean recovery path.

BTC's price trends to the downside on the daily chart. Source: BTCUSD on Tradingview

Privacy: The Infrastructure Bitcoin Still Needs

The other two grantees are wholly dedicated to Bitcoin privacy technologies — an area the report describes as central to Maelstrom’s philosophy.

Benalleng, funded since June 2025, works full time on Payjoin — a transaction protocol that allows both the sender and receiver to contribute inputs to a Bitcoin transaction, systematically breaking the surveillance heuristic that all inputs in a transaction belong to the same party. The Payjoin API has been integrated into Bull Bitcoin and Cake Wallet, with five or more additional wallet integrations currently in progress, per the report.

Bindings for Python, Javascript, Dart, and CSharp have been released to maximize developer accessibility. The report makes an argument that deserves attention: even minority adoption of Payjoin degrades chain surveillance capabilities for the entire network, including users who never use Payjoin themselves — a game-theoretic asymmetry Maelstrom considers one of Bitcoin’s most underappreciated privacy levers.

Macgyver, also funded since June 2025, is focused on Silent Payments — a protocol proposed by Ruben Somsen in 2022 that allows senders to make multiple payments to a recipient using a single static address, without ever reusing that address on-chain. Wallet adoption has progressed materially over the past 12 months: Blindbit-Desktop, Cake Wallet, and Dana Wallet now support both send and receive phases, while Sparrow Wallet and Nunchuk have added send support.

Bitcoin Core has draft implementations for both phases but they remain on hold pending a dependency on the Silent Payments module in libsecp256k1, per the report. Macgyver has formalized the Silent Payments roadmap, produced BIP-375 test vectors, proposed the first working BIP-375 hardware signer implementation for Coldcard, and organized monthly Silent Payments working group meetups.

What The Program Represents

Maelstrom’s grant framework is deliberately narrow — it funds open-source Bitcoin protocol work only, with no commercial strings attached and no token incentives involved. The review committee is two people: Arthur Hayes and Jonathan Bier. The funding comes from a single source.

And the work being done — reviewing consensus code, hardening P2P privacy, building transaction obfuscation tooling — is the kind of development that receives no headlines, generates no token price and yet underpins the security and privacy of a network that now holds hundreds of billions of dollars in value.

This development marks a pivotal moment for how the nascent sector’s most successful participants choose to give back. A family office that has profited substantially from Bitcoin’s appreciation deploying capital directly into the protocol’s open-source development stack — paid in Bitcoin, reviewed by peers, and published transparently — is a model the industry rarely produces and almost never documents this clearly.

Cover image from Grok, BTCUSD chart from Tradingview

Trending Cryptos

Related Questions

QAccording to the article, what are the key focus areas of Maelstrom's Bitcoin Grant Program, and how many developers are currently active?

AThe Maelstrom Bitcoin Grant Program focuses on advancing Bitcoin's privacy, security, and codebase resilience. There are four currently active developers working in the program.

QWho are the two grantees working directly on Bitcoin Core, and what specific contributions did they make as highlighted in the report?

AThe two grantees working on Bitcoin Core are Rkrux and Stratospher. Rkrux is a prolific reviewer, making over 1,155 review comments in 2025 alone and working on MuSig2 and wallet deprecation. Stratospher focuses on consensus-critical validation and the peer-to-peer network, having fixed an undefined behavior bug and contributed to removing the BLOCK_FAILED_CHILD flag.

QWhat are the main privacy technologies being worked on by the other two grantees, Benalleng and Macgyver?

ABenalleng works full-time on the Payjoin transaction protocol to break surveillance heuristics. Macgyver focuses on the Silent Payments protocol, which allows multiple payments to a static address without on-chain reuse.

QHow is the Maelstrom grant program structured in terms of funding and administration?

AThe program issues 12-month contracts, pays monthly in Bitcoin up to a cap of $400,000 per developer per year. It is wholly funded by Maelstrom and administered by a two-person review committee consisting of Arthur Hayes and Jonathan Bier.

QWhy does the article consider the Payjoin protocol's adoption significant for Bitcoin's overall privacy, even if adopted by a minority of users?

AThe article argues that even minority adoption of Payjoin degrades chain surveillance capabilities for the entire network, benefiting users who never use Payjoin themselves. This creates a game-theoretic asymmetry that is considered one of Bitcoin's most underappreciated privacy levers.

Related Reads

Beyond the Model Lies the Harness: Deepseek Enters the Arena, Why Has the Main Battlefield of China's AI Competition Shifted?

In mid-to-late May 2026, Deepseek internally established a new Harness team focused on code agent products, internally benchmarked against Anthropic's Claude Code. This move, marked by the formula "Model + Harness = Agent" in their job postings, signals a major shift in China's AI competition: the main battlefield is transitioning from developing large models to building toolchains and achieving workplace integration. Deepseek's direct involvement in Harness development aims to secure control over interface design and training data feedback loops, moving beyond open-sourcing powerful models. Harness, the runtime infrastructure for AI agents, handles everything beyond model reasoning—task orchestration, tool calling, context management, safety checks, and error recovery. It is crucial because agent products are not just outputs of model capability but also training grounds for it. Real-world task failures recorded by Harness can feed back into model training, creating a flywheel effect. Engineering Harness is more critical than optimizing prompts, as poor context management or error handling can drastically reduce agent success rates in multi-step, real-world scenarios. This shift is not isolated. Other major Chinese tech companies are also pursuing differentiated toolchain strategies. Tencent leverages its enterprise ecosystem (WeChat Work, Tencent Cloud) to build connectors for organizational-level AI collaboration and complex task delivery. Alibaba focuses on lowering automation barriers on the web with a front-end, browser-based GUI Agent framework, PageAgent. This diversification shows the industry recognizes that success lies not in a perfect general agent, but in vertically focused solutions built with robust engineering. The trend is validated by overseas success, such as Poland's Viktor, an AI coworker on Slack achieving $20M ARR by autonomously executing complex, multi-step tasks. This proves a shift in enterprise willingness to pay—from "AI-assisted generation" to "AI-autonomous execution." As Harness matures to provide safety guards and reliability, AI transitions from a human-supervised intern to an independent outsourcer. The competition now faces key engineering challenges: preventing "token explosion" through intelligent context compression, and building "thick frameworks" with features like sandbox isolation and checkpoint recovery for enterprise-grade stability. Geopolitical restrictions on tools like Claude Code further create a significant market vacuum for domestic solutions like Deepseek's Harness. For enterprises and developers, the focus must shift from comparing model benchmarks to evaluating a vendor's engineering capabilities, error recovery mechanisms, context management, and ecosystem compatibility when choosing AI products and platforms.

marsbit16m ago

Beyond the Model Lies the Harness: Deepseek Enters the Arena, Why Has the Main Battlefield of China's AI Competition Shifted?

marsbit16m ago

Soaring Export Data for Memory Chips, Market Is Redefining the Valuation Anchor for Memory Stocks

Korean storage export data for the first 20 days of June shows substantial year-on-year increases in both value and price-per-kilogram for categories like DRAM, NAND, and SSDs. This signals a potential shift beyond simple demand recovery, indicating rising prices and a product mix shift towards higher-value items, possibly influenced by AI infrastructure needs. A key point is that the surge in price-per-kilogram is not simply a uniform chip price hike. It reflects a combination of actual price increases and, more importantly, an export structure increasingly dominated by high-value-density products like HBM (High-Bandwidth Memory) and advanced DRAM, which are critical for AI servers. This suggests AI-driven demand may be spilling over from just HBM into broader memory markets. SK Hynix stands to benefit directly due to its leading HBM position. For Samsung and Micron, the implication is potential for greater margin elasticity if the tightness in high-end memory spreads to enterprise SSD and NAND prices. However, the storage sector remains cyclical. Risks include supply expansion, inventory changes, and potential slowdowns in broader AI capital expenditure. Ultimately, while the strong export data supports upward revisions for storage company earnings and fuels discussion of an "AI infrastructure bottleneck premium," a definitive valuation shift from a cyclical to a structural story depends on upcoming quarterly reports. Investors need confirmation from SK Hynix, Samsung, and Micron that improvements in average selling prices, product mix, and, crucially,毛利率 are sustained over multiple quarters.

marsbit1h ago

Soaring Export Data for Memory Chips, Market Is Redefining the Valuation Anchor for Memory Stocks

marsbit1h ago

Trading

Spot
Futures

Hot Articles

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 S (S) are presented below.

活动图片