50% Of All Bitcoin In Circulation Are Now Sitting On Major Losses, Is This A Bottom Signal?

bitcoinistPublished on 2026-06-09Last updated on 2026-06-09

Abstract

Bitcoin is potentially flashing a key contrarian signal as over 10.46 million BTC, roughly half of its circulating supply, is now held at a loss. This metric, highlighted by analyst Ali Martinez using Glassnode data, has historically coincided with major market turning points. The significant increase in underwater supply, alongside Bitcoin's price decline of over 40% from its highs to around $63,242, suggests heightened investor stress. Martinez notes that such elevated loss holdings can reduce selling pressure as holders are less incentivized to realize losses. Supporting this, the Net Unrealized Profit/Loss (NUPL) indicator has entered the "Hope-Fear" zone, reflecting shaken confidence. While a definitive bottom is unconfirmed, the scale of unrealized losses places Bitcoin in a historical accumulation zone, raising debate on whether the current decline is nearing its end.

Bitcoin may be flashing one of its most closely watched contrarian signals. With more than 10 million BTC now held below their acquisition cost, a growing portion of the market is underwater. According to recent on-chain observations highlighted by analyst Ali Martinez, this development places Bitcoin in a zone that has historically coincided with major market turning points, raising fresh debate over whether the latest decline is nearing a bottom.

Bitcoin’s Underwater Supply Reaches A Historic Threshold

The latest data points to a remarkable shift in market positioning. According to Glassnode, BTC’s Total Supply in Loss metric shows that approximately 10.46 million BTC are currently being held at a loss. Given Bitcoin’s circulating supply of just under 21 million coins, that figure represents roughly half of all coins in existence.

Source: Glassnode

The significance of this threshold becomes clearer when viewed against Bitcoin’s historical market cycles. Previous major bottoms have frequently developed when the amount of BTC held at a loss climbed beyond 10 million coins. Similar conditions emerged during some of the market’s deepest corrections, many of which later gave way to prolonged recoveries.

The latest on-chain data also highlights the shifting balance between profitable and unprofitable holdings. As Bitcoin’s price retreated from its highs, the number of coins held in profit contracted while the amount of supply sitting at a loss expanded considerably. By June 2026, the latter had risen to roughly 10.46 million BTC, pushing the market into a zone that has historically been associated with severe downturns and heightened investor stress.

At the same time, Bitcoin’s price has fallen substantially from its cycle highs. Recent market data shows BTC trading around $63,242, with losses extending across multiple timeframes, including a decline of more than 40% over the previous year. Those figures help explain why such a large share of the network has slipped into unrealized losses.

Bottom Signal Or Just Another Stage Of A Correction?

This is where the discussion becomes particularly interesting. Martinez argues that elevated loss holdings can reduce the intensity of selling activity. When large numbers of investors are already deeply underwater, the incentive to liquidate positions often diminishes. Rather than locking in losses, many holders choose to wait, causing selling pressure to gradually weaken.

Recent Glassnode data appears to support the idea that sentiment has deteriorated significantly. Bitcoin’s Net Unrealized Profit/Loss (NUPL) indicator has fallen into the “Hope–Fear” zone after spending much of the previous year in more optimistic territory. Historically, these lower NUPL ranges have reflected periods when confidence has been shaken, but widespread capitulation has not necessarily intensified further.

The combination of more than 10 million BTC in loss, weak sentiment, and a steep decline from previous highs has historically appeared near major market bottoms. While a definitive bottom remains unconfirmed, the scale of unrealized losses across the network indicates that Bitcoin is once again trading in a zone often associated with accumulation and recovery.

BTC bears push price down | Source: BTCUSD on Tradingview.com

Trending Cryptos

Related Questions

QWhat is the key metric indicating that 50% of all Bitcoin in circulation are currently held at a loss?

AThe key metric is the 'Total Supply in Loss' from Glassnode, which shows approximately 10.46 million BTC are currently being held at a loss.

QAccording to the article, what has historically happened when the amount of BTC held at a loss surpasses 10 million coins?

AHistorically, when the amount of BTC held at a loss surpasses 10 million coins, it has frequently coincided with major market bottoms and deep corrections that later gave way to prolonged recoveries.

QWhat is the current price of Bitcoin mentioned in the article, and what is its approximate decline over the previous year?

