The data shows the market has been operating on a flawed assumption. For years, analysts valued Strategy (formerly MicroStrategy) by dividing total Bitcoin holdings by diluted share count. That arithmetic is invalid. It ignores the stack of debt and preferred claims layered on top of the Bitcoin balance sheet. A 40% leverage ratio means the common shareholder does not own one full Bitcoin per share of Bitcoin exposure. They own a fraction, after the bondholders take their cut.
On March 10, 2025, Strategy finally acknowledged this gap. The company debuted a new financial metric: "Net Bitcoin Per Share." The press release framed it as a transparency upgrade. The calculation is straightforward: total Bitcoin held minus the Bitcoin-equivalent value of all outstanding debt and preferred claims, divided by diluted common shares. It is a non-GAAP measure designed to show what a common shareholder actually owns in Bitcoin terms, after stripping out the senior claims.
Context: The Leverage Machine
Strategy holds approximately 226,000 Bitcoin, acquired at an average cost of $37,000 per coin. To fund these purchases, the company issued over $4 billion in convertible bonds and raised additional capital through preferred stock offerings. The debt carries varying coupons and conversion terms. Some bonds are convertible into common equity at specific price thresholds. Others are straight debt with no conversion rights. The preferred stock has a liquidation preference over common shares.

Under standard GAAP accounting, book value equals total assets minus total liabilities. The company's GAAP book value per share is roughly $45. But the market has always valued Strategy as a Bitcoin proxy. The disconnect between GAAP book and market price exists because the market prices the Bitcoin at spot, not historical cost. The problem is that the market price still reflects gross Bitcoin holdings, not the net claim after debt service.
During my forensic audit of the DAO in 2017, I spent six months tracing EVM opcodes to understand how one line of Solidity could drain millions. That experience taught me that high-level abstractions mask low-level risks. The same holds here. The "Bitcoin per share" number that traders quote is a high-level abstraction. It ignores the capital structure beneath. The new metric attempts to correct that. But the correction is only as good as the data fed into it.
Core: The Technical Anatomy of the Metric
Let me break down the calculation. We need three inputs: total Bitcoin treasury, total debt and preferred liabilities (in Bitcoin terms), and diluted share count. The formula:
Net BTC per Share = (Total BTC - (Total Debt + Preferred Claims) / BTC Price) / Diluted Shares
At current prices, assume Strategy holds 226,000 BTC. Total debt (convertible bonds + term loans) stands at roughly 125,000 BTC equivalent at $70,000 per coin. Preferred claims add another 15,000 BTC equivalent. That gives net Bitcoin of 86,000 BTC. Divide by 160 million diluted shares yields 0.54 net BTC per share.
Compare that to the gross figure: 1.41 BTC per share. The difference is 62%.
The metric depends on two critical variables: the BTC price used to convert dollar-denominated debt into BTC, and the definition of "debt" — specifically whether contingent liabilities (like convertible bond conversion options) are included. I have seen similar ambiguity in zero-knowledge proof circuits. During the PrivateCoin audit in 2020, I verified 500,000 constraint gates and found a mismatch in public input encoding. The error was small but could have allowed false proofs. The lesson: the precision of the input determines the trustworthiness of the output.

Zero knowledge, maximum proof. The company must publish the exact methodology and the source data for each input. Which debt instruments are included? Are the conversion options valued at market or par? What discount rate is applied to future payments? Without this granularity, the metric is just another black-box number.
Contrarian: The Blind Spots No One Talks About
The contrarian angle is not that the metric is useless — it is useful. The blind spot is that the metric creates a false sense of safety. Investors will see "Net BTC per Share" and assume the exposure is clean. It is not.
First, the debt is not static. Convertible bonds have call and conversion features. If the stock price rises, bondholders convert, diluting shareholders. If the stock price falls, the debt stays on the books. The net metric changes daily, but the company will only report it quarterly. The intra-quarter volatility is unaccounted for.
Second, the metric ignores counterparty risk. Strategy uses debt from several financial institutions. Some of those counterparties have secured lending agreements backed by the Bitcoin itself. In a liquidation scenario — say a forced margin call — the collateral is seized before common shareholders see a dime. The net metric assumes the Bitcoin treasury is intact, but it is not fully collateralized. Trust is a bug, not a feature.
The DAO was a warning we ignored. The DAO had a robust token balance and a set of smart contracts that appeared sound. One reentrancy call collapsed the entire structure. Strategy's balance sheet is not a smart contract, but it has its own reentrancy risk: a sharp drop in Bitcoin price could trigger debt covenants that force the sale of Bitcoin, further depressing the price, and cascading into insolvency. The net metric does not model this feedback loop.

Third, the metric is inherently backward-looking. It reflects the current debt stack. But the company is actively issuing new debt and buying more Bitcoin. By the time the quarterly report hits, the net number could be significantly different. During my work on L2 fraud proof mechanisms in 2022, I simulated the economic security of Optimistic Rollups. The core finding was that static bond requirements fail under dynamic attack scenarios. The same applies here: a static snapshot of net holdings fails when the leverage is actively managed.
Takeaway: Verification Must Be Real-Time
The introduction of "Net Bitcoin Per Share" is a step toward transparency. But transparency without verification is just marketing. The company should publish a cryptographic proof of its Bitcoin holdings — signed by the custodial wallet — and a third-party audit of its debt schedule. The metric should be updated daily, or at least weekly, to reflect changing prices and capital structure.
During my institutional custody project in 2024, I designed a multi-party computation key management scheme for a Mexican fintech firm. The requirement was not just security, but audibility. Every key generation and transaction was logged and verifiable. The same principle applies here: the net Bitcoin per share should be a live, auditable number, not a quarterly footnote.
Code doesn’t lie; audits do. If Strategy wants this metric to become the standard for evaluating Bitcoin-heavy corporations, it must back it with open-source calculation code and real-time on-chain verification. Otherwise, it is just another layer of abstraction masking the underlying leverage. The market will eventually learn to see through it.
I will be watching the next 10-Q. The first iteration of the metric will set the precedent. If the methodology is opaque, the market will discount it. If it is transparent and auditable, it could reshape how institutional investors value corporate Bitcoin exposure. The choice is Strategy's. The data does not lie. But the presentation can. Verify everything. Trust nothing.