The cheapest Ethereum and Solana ETFs in the U.S. market just started trading. Morgan Stanley’s MSSE and MSOL carry a 0.14% management fee—lower than Grayscale’s 0.15% and Franklin Templeton’s 0.19%. But the real hook is the staking reward: up to 100% of the underlying assets are actively staked, and 80–100% of the rewards pass through to shareholders. On paper, it looks like a yield-bearing crypto wrapper for the traditional investor. Yet when I peel back the opcode—the actual mechanics of how these rewards flow—the innovation is not mathematical. It is a tax loophole dressed in institutional armor.
Context: The Product and Its Promises
On July 28, 2025, Morgan Stanley’s two new exchange-traded products began trading on NYSE Arca. MSSE tracks Ethereum, MSOL tracks Solana. Both are structured as grantor trusts, with Morgan Stanley Investment Management (MSIM) as sponsor. The trust holds real ETH and SOL, not futures. Up to 80% of the ETH and 100% of the SOL positions are staked through three institutional staking providers: Figment, Galaxy Digital, and Coinbase Canada. The staking rewards are collected, the providers take a fee capped at 5%, and the remainder flows to the ETF shareholders. The fund itself takes no additional cut beyond the 0.14% management fee. This is the first time a major U.S. bank has offered a staking-enabled spot ETF that fully complies with IRS Revenue Procedure 2025-31—the “safe harbor” rule that allows staking rewards to be treated as qualified dividends rather than uncertain block rewards.
On the surface, it is a perfect blend of traditional finance efficiency and crypto yield. But code is law, and logic is the judge. Let me break down what’s actually happening under the hood.
Core: The Staking Mechanics—Not a Smart Contract, But a Trust With Dividends
Unlike a DeFi protocol where you deposit into a smart contract and receive a liquid staking token (like stETH), this ETF is old-school trust law. The trust hires the custodian (a third party) to hold the private keys. The same custodian (or separate agent) runs the staking nodes. The service providers are selected by MSIM, not by a governance vote. The yield is calculated, netted, and paid as a periodic distribution to shareholders.
From a code perspective, the flow is straightforward:
IF block_validation_successful THEN
reward = protocol_inflation + transaction_fees
fee_service = min(0.05 * reward, agreed_cap)
fee_msim = 0.0014 * trust_AUM
distributed = reward - fee_service - fee_msim
distribute_to_shareholders(distributed)
This is functionally identical to a dividend-paying stock. The only crypto-native element is that the underlying asset price fluctuates like a volatile tech stock. The staking reward provides a ~3–5% annual yield for ETH and ~6–8% for SOL, but after the 5% service cap and 0.14% management fee, the net yield is about 2.8–7.6% for ETH and 5.7–9.6% for SOL—still competitive with many corporate bonds.
But here is the trade-off: You are paying for regulatory convenience. Directly staking ETH via a liquid staking protocol like Lido gives you ~3.4% after all fees with full liquidity and no management fee. The ETF’s 0.14% fee is tiny by traditional standards, but it is still a tax on yield. For a $100,000 position, that’s $140/year plus up to $5,000 in service fees. Compare that to zero fees for running your own validator (with $32 ETH locked) or the 10% fee that Lido takes from staking rewards. The ETF is cheaper than Lido but more expensive than solo staking. The real cost, however, is not the fee—it is the loss of self-custody and the assumption that Morgan Stanley’s third-party providers will never fail.
Contrarian: The Security Blind Spots That the Hype Misses
The narrative is that institutional staking is safe because it’s done by professionals. But my experience auditing smart contracts has taught me that every trust layer introduces a new attack vector. Here are three blind spots that most analysts ignore:
- Custodian concentration risk: The ETF’s crypto assets are held by a single third-party custodian (likely Coinbase Custody or Bakkt). If that custodian is hacked, loses keys, or goes bankrupt, the trust’s assets could be frozen or lost. The ETF prospectus likely includes a disclaimer that the trust does not hold the private keys—a classic shift of liability.
- Staking service provider failure: Figment, Galaxy, and Coinbase Canada are reputable, but they are not immune to slashing or node failures. If a staker gets slashed due to protocol error (e.g., validator software bug on Solana), the loss is absorbed by the trust. The ETF’s yield could turn negative in that epoch.
- The safe harbor is a temporary patch: IRS Revenue Procedure 2025-31 is not permanent law. If the IRS changes its position in 2026, the staking rewards might become taxable as ordinary income with no clear accounting method. The ETF’s value proposition collapses overnight.
Moreover, Solana’s status as a non-security is not settled. The SEC has ongoing litigation that alleges SOL is a security. If a court rules against Solana, the MSOL ETF would have to delist or restructure. Morgan Stanley’s legal team is betting on a favorable outcome, but the stack overflows, and the theory holds—only until the next ruling.
Takeaway: The Real Innovation Is Regulatory, Not Cryptographic
This product is a masterclass in regulatory engineering. Morgan Stanley used the safe harbor rule to turn crypto staking into a tax-optimized dividend. It did not invent a new primitive; it packaged an existing one (staking) into a familiar wrapper (ETF). The effect on the market is predictable: a fee war that will drive management fees toward zero, forcing all other issuers to add staking or lower costs. The ultimate winners are the staking services (Figment, etc.) and any investor who values tax simplicity over self-custody.
But for the blockchain purist, this is a step backward. It reinforces the idea that security is a feature, not an architecture—a feature you can rent from a bank. The ETF is a trust, not a trustless system. It is a dividend stock, not a self-sovereign asset.
Where does that leave us? The next cycle’s innovation will not come from Wall Street wrapping crypto; it will come from protocols that can offer equivalent regulatory clarity without sacrificing decentralization. Until then, investors should read the prospectus as carefully as they read the smart contract. Compiling truth from the noise means understanding that the lowest fee does not imply the highest security. A bug is just an unspoken assumption made visible—and the assumption here is that the IRS will never change its mind.