Why Isn't Bitcoin Rising? Glassnode Explains and Warns: 'These Levels Are Very Important!'

cryptonews.ruPublished on 2026-08-17Last updated on 2026-08-17

Abstract

Glassnode, a leading blockchain analytics platform, explains Bitcoin's lack of significant growth despite high equity markets. With US consumer confidence at record lows, capital is rotating into stocks, particularly AI-related equities, rather than Bitcoin. This contradicts the theory that Bitcoin benefits as a scarce asset during traditional market uncertainty. Currently, capital is chasing already-rising assets. Bitcoin is trading around half its October 2025 peak and has lagged behind equities all summer. It is stuck between key on-chain levels: the average realized price of ~$63,000 and the short-term holder cost basis of ~$68,700. A decisive break above $68,700 with high volume and ETF inflows could signal a recovery. Conversely, losing the June low of $58,500 could lead to a test of lower levels. While there are signs of seller exhaustion, Glassnode sees insufficient evidence of substantial new buyer momentum returning to the Bitcoin market.

Glassnode, the leading platform for cryptocurrency market analysis on-chain, stated that as consumer confidence in the US remains low, investors are rotating into stocks, and Bitcoin is not sufficiently benefiting from this capital rotation and, consequently, cannot rise.

According to Glassnode data, consumer confidence in the US has fallen to a record low, while stock markets continue to reach new highs, pushing Bitcoin to the sidelines.

In its recent report, Glassnode argues that weak consumer sentiment is pushing money into stocks, particularly those related to artificial intelligence, while Bitcoin is being notably overlooked at this stage.

Weak consumer confidence is accelerating capital flow from cash assets into stocks, AI-related assets, and commodities as investors seek higher returns by investing in riskier assets.

Bitcoin Will Remain Outside This Rotation!

The most important point noted by Glassnode is that Bitcoin is not sufficiently benefiting from this capital movement.

According to Glassnode, Bitcoin is trading at roughly half the level of its peak recorded in October 2025 and has lagged behind the stock market throughout the summer.

In the analytical firm's view, this is particularly noteworthy because one of the investment theories for Bitcoin is that it benefits from investors turning to scarce assets during periods of declining confidence in traditional assets.

However, in the current situation, capital is following assets that are showing growth, not Bitcoin. For now, Glassnode assesses the current situation as "money follows assets that are already moving."

What Critical Levels Exist for Bitcoin?

Glassnode interprets the current situation as a period where capital inflows into US stocks, and especially into AI companies, have outpaced inflows into Bitcoin, noting that Bitcoin is stuck between the average of its on-chain realized cost basis of approximately $63,000 and the average cost level for short-term investors at $68,700.

In the analytical company's opinion, a return to the $68,700 level with high trading volume and ETF inflows could be an important sign of recovery for the Bitcoin market. Conversely, losing the June low of $58,500 could increase the risk of BTC testing even lower levels.

According to Glassnode's latest assessment, while there are some signs that Bitcoin sellers are getting tired, there is not yet enough evidence to suggest a significant return of new buyers to the market.

*This is not investment advice.

end-content

Trending Cryptos

Related Questions

QAccording to Glassnode, why is Bitcoin not experiencing significant growth despite the rotation of capital from cash assets?

AGlassnode explains that Bitcoin is not benefiting from this capital rotation because investors are moving funds into U.S. equities and assets related to artificial intelligence, which are already showing upward momentum, while Bitcoin is largely being ignored.

QWhat are the two key price levels for Bitcoin that Glassnode identifies in the report?

AGlassnode identifies two critical price levels: the blockchain's average on-chain realized price of approximately $63,000, and the average cost basis for short-term investors at $68,700. Bitcoin is currently trading between these levels.

QWhat event does Glassnode suggest could be a significant sign of recovery for the Bitcoin market?

AGlassnode suggests that a return to the $68,700 level, accompanied by high trading volume and inflows into Bitcoin ETFs, could be an important sign of market recovery.

QWhat risk does Glassnode associate with Bitcoin falling below the June low of $58,500?

AGlassnode warns that losing the June low of $58,500 could increase the risk of Bitcoin testing even lower price levels.

QWhat does Glassnode conclude about the current state of new buyers entering the Bitcoin market?

AGlassnode concludes that while there are some signs of selling exhaustion, there is not yet sufficient evidence to suggest a significant return of new buyers to the Bitcoin market.

Related Reads

AI Isn't Smarter Than Humans, It Can Just Afford to Fail; Fields Medalist Highlights 10 OpenAI Breakthroughs

"AI isn't smarter than humans, it just loses more." This is the core idea from Fields Medalist Timothy Gowers, analyzing OpenAI's ten new mathematical breakthroughs. These results, including disproving the 80-year-old Erdős unit distance conjecture and finding the first non-sofic group, caused a "Deep Blue moment" among mathematicians, prompting some to question their future role. Gowers argues the distinction between finding counterexamples and proving theorems is artificial. The real difference lies in the search strategy. AI excels in problems with well-defined, data-rich search paths where it can afford countless failed attempts—it "can lose." Its strengths are breadth of knowledge, speed, and resilience in brute-force exploration. However, AI currently struggles with problems requiring deep "pruning" of a vast decision tree—the intuitive judgment of which paths are fruitless. This is because training data consists of polished final proofs, lacking the crucial "natural friction" of human reasoning that highlights difficult steps. As Terence Tao noted, AI often misallocates emphasis, smoothing over this informative friction. True AI breakthrough, per Gowers, will arrive not when it solves isolated hard problems, but when it produces a method so novel and generative that it immediately redirects the research of an entire human mathematical community—like the cap-set problem solution did in 2016. For now, AI's advantage is stamina, not genius.