AThe current price of Bitcoin mentioned is around $63,242, with a decline of more than 40% over the previous year.

QAccording to analyst Ali Martinez, why can elevated loss holdings potentially lead to a reduction in selling pressure?

AAli Martinez argues that when many investors are already deeply underwater, the incentive to liquidate positions often diminishes. Many holders choose to wait instead of locking in losses, which causes selling pressure to gradually weaken.

QWhat does the article suggest about Bitcoin's Net Unrealized Profit/Loss (NUPL) indicator's current position?

AThe article states that Bitcoin's Net Unrealized Profit/Loss (NUPL) indicator has fallen into the 'Hope–Fear' zone, reflecting a period where confidence has been shaken.

Related Reads

RWA Tokenization Enters the Next Phase: What is the Truly Time-Consuming Advantage to Build?

The article argues that as tokenization frameworks for Real-World Assets (RWA) mature, the ability to issue assets is becoming less of a competitive advantage. The focus is shifting to what happens *after* issuance: which RWA operations can build enduring trust, maintain stable operations, and remain integrated into the financial ecosystem over the long term. The piece introduces the concept of a **Reserve Layer**—infrastructure that connects tokenized assets to the necessary verification, liquidity, and operational systems for on-chain finance. For an asset to serve as a reliable reserve (e.g., short-term U.S. Treasuries, gold), it needs predictable value, standardized features, deep markets, and observable pricing. However, the true, hard-to-replicate advantage lies not just in the underlying asset but in the **operational track record** built over time. This includes consistent reserve management, independent audits, successful redemptions, maintained liquidity, and protocol integrations. Each successful operation adds evidence, creating a reinforcing cycle: more evidence builds stronger institutional confidence, leading to wider distribution, deeper liquidity, and more use cases as collateral. The article presents a framework combining two dimensions: an asset's suitability as a reserve and the issuer's operational capability. The most sustainable model combines **high-quality reserve assets with strong, long-term operational discipline**. A critical blind spot is an asset with high reserve suitability (like gold) issued by an entity with a limited operational track record; the quality of the infrastructure is separate from the quality of the asset itself. In conclusion, the next phase of RWA will be defined by participants who can pair appropriate reserve assets with the operational rigor to support them through market cycles, thereby transforming tokenized RWAs into durable financial infrastructure.

marsbit7m ago

RWA Tokenization Enters the Next Phase: What is the Truly Time-Consuming Advantage to Build?

marsbit7m ago

Claude Code Easily Compromised with Just a Fake Tool

Researchers have demonstrated a novel attack, dubbed ToolLeak, that can easily compromise AI coding assistants like Claude Code. The method exploits a "mode gap" by stealing the system prompts (instructions) not through direct chat queries, but by tricking the model into leaking them as parameters during tool calls. This extracted information is then used to craft a "two-channel prompt injection" attack. Attackers register a malicious tool with a description formatted to mimic legitimate instructions, prompting the AI agent to call it. The tool's return value then instructs the agent to execute a malicious command (e.g., `curl | bash`), achieving Remote Code Execution (RCE). In tests against six major AI programming tools (Cursor, Claude Code, Copilot, Windsurf, Cline, Trae) using older versions, all were fully compromised, with attack success rates reaching up to 1.0. Notably, Claude Code's secondary guard model (Haiku) was overridden by the main model (Sonnet), which had been manipulated by the injected instructions. Newer versions show improved defenses. Claude Code and Cursor implemented mitigations like "progressive tool description exposure," reducing RCE success to 0 and 0.3 respectively in some configurations. However, tools like Cline, Windsurf, and Trae paired with certain models remained fully vulnerable. The research underscores that architectural isolation is crucial for defense, as long as tool return values can ambiguously function as both data and executable instructions, the threat of tool hijacking persists. The paper "TIPExploit: Tool-Invocation Prompt Extraction and Exploitation in AI Coding Agents" has been accepted at ISSTA 2026.

marsbit11m ago

Claude Code Easily Compromised with Just a Fake Tool

marsbit11m ago

Trading

Spot

Hot Articles

What is $BITCOIN

