Ethereum gains on Bitcoin as capital rotates back into altcoins

ambcrypto发布于2026-03-02更新于2026-03-02

文章摘要

Capital rotation is shifting back into altcoins, with Ethereum showing early signs of relative strength against Bitcoin. The ETH/BTC pair has printed higher highs over the past two weeks, indicating investors are reallocating capital toward Ethereum. This often leads to liquidity flowing further into select altcoins. Market metrics like the Altcoin Season Index and derivatives data suggest improving internal structure and more balanced positioning. Since January, Bitcoin’s dominance has declined from 59.26% to 58.01%, implying approximately $16.5 billion has rotated into altcoins and stablecoins. However, ongoing geopolitical risks could cap momentum, as altcoins remain vulnerable during risk-off periods due to their higher volatility. The sustainability of this recovery depends on both continued capital rotation and broader macro stability.

Altcoins have remained under pressure since the broader crypto market downturn.

Data from TradingView showed that roughly $838 billion has been wiped from the total crypto market capitalization since October last year, reflecting the depth of the correction.

Now, early signs suggest that capital rotation dynamics are beginning to shift. Several market-based indicators point to improving internal structure, even as macro headwinds persist.

Ethereum begins to reclaim relative strength

The ETH/BTC pair remains one of the clearest barometers of capital rotation within crypto.

When the pair trends higher, it signals that Ethereum is absorbing liquidity at a faster pace than Bitcoin. When it trends lower, Bitcoin strengthens its dominance over the market.

Over the past two weeks, the pair has printed higher highs on the weekly timeframe. While the advance remains modest, the direction matters.

It suggests that investors have started reallocating capital toward Ethereum rather than concentrating exposure solely in Bitcoin.

This shift rarely remains isolated. Historically, when Ethereum establishes relative strength against Bitcoin, liquidity often cascades further down the risk curve into select altcoins.

Ethereum typically acts as the bridge between Bitcoin dominance and broader altcoin participation.

Internal market structure shows improvement

Broader altcoin metrics reinforce this developing narrative. The Altcoin Season Index reflects gradual improvement, indicating that performance dispersion is widening in favor of alternative assets.

While the market has not entered full altcoin season territory, relative strength is no longer exclusively concentrated in Bitcoin.

Derivatives data from CoinGlass shows that positioning remains largely balanced, suggesting that forced liquidations have cooled and speculative excess has moderated.

Stable derivatives conditions, combined with improving spot demand, often create the foundation for sustainable capital rotation.

CoinMarketCap data further confirmed the selective strength. Canton Network [CC] and LayerZero [ZRO] have gained approximately 115% and 46%, respectively, over the past 90 days.

In this same timeframe, 35 altcoins have outperformed Bitcoin, underscoring that leadership is already broadening beneath the surface.

Bitcoin dominance also supports this interpretation. Its market share has slipped from 59.26% in January 2026 to 58.01%.

Though the decline appears incremental, dominance shifts at this scale translate into meaningful capital flows.

Based on Bitcoin’s current market capitalization of roughly $1.32 trillion, the 1.25 percentage point decline implies that approximately $16.5 billion has rotated from Bitcoin into altcoins and stablecoins since January.

Macro risks could cap momentum

Despite these constructive developments, macro uncertainty remains a critical variable. Heightened geopolitical friction between the United States and Iran has amplified global risk sensitivity.

Periods of geopolitical stress typically drive capital toward defensive assets such as gold while pressuring higher-volatility markets.

Crypto, and particularly altcoins, often face disproportionate selling during risk-off phases due to their smaller market depth and higher beta characteristics.

As a result, the trajectory of any sustained altcoin recovery will depend not only on internal capital rotation but also on broader macro stability.

If geopolitical tensions ease and Ethereum maintains relative strength against Bitcoin, the groundwork for a broader altcoin expansion could solidify.

However, if global risk aversion intensifies, investors may delay reallocating capital into higher-risk digital assets.


Final Summary

  • Capital has rotated into Ethereum for two consecutive weeks, raising the probability of an emerging altcoin cycle.
  • 35 altcoins currently outperform Bitcoin, yet escalating geopolitical tensions continue to restrain broader risk appetite.