marsbit6m ago

AI Isn't Smarter Than Humans, It Can Just Afford to Fail; Fields Medalist Highlights 10 OpenAI Breakthroughs

marsbit6m ago

Looking Back at Information Hiding in the GenAI Era from Claude's Invisible Watermark: How Can Embedded Watermarks Ensure Losslessness?

On August 11, 2026, Anthropic announced that its new Claude models will embed invisible, machine-readable watermarks into generated text, allowing AI-generated content to be traced even after copying and redistribution, without affecting semantic quality or readability. This move follows global initiatives to watermark AI outputs, highlighted by the World Economic Forum and futurist Kevin Kelly. A core challenge is ensuring watermarking does not degrade model performance, leading to the key research goal of "provably lossless" generation. The theoretical foundation lies in provably secure steganography, which requires that watermarked data be indistinguishable from normal data in distribution. Early theoretical work was limited by the inability to precisely sample natural data distributions. The rise of generative AI models around 2018 provided a breakthrough, as these models learn and sample from explicit distributions. Pioneering work by a University of Science and Technology of China (USTC) team proposed frameworks for provably secure steganography using generative models, mapping encrypted messages to drive content generation. Subsequent research expanded the practicality of these techniques. Advancements include public-key steganography for asymmetric extraction, "box-less" extraction where the receiver doesn't need the original model, and "grey-box" scenarios for resource-constrained devices. A key innovation, SyncPool, resolved tokenization ambiguities in LLMs to ensure reliable message recovery. The principles of provably secure steganography directly enable "provably lossless" watermarks. If a watermark can be embedded without altering the model's sampling distribution, generation quality remains mathematically guaranteed. USTC's system, applied in platforms like Spark AI, offers plug-and-play watermarking for robust detection and model attribution. Internationally, research on "unbiased" or "distortion-free" watermarks for LLMs has accelerated, with work from Stanford, University of Maryland, and others. In the image domain, techniques like Gaussian Shading (CVPR 2024) embed watermarks by randomizing them into the latent space of diffusion models, proving no performance loss. Follow-up works enhanced robustness and addressed issues like parameter variation. The concept of "losslessness" has also been extended to model watermarking itself, using cryptographic constructs to ensure the watermark doesn't interfere with normal model use. The field has thus evolved from "empirical security" to "provable security," offering a theoretical guarantee against quality degradation from watermarking. The watermarking ecosystem involves an ongoing arms race between embedding and removal attempts, where the constraint of preserving content quality is a shared pursuit for both defenders and attackers, making the cost of removal a central part of the security博弈.

marsbit6m ago

Looking Back at Information Hiding in the GenAI Era from Claude's Invisible Watermark: How Can Embedded Watermarks Ensure Losslessness?

marsbit6m ago

Bitcoin Trading Sideways Around $63,500 Points to Upside and Downside Movement

Bitcoin has been consolidating around $63,500 for several days, unable to break above the $64,000 resistance while holding above the $60,000 support. According to Yusuf Fahro from ARP Digital, capital flows have shifted. U.S. spot ETFs saw their strongest inflows since May, attracting over 14,000 BTC in early May, with a net inflow of approximately 11,000 BTC in Q3. This contrasts with the institutional selling that dominated Q2. Market conditions show spot volumes at two-year lows, perpetual volumes at three-year lows, and volatility near multi-year lows. Fahro interprets Bitcoin's six-month stagnation between $60,000 and $80,000 as summer apathy. However, blockchain data is beginning to show signs of a potential bottom forming as sentiment shifts from panic to caution. Significant risk remains in both directions. Bitcoin is trapped in a tight range below $64,000 and above $62,000, with high leverage exacerbating the situation. Open interest for perpetual positions has stayed above 300,000 BTC, above average levels, while trading volumes have plummeted, making the market vulnerable to sharp liquidation-driven moves. The current HCN AI Analyst forecast for BTC at $63,338 is neutral. The base scenario (47% probability) targets $62,249 (-1.70%). The bearish scenario (32%) targets $60,982 (-3.70%), while the bullish scenario (21%) targets $64,098 (+1.20%). The weighted expectation aligns with the base scenario at approximately -1.7%, with downside risk being three times larger in amplitude and 1.5 times more likely than upside potential. Weak technical analysis and momentum readings are being offset only by liquidity inflows. The key practical levels for the week are a break above $64,098 to flip momentum or a break below $62,249 opening the path to $60,982.

cryptonews.ru10m ago

Bitcoin Trading Sideways Around $63,500 Points to Upside and Downside Movement

cryptonews.ru10m 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.

1.9k 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.

活动图片