Morgan Stanley Files For Ethereum ETF Amid Major Crypto Push

bitcoinistPublicado em 2026-01-08Última atualização em 2026-01-08

Resumo

Morgan Stanley has filed an S-1 form with the SEC for a spot Ethereum ETF, named the Morgan Stanley Ethereum Trust. The proposed fund aims to track the price of ETH and generate returns, including through staking a portion of the trust's assets. This filing follows the bank's recent submissions for spot Bitcoin and Solana ETFs, which also include staking plans for the Solana fund. This move is part of the firm's broader expansion into crypto, which includes offering crypto ETFs to its wealth management clients and enabling cryptocurrency access through its E-Trade platform. The push aligns with a wider regulatory shift in the U.S. towards embracing digital assets.

Wall Street behemoth Morgan Stanley is expanding its recent push into crypto Exchange-Traded Funds (ETFs) and has filed a registration statement for an Ethereum (ETH) Trust with the US Securities and Exchange Commission (SEC).

Morgan Stanley Files For Ethereum Trust

On Tuesday, banking giant Morgan Stanley submitted an S-1 form with the US SEC for its Morgan Stanley Ethereum Trust, which seeks to generate returns for investors by tracking the price of ETH and to “reflect rewards from staking a portion of the Trust’s ether.”

The SEC Filing shows that the bank “plans to engage one or more Staking Services Providers to conduct such Staking Activities,” using a staking model that “aims to maximize the portion of the Trust’s ether available for staking while controlling for liquidity and redemption risks.

Morgan Stanley files S-1 form for Ethereum ETF. Source: sec.gov

Nonetheless, the document doesn’t address key details, such as the exchange on which the fund will be listed, the Trust’s custodian, or the ticker. Morgan Stanley’s Ethereum ETF filing follows recent efforts to launch other investment products based on some of the largest cryptocurrencies by market capitalization.

As reported by Bitcoinst, the Wall Street giant announced that it had submitted preliminary filings for spot Bitcoin (BTC) and Solana (SOL) Trusts on Tuesday, seeking to hold and generate returns by tracking these two cryptocurrencies.

In a January 6 statement, the bank detailed that “Morgan Stanley Bitcoin Trust and Morgan Stanley Solana Trust are pending regulatory approval and would be passive investment vehicles that seek to track the performance of the price of the relevant cryptocurrency.”

Similar to its submitted Ethereum ETF, the Solana fund will include an allocation for staking, and plans to engage one or more third-party staking service providers to conduct these activities.

A Broader Crypto Push

Notably, Morgan Stanley’s crypto ETF move is part of a broader shift toward a more welcoming approach that expands the presence of traditional institutions in the digital assets industry.

This pivot follows US regulatory efforts led by the Trump administration to turn the country into the “crypto capital of the world.” Amid this major push, the SEC has published new generic listing standards for crypto-based ETFs, which have seen a successful run since their initial launch nearly two years ago.

In 2024, Morgan Stanley, which had built one of the most significant Bitcoin ETF holdings in the US, allowed its managers to offer the products as an investment option for its wealthy customers. This enabled access to individuals with a minimum of $1.5 million in assets and an aggressive risk tolerance.

In October 2025, it expanded its access to crypto fund investments for all clients, including those with retirement accounts, moving away from its previous customer restrictions. The shift allowed its financial advisors to present crypto funds to any client.

It also announced last year that it would enable trading of the largest cryptocurrencies, Bitcoin, Ethereum, and Solana, through its E-Trade subsidiary.

Ethereum trades at $3,216 in the one-week chart. Source: ETHUSDT on TradingView

Perguntas relacionadas

QWhat type of financial product has Morgan Stanley filed for with the SEC, and which cryptocurrency does it track?

AMorgan Stanley has filed an S-1 form for a Morgan Stanley Ethereum Trust, an Exchange-Traded Fund (ETF) that seeks to generate returns by tracking the price of Ethereum (ETH).

QBeyond price tracking, what additional feature does the proposed Morgan Stanley Ethereum Trust include to generate returns?

AThe Trust also aims to reflect rewards from staking a portion of its ether holdings, and it plans to engage one or more Staking Services Providers to conduct these staking activities.

QBesides an Ethereum ETF, what other two cryptocurrency-based investment products did Morgan Stanley file for on the same day?

AOn the same day, Morgan Stanley also submitted preliminary filings for a spot Bitcoin (BTC) Trust and a Solana (SOL) Trust.

QHow has Morgan Stanley's policy on offering crypto investments to its clients evolved since 2024?

AIn 2024, it allowed managers to offer Bitcoin ETFs only to wealthy customers with at least $1.5M in assets. By October 2025, it expanded access to crypto funds for all clients, including those with retirement accounts, and allowed financial advisors to present them to any client.

QThrough which subsidiary did Morgan Stanley announce it would enable direct trading of Bitcoin, Ethereum, and Solana?

AMorgan Stanley announced it would enable trading of these major cryptocurrencies through its E-Trade subsidiary.

Leituras Relacionadas

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbitHá 40m

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbitHá 40m

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbitHá 42m

Your Claude Will Dream Tonight, Don't Disturb It

marsbitHá 42m

Trading

Spot
Futuros

Artigos em Destaque

Como comprar PUSH

Bem-vindo à HTX.com!Tornámos a compra de Push Protocol (PUSH) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar Push Protocol (PUSH) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu Push Protocol (PUSH)Depois de comprar o teu Push Protocol (PUSH), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona Push Protocol (PUSH)Transaciona facilmente Push Protocol (PUSH) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

503 Visualizações TotaisPublicado em {updateTime}Atualizado em 2025.03.21

Como comprar PUSH

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de PUSH (PUSH) são apresentadas abaixo.

活动图片