热门币种推荐

相关问答

QWhat does an upward trend in the ETH/BTC pair indicate about capital rotation in the crypto market?

AAn upward trend in the ETH/BTC pair signals that Ethereum is absorbing liquidity at a faster pace than Bitcoin, indicating that capital is rotating from Bitcoin into Ethereum.

QAccording to the article, what role does Ethereum typically play between Bitcoin and altcoins?

AEthereum typically acts as the bridge between Bitcoin dominance and broader altcoin participation, meaning when it gains strength against Bitcoin, liquidity often flows further into select altcoins.

QHow much capital has rotated from Bitcoin into altcoins and stablecoins since January, based on the decline in Bitcoin's dominance?

AApproximately $16.5 billion has rotated from Bitcoin into altcoins and stablecoins since January, based on a 1.25 percentage point decline in Bitcoin's dominance from its market cap of $1.32 trillion.

QWhat are two macro risks mentioned that could cap the momentum of altcoin recovery?

AHeightened geopolitical friction, such as between the U.S. and Iran, and broader global risk aversion are macro risks that could pressure higher-volatility markets like crypto and cap altcoin momentum.

QWhat does the Altcoin Season Index's gradual improvement indicate about the current market structure?

AThe Altcoin Season Index's gradual improvement indicates that performance dispersion is widening in favor of alternative assets, meaning relative strength is no longer exclusively concentrated in Bitcoin.

你可能也喜欢

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

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

marsbit30分钟前

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

marsbit30分钟前

年薪百万抢电工,Meta急到自己办技校

AI竞赛正面临新的瓶颈:工地。美国正面临严重的电工、建筑工等技术工人短缺,这已成为微软、Meta、OpenAI等公司快速建设超大规模AI数据中心(如OpenAI耗资160亿美元的“星际之门”项目)的“头号障碍”。 尽管AI公司愿支付高薪(如电工年薪可达24-28万美元),远超传统行业,但熟练技工仍供不应求。麦肯锡预测,美国在2023-2030年间需额外培养13万名电工和24万名建筑工,而劳工统计局预计每年仍有8万个电工岗位空缺。这种短缺导致项目延迟,每月可能造成数百万美元的收入损失。 AI数据中心建设复杂,需应对巨大功耗(一座设施耗电堪比数十万户家庭)、复杂的配电系统以及高密度散热(需液冷技术)等挑战,因此亟需大量技术娴熟的工人。 为此,科技巨头开始亲自下场培养人才。例如,Meta投入1.15亿美元建立建筑工人培训学校,提供免费培训及生活补贴,以快速输送工人上岗。OpenAI则与建筑工会合作,提前锁定熟练劳动力。同时,企业也将招聘目光投向高中生,鼓励年轻人投身技工行业。这些举措已见成效,Z世代对技工职业的兴趣显著上升。 然而,更深层的挑战在于电力。AI数据中心用电量正以惊人速度增长,已推高部分地区的电价。此外,数据中心建设是项目制的,建设期需要成千上万的工人,但建成后仅需少量常驻人员。这意味着未来可能面临熟练工人短期过剩、并流向其他行业压低薪资的风险。如何实现劳动力与电力资源的长期平衡,仍是悬而未决的问题。

marsbit2小时前

年薪百万抢电工,Meta急到自己办技校

marsbit2小时前

交易

现货

热门文章

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

2025年5月22日,比特币价格正式突破11万美元大关,创下历史新高。在政策面、宏观经济、资金面与投资者结构共同作用下,一场结构性牛市浪潮正在展开。而此轮上涨背后的核心驱动,是美国《GENIUS稳定币法案》的实质性进展以及多项利好的叠加。本文将从政策端突破、宏观环境转向、链上与ETF资金结构、交易行为演化,以及重点受益赛道五大维度,全面解析此轮BTC再创新高的深层逻辑,并前瞻下半年市场的潜在趋势。

1.8k人学过发布于 2025.05.22更新于 2025.05.22

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对BTC(BTC)币价的意见。

活动图片