Ethereum Exodus Continues: Supply On Crypto Exchanges Dries Up To Years-Long Low

bitcoinistPublished on 2026-03-04Last updated on 2026-03-04

Abstract

Ethereum's supply on cryptocurrency exchanges has plummeted to a multi-year low, with only 16 million ETH remaining, down from 23 million in 2023. This significant withdrawal indicates that holders are choosing to hold or stake their assets rather than sell, despite recent price declines. This trend reduces immediate sell pressure and suggests a silent accumulation phase, potentially setting the stage for a supply shock. Concurrently, Ethereum's network activity has surged to record highs, with daily transactions nearing 3 million, driven by increased DeFi usage, stablecoin transfers, and NFT interactions. This heightened on-chain demand points to substantial utility growth and adoption, even as the price hovers around $2,000.

With the Ethereum price slowly demonstrating bullish traction after reclaiming the $2,000 mark, sentiment is turning positive once again. During this price action, investors are choosing to hold the leading altcoin rather than sell, which is indicated by a significant drop in crypto exchanges’ reserves.

Available Ethereum On Exchanges Hits New Lows

Following the bounce in Ethereum’s price, the supply of ETH sitting on cryptocurrency exchanges has experienced a sharp decline. According to the report, the number of the coin available on crypto exchanges has fallen to new lows, signaling a notable shift in market structure and sentiment.

As per the chart shared by Leon Waidmann, an optimist and the head of research at Lisk, the metric is currently sitting at a multi-year low. As coins continue to migrate from trading platforms into private wallets or long-term storage, the amount of liquid accessible for instant sale is gradually decreasing.

Currently, over 16 million ETH is left on cryptocurrency exchanges, falling from about 23 million ETH in 2023. Even though the price of ETH has declined sharply from a new all-time high, holders kept withdrawing their coins from platforms. This is considered a positive development for Ethereum as fewer ETH reserves on exchanges means less immediate sell pressure on the altcoin.

Source: Chart from Leon Waidmann on X

When reserves drop during a price crash, this is an interesting trend as it implies that holders are not panic-selling. Waidmann highlighted that these holders are deliberately moving ETH off cryptocurrency exchanges to staking contracts, cold storage, and Decentralized Finance (DeFi).

These investors are making an active choice to hold, and this is historically how supply shocks are started without a price pump. While everyone else is preoccupied with the red candles, there is a silent accumulation. The market may be scared currently, but on-chain data is telling a different story.

ETH Is Attracting A Massive Wave Of Adoption

Ethereum adoption is picking up pace at a significant rate, as evidenced by its mainnet activity. The network’s activity has spiked to unprecedented levels, with its daily transactions climbing to an all-time high despite the bear market. The milestone shows a significant rise in on-chain demand, which is fueled by increased DeFi activity, stablecoin transfers, NFT interactions, and the emergence of AI and real-world asset protocols.

Data shows that the mainnet transactions per day have surged to nearly 3 million. This is a notable number when compared to levels seen in previous cycles, especially during a bull run. Waidmann noted that the current number of daily transactions is more than the ones seen in the 2021 bull run and in the 2023 recovery.

Despite the fact that the price of ETH is down, the network is experiencing its busiest period, signaling sustained engagement beneath the surface. Record-breaking transaction counts frequently indicate increasing utility rather than being pure speculation.

ETH trading at $1,995 on the 1D chart | Source: ETHUSDT on Tradingview.com

Trending Cryptos

Related Questions

QWhat is the current trend in Ethereum supply on cryptocurrency exchanges and why is it significant?

AThe supply of Ethereum on cryptocurrency exchanges has dropped to a multi-year low, with only over 16 million ETH left, down from about 23 million in 2023. This is significant because it indicates that investors are choosing to hold rather than sell, reducing immediate sell pressure and potentially signaling the start of a supply shock.

QAccording to Leon Waidmann, where are Ethereum holders moving their coins instead of keeping them on exchanges?

AAccording to Leon Waidmann, Ethereum holders are deliberately moving their ETH off exchanges to staking contracts, cold storage, and Decentralized Finance (DeFi) protocols.

QHow does the current on-chain activity on the Ethereum network compare to previous market cycles?

AThe Ethereum network is experiencing unprecedented on-chain activity, with daily transactions surging to nearly 3 million. This number is higher than the levels seen during the 2021 bull run and the 2023 recovery, indicating sustained engagement and increasing utility.

QWhat does a decrease in exchange reserves during a price crash typically suggest about investor behavior?

AA decrease in exchange reserves during a price crash suggests that investors are not panic-selling. Instead, they are actively choosing to hold and withdraw their coins to long-term storage, which is a bullish signal for the asset.

QWhat are the main factors driving the increased demand and transaction activity on the Ethereum network?

AThe increased demand and transaction activity on the Ethereum network are fueled by heightened DeFi activity, stablecoin transfers, NFT interactions, and the emergence of AI and real-world asset protocols.

Related Reads

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit3m ago

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit3m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit4m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit4m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of ETH (ETH) are presented below.

活动图片