# MSTR Comparison

STRAT mechanics are designed to replicate the core financial engineering of MicroStrategy — without the centralization — via pure DeFi mechanics.

## How the MSTR Trade Works

MicroStrategy raises capital by issuing convertible notes, effectively borrowing money while attaching a \~4-year option on MSTR shares. The option carries an implied premium, which is why the debt has little to no interest — investors accept minimal coupon in exchange for the conversion optionality.

The borrowed funds are then used to purchase Bitcoin.

After \~4 years, the debt must either be repaid or converted into MSTR shares. If Bitcoin's price rises, note holders are incentivized to convert their notes into shares, as the company's NAV will exceed the debt owed.

When conversions occur, the NAV/share ratio increases — MicroStrategy avoids selling Bitcoin to repay the debt, reinforcing its long-term Bitcoin accumulation strategy.

**Key things to consider for MSTR:**

* Convertible notes are a widely used fundraising instrument in traditional finance, offering key advantages such as easy institutional access and seamless composability within the financial system. Institutional entities can secure loans against their convertible notes from banks, which can reliably assess their value.
* MSTR does not actively utilize its Bitcoin holdings — the coins are effectively black-holed. MSTR's primary benefit comes from Bitcoin's volatility rather than its direct productivity or yield-generating potential.
* Sophisticated participants can utilize the call option embedded in the convertible note to generate steady income through gamma farming — shorting MSTR to create delta-neutral positions and profiting from any price deviation.
* Under TradFi corporate takeover laws, MSTR's Bitcoin holdings could eventually be subject to an RFV (Redemption Floor Value) event through a 51% acquisition. The acquiring entity may choose to dissolve the company, leading to a sudden release of BTC into the market — a potentially bearish event for Bitcoin.

## How STRAT Mechanics Differ

### Composable Note Structure

We structure our convertible note by separating it into two composable DeFi primitives: a fungible [CDT](/core-mechanics/cdt.md) (representing protocol debt) and an NFT encoding the option data. This allows bondholders to monetize their debt independently — by selling CDT for immediate liquidity or borrowing against it — without ever liquidating their conversion rights. These become DeFi building blocks in their own right: fungible long-dated debt and transferable conversion options, each tradeable and composable independently.

For the full note mechanics, see [Convertible Notes](/core-mechanics/convertible-notes.md).

### Productive Treasury

Our ETH is not black-holed. The protocol treasury holds all ETH as [esETH](/core-mechanics/eseth.md) — a non-rebasing wrapper over multiple liquid staking tokens. This means:

* **The underlying ETH earns staking yield** — wstETH, rETH, cbETH, and other LSTs continue accruing validation rewards inside esETH
* **STRAT holders can borrow against the treasury** — [Treasury Lending](/core-mechanics/treasury-lending.md) lets STRAT holders access esETH liquidity at fixed rates with no liquidation during the loan term, reintroducing the ETH back into the broader DeFi ecosystem. This is a purpose-built lending contract (StratETHTreasuryLend) — not a Morpho pool or generic DeFi lending integration. Loan positions are ERC-721 NFTs with fixed rates snapshotted at origination, fundamentally different from the variable-rate, oracle-liquidatable design of standard DeFi lending.
* **Lending interest flows to stakers** — interest paid by borrowers flows to the [StakedStrat](/core-mechanics/strat-staking.md) contract, where it streams to STRAT stakers as esETH rewards over 7-day periods. This creates a sustainable yield layer that MSTR holders don't have

Where MicroStrategy's Bitcoin sits idle, ETH Strategy's treasury is actively productive.

### Superior Hedging Environment

Gamma hedging in this environment can be even more profitable than in TradFi, thanks to the availability of perpetuals and shorts with positive funding rates. DeFi's 24/7 markets, instant settlement, and composable derivatives infrastructure give sophisticated participants better tools for extracting value from the embedded conversion optionality.

### RFV Attack Immunity

STRAT, by utilizing borrowed ETH through its lending mechanism and lacking other mechanisms for reclaiming ETH or dissolving the protocol, remains immune to RFV attacks. There is no corporate entity to acquire, no board to replace, no shareholder vote to force dissolution. The smart contracts are the protocol — and they don't have a "sell all ETH" function.

This ensures long-term protocol security and stability in a way that MSTR cannot guarantee under TradFi corporate governance.

## Summary

|                                | MicroStrategy                                         | ETH Strategy                                                                                           |
| ------------------------------ | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| **Underlying asset**           | Bitcoin                                               | ETH (via esETH)                                                                                        |
| **Treasury productivity**      | None — BTC is idle                                    | Active — LST yield, lending, borrowing                                                                 |
| **Note structure**             | Bundled (debt + option inseparable)                   | Composable (CDT + NFT, independently tradeable)                                                        |
| **Conversion**                 | Into MSTR shares only                                 | Into STRAT (equity) or esETH (ETH) — two paths                                                         |
| **Borrowing against position** | Via TradFi banks (permissioned)                       | Via Treasury Lending *(Roadmap — Q2 2026)* — permissionless, fixed-rate, no liquidation during term    |
| **Access**                     | Accredited investors, broker-dealers                  | Anyone with ETH and a wallet                                                                           |
| **Settlement**                 | T+2 days                                              | Same block                                                                                             |
| **Yield to holders**           | None                                                  | esETH staking rewards from lending interest *(Upcoming)*                                               |
| **RFV attack vector**          | 51% acquisition possible                              | RFV Proof: Treasury Lending feature is a escape valve of its own, that prevents traditional RFV attack |
| **Gamma hedging**              | TradFi derivatives (limited hours, counterparty risk) | DeFi perpetuals (24/7, composable, positive funding)                                                   |

Those who want high-volatility, high-beta exposure will buy STRAT. Those who want downside protection or long-term borrowing without liquidation risk will bond with convertible notes. Both sides of the market reinforce each other — the same flywheel MSTR runs, but fully on-chain, composable, and accessible to anyone.

{% hint style="info" %}
**Status:** Treasury Lending is on the [roadmap](/introduction/roadmap.md) for Q2 2026. The comparison above reflects the full protocol design, including components not yet deployed. See [Live Now](/introduction/live-now.md) for what's available today.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ethstrat.xyz/tokenomics/mstr-comparison.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
