More Bitcoin Investors Slip Into Unrealized Losses Following Recent Selloff – Here Are The Numbers

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

Abstract

Bitcoin's recent selloff, pushing prices toward $60,000, has led to a significant increase in investor unrealized losses. Data shows the percentage of Bitcoin supply held at a profit has fallen to about 55%, approaching a critical low. Market analysts describe this as a distribution phase, indicating a potential large-scale transfer of holdings. Despite massive accumulation by entities like MicroStrategy and ETFs, removing over 1.2 million BTC from circulation, strong selling pressure persists, keeping prices subdued and testing key market support levels.

Bitcoin’s recent pullback has significantly flipped the sentiment across the market, with many predicting a more sustained downward performance toward the $60,000 price mark. Following this sharp decline, more investors are now underwater as BTC’s holders’ profitability strongly declines.

Bitcoin’s Sharp Decline Leaves More Holders Underwater

Given its persistent downward trend over the past weeks, the Bitcoin market dynamics are starting to see one of its most crucial changes in this cycle. One area that has significantly felt the heat of this ongoing bearish action is the holder profitability.

Currently, unrealized losses across the BTC market are experiencing a notable rise, underscoring the heightened pressure that volatility is placing on investors. CryptoQuant’s verified author and market expert, Darkfost, shared that BTC’s price has posted a 12.5% correction over the past week, pushing more investors into unrealized losses.

This increase in unrealized losses implies that many investors who entered the market during the most recent surge are now below their purchase cost as prices decline from recent highs. A sustained rise in this trend could trigger a shift in investors’ sentiment and behavior, leading to increased caution, reduced risk appetite, and a potential capitulation among some weak traders.

Source: Chart from Darkfost on X

According to fresh data, the percentage of supply held in profit has now fallen to about 55%, which is considered a notably low level. However, this level is still slightly above those seen in previous bear market cycles. In the past, bear markets were able to lower this indicator below 50%, indicating that the market was dominated by unrealized losses.

As seen on the chart, this key metric dropped to 53% in February this year. With the rate at which this metric is dropping now, Darkfost believes it will breach the 50% mark sooner than expected. While this remains a bearish development in the short term, especially for those with a long-term vision, this type of period has persistently represented profitable opportunities in the past.

Market Structure Showing A Massive Change Of Hands

Following his examination of this current market structure, Ki Young Ju, the founder of CryptoQuant, has declared this period a distribution phase that feels like a massive change of hands. At the time of the post, BTC’s investors’ average cost basis was around $53,000, which is crucial for the market. This is because bear markets have historically only ended when the price dropped below the realized price.

Given the institutional inflows and Michael Saylor’s Strategy barely selling any BTC, the founder believes that the level would be hard to revisit. However, current price action suggests unusually strong sell pressure that could push BTC to this level.

Since January 2023, MSTR has bought over 711,206 BTC and sold only 32 BTC, removing 711,174 BTC from circulation. Furthermore, ETFs absorbed 509,102 BTC, and MSTR purchased 650,706 BTC while the price was also at $63,000 in March 2024. Combined, that’s over 1,240,808 BTC removed from circulation, but the price is back at the same level.

Moving to exchanges reserves, about 2.7 million BTC are being held in addition to Satoshi’s estimated 1 million BTC holdings. Nearly half of exchange reserves, or more Bitcoin than Satoshi’s stack, have been consumed, and the price has not changed.

BTC trading at $61,899 on the 1D chart | Source: BTCUSDT on Tradingview.com

Trending Cryptos

Related Questions

QAccording to the article, what is the current percentage of Bitcoin supply held in profit, and why is this level significant?

AThe current percentage of Bitcoin supply held in profit has fallen to about 55%. This is significant because it's considered a notably low level, and it is close to breaching the 50% mark, a threshold which historically indicated a market dominated by unrealized losses during previous bear cycles.

QWhat does CryptoQuant founder Ki Young Ju declare about the current Bitcoin market structure?

AKi Young Ju declares the current period a distribution phase that feels like a massive change of hands.

QWhat is the mentioned average cost basis for BTC investors, and what is its historical relevance?

AThe average cost basis for BTC investors was around $53,000 at the time of the analysis. This is historically relevant because bear markets have typically only ended when the price dropped below the realized price (a metric closely related to the average cost basis).

QHow much Bitcoin have ETFs and MicroStrategy collectively removed from circulation since January 2023, according to the article?

AAccording to the article, ETFs have absorbed 509,102 BTC and MicroStrategy has purchased 650,706 BTC (after accounting for minimal sales), collectively removing over 1,240,808 BTC from circulation.

QWhat key effect has Bitcoin's recent 12.5% price correction had on investors?

AThe recent 12.5% price correction has pushed more Bitcoin investors into a state of holding unrealized losses, meaning their current holdings are valued below their original purchase cost.

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.

活动图片