DIGITAL GOLD ($BITCOIN): A Comprehensive Analysis Introduction to DIGITAL GOLD ($BITCOIN) DIGITAL GOLD ($BITCOIN) is a blockchain-based project operating on the Solana network, which aims to combine the characteristics of traditional precious metals with the innovation of decentralized technologies. While it shares a name with Bitcoin, often referred to as “digital gold” due to its perception as a store of value, DIGITAL GOLD is a separate token designed to create a unique ecosystem within the Web3 landscape. Its goal is to position itself as a viable alternative digital asset, although specifics regarding its applications and functionalities are still developing. What is DIGITAL GOLD ($BITCOIN)? DIGITAL GOLD ($BITCOIN) is a cryptocurrency token explicitly designed for use on the Solana blockchain. In contrast to Bitcoin, which provides a widely recognized value storage role, this token appears to focus on broader applications and characteristics. Notable aspects include: Blockchain Infrastructure: The token is built on the Solana blockchain, known for its capacity to handle high-speed and low-cost transactions. Supply Dynamics: DIGITAL GOLD has a maximum supply capped at 100 quadrillion tokens (100P $BITCOIN), although details regarding its circulating supply are currently undisclosed. Utility: While precise functionalities are not explicitly outlined, there are indications that the token could be utilized for various applications, potentially involving decentralized applications (dApps) or asset tokenization strategies. Who is the Creator of DIGITAL GOLD ($BITCOIN)? At present, the identity of the creators and development team behind DIGITAL GOLD ($BITCOIN) remains unknown. This situation is typical among many innovative projects within the blockchain space, particularly those aligning with decentralized finance and meme coin phenomena. While such anonymity may foster a community-driven culture, it intensifies concerns about governance and accountability. Who are the Investors of DIGITAL GOLD ($BITCOIN)? The available information indicates that DIGITAL GOLD ($BITCOIN) does not have any known institutional backers or prominent venture capital investments. The project seems to operate on a peer-to-peer model focused on community support and adoption rather than traditional funding routes. Its activity and liquidity are primarily situated on decentralized exchanges (DEXs), such as PumpSwap, rather than established centralized trading platforms, further highlighting its grassroots approach. How DIGITAL GOLD ($BITCOIN) Works The operational mechanics of DIGITAL GOLD ($BITCOIN) can be elaborated on based on its blockchain design and network attributes: Consensus Mechanism: By leveraging Solana’s unique proof-of-history (PoH) combined with a proof-of-stake (PoS) model, the project ensures efficient transaction validation contributing to the network's high performance. Tokenomics: While specific deflationary mechanisms have not been extensively detailed, the vast maximum token supply implies that it may cater to microtransactions or niche use cases that are still to be defined. Interoperability: There exists the potential for integration with Solana’s broader ecosystem, including various decentralized finance (DeFi) platforms. However, the details regarding specific integrations remain unspecified. Timeline of Key Events Here is a timeline that highlights significant milestones concerning DIGITAL GOLD ($BITCOIN): 2023: The initial deployment of the token occurs on the Solana blockchain, marked by its contract address. 2024: DIGITAL GOLD gains visibility as it becomes available for trading on decentralized exchanges like PumpSwap, allowing users to trade it against SOL. 2025: The project witnesses sporadic trading activity and potential interest in community-led engagements, although no noteworthy partnerships or technical advancements have been documented as of yet. Critical Analysis Strengths Scalability: The underlying Solana infrastructure supports high transaction volumes, which could enhance the utility of $BITCOIN in various transaction scenarios. Accessibility: The potential low trading price per token could attract retail investors, facilitating wider participation due to fractional ownership opportunities. Risks Lack of Transparency: The absence of publicly known backers, developers, or an audit process may yield skepticism regarding the project's sustainability and trustworthiness. Market Volatility: The trading activity is heavily reliant on speculative behavior, which can result in significant price volatility and uncertainty for investors. Conclusion DIGITAL GOLD ($BITCOIN) emerges as an intriguing yet ambiguous project within the rapidly evolving Solana ecosystem. While it attempts to leverage the “digital gold” narrative, its departure from Bitcoin's established role as a store of value underscores the need for a clearer differentiation of its intended utility and governance structure. Future acceptance and adoption will likely depend on addressing the current opacity and defining its operational and economic strategies more explicitly. Note: This report encompasses synthesised information available as of October 2023, and developments may have transpired beyond the research period.

2.0k Total ViewsPublished 2025.05.13Updated 2025.05.13

What is $BITCOIN

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 BTC (BTC) are presented below.

活动图片