ETHZilla Shares Jump Following Rebrand to Forum Markets

TheNewsCrypto發佈於 2026-02-26更新於 2026-02-26

文章摘要

ETHZilla's share price surged after announcing its rebrand to Forum Markets and a strategic shift toward institutional blockchain infrastructure and real-world asset tokenization. The company will trade under the new ticker FRMM on Nasdaq, pending approval. Previously operating a crypto treasury model focused on Ethereum, the company struggled as ETH prices fell and investor interest waned. Its new direction targets the growing demand for regulated tokenized investment products, aiming to provide asset origination and management services. Market analysts note this move aligns with institutional interest in blockchain's efficiency and transparency for traditional financial assets.

The share price of ETHZilla increased considerably as the company announced a rebranding of its name to Forum Markets and a new strategic direction. The company has confirmed that it will rebrand its corporate identity and operate under the name Forum Markets going forward. Forum Markets has also announced that it will start trading under a new ticker symbol FRMM on the Nasdaq exchange pending approval.

According to the company’s management, the rebranding is part of the company’s shift towards providing institutional blockchain infrastructure and real-world asset tokenization solutions. The company’s shares rose significantly as investors reacted to news of its rebranding during the current trading session.

A crypto treasury business model centered on the accumulation and holding of Ethereum had been operated by ETHZilla. This business model initially gained traction among investors due to strong performance in the crypto markets and increasing prices of Ethereum. However, the performance of the company’s shares deteriorated with the decline in Ethereum prices and the reduced popularity of crypto treasury models among investors.

The company’s management chose to shift its operations to institutional services related to tokenized financial and real-world assets. The increasing need for blockchain infrastructure that supports regulated and structured tokenized investment products drives this operational shift. The management stated that the new Forum Markets brand name fits the company’s long-term strategy for institutional blockchain adoption.

Tokenization Strategy Aims at Institutional Development of Blockchain

Forum Markets will create and manage tokenized products linked to real-world assets and financial instruments. The company aims to facilitate asset origination, tokenization, and management using blockchain infrastructure platforms. The company’s management said that tokenization could enable institutional investors. This is to gain access to financial asset classes that were either illiquid or restricted. The strategy will help blockchain networks to facilitate financial products. These are regulated and have clear ownership and transaction history.

Market analysts observed that the tokenization process remains a focus for institutional interest in terms of efficiency, transparency, and accessibility. Institutional investors are showing interest in blockchain solutions that combine traditional financial assets with blockchain infrastructure platforms. The change of direction of Forum Markets is an indication of the trend in the industry to combine blockchain technology with participation in regulated financial markets. Investors will be keen to observe the operational developments of the company as it moves into its new identity.

Highlighted Crypto News:

Tether Market Cap Slides Toward Second Straight Monthly Decline

TagsETHETHZilla

相關問答

QWhat was the reason behind ETHZilla's significant share price increase?

AThe share price increased due to the company's announcement of rebranding to Forum Markets and a new strategic direction focusing on institutional blockchain infrastructure and real-world asset tokenization.

QWhat will be the new ticker symbol for the company on Nasdaq?

AThe new ticker symbol will be FRMM, pending approval from Nasdaq.

QWhy did ETHZilla's previous crypto treasury business model face challenges?

AThe performance deteriorated due to the decline in Ethereum prices and reduced popularity of crypto treasury models among investors.

QWhat is the core focus of Forum Markets' new tokenization strategy?

AThe strategy focuses on creating and managing tokenized products linked to real-world assets and financial instruments to provide institutional investors access to previously illiquid or restricted asset classes.

QHow do market analysts view the institutional interest in tokenization?

AAnalysts observe that institutional interest remains strong due to the benefits of efficiency, transparency, and accessibility that tokenization offers for traditional financial assets.

你可能也喜歡

Rubin Ultra大减配,英伟达也扛不住内存涨价了?

知名投研机构SemiAnalysis近日报告指出,英伟达已向主要客户预览了其顶级AI芯片Rubin Ultra的最新规格,但相比此前预期出现显著降配。核心变化包括:算力峰值保持与普通版Rubin相同的35 PFLOPs;显存容量降至8层堆叠的192GB,甚至低于普通版的288GB;显存带宽仅微升1TB/s;芯片功耗反而略有提高。Rubin Ultra的主要升级方向转向“扩展互联规模”,支持通过NVLink将最多576张GPU互联成统一计算域,远高于普通版的72张。 报告分析认为,此次调整主要源于HBM(高带宽内存)价格持续快速上涨。以HBM3为例,其价格已从2025年二季度的低点180-220美元,飙升至目前约700-850美元。HBM成本飙升使得Rubin Ultra单机架的物料成本一度从约660万美元升至800万美元。英伟达因此重新评估设计,通过减少昂贵的HBM配置(成本占比从近40%降至28%),将资源更多投入互联能力等方向,优化整体成本结构。 此消息引发市场对HBM需求见顶的担忧。受冲击影响,韩国存储股开盘大跌,SK海力士、三星股价均下挫约8%。市场解读认为,若英伟达此举成为趋势,意味着AI芯片厂商可能开始通过优化设计来降低对高容量HBM的依赖,这或将限制存储厂商未来的提价空间,标志着AI基础设施的“堆料涨价”时代可能接近尾声。

Odaily星球日报58 分鐘前

Rubin Ultra大减配,英伟达也扛不住内存涨价了?

Odaily星球日报58 分鐘前

生成模型也能端到端训练了?核心竟是一个for循环

长期以来,深度学习在图像分类、检测等任务上凭借端到端训练取得了巨大成功,但生成模型领域却始终是个例外。当前主流的自回归、扩散模型等训练时只学习预测“一小步”,推理时则需要反复展开数百上千步,这种训练与推理的不一致导致了“暴露偏差”等问题,使得生成模型一直未能实现真正的端到端训练。 最近,一篇来自UIUC与哈佛大学的论文提出了“探索式建模(Explorative Modeling,XM)”新范式,其核心是一个简单到近乎朴素的for循环:在每个训练步骤中,模型生成K个候选样本,然后仅选取其中最接近真实数据的一个样本来计算损失和回传梯度。这种做法巧妙地绕开了传统生成模型中因使用重构损失(如平方误差)而导致的“模态模糊”问题——即模型倾向于输出多个可能答案的平均值,而这个平均值往往不属于任何真实的数据模式。 XM通过这种方式,在不拆分生成过程的前提下,直接提升了模型的“生成表达力”,即模型捕捉数据分布中多个独立模式的能力。论文将“探索”验证为继模型参数量、数据量之后的第三根可扩展轴。实验表明,随着模型规模、数据量和计算量的增大,探索带来的性能收益越发显著,在图像、视频、语言等多种任务上均能带来效率与质量的提升。 更重要的是,当探索程度足够时,XM可以实现真正的端到端生成。在机器人控制等任务中,仅需一次网络前向传播的XM策略,其性能可媲美甚至超过需要上百次前向的扩散模型策略,实现了推理效率的飞跃。 尽管“最佳K样本选择”的思想并非全新,但该研究的贡献在于清晰地揭示了这一简单机制如何直接解决生成模型的核心瓶颈,并为实现高效、端到端的生成模型开辟了新的可能性。随着模型规模的持续扩大,探索这一新维度可能将发挥越来越关键的作用。

marsbit1 小時前

生成模型也能端到端训练了?核心竟是一个for循环

marsbit1 小時前

交易

現貨
活动图片