XRP sinks below $2 despite $1B in ETF inflows: How low can price go?

cointelegraphPublished on 2025-12-15Last updated on 2025-12-15

Abstract

Spot XRP ETFs have attracted nearly $1 billion in inflows over 20 consecutive days, signaling strong institutional interest. Despite this, XRP’s price fell below the key $2 support level, declining over 11% in 10 days. Technical analysis indicates limited support around $1.93, with the next major support at $1.78. A break below that could push prices toward $1.61 or even the 200-week EMA near $1.40. The RSI has hit its lowest since July 2024, suggesting increasing downward momentum.

Spot XRP (XRP) exchange-traded funds have continued to attract investor interest, drawing in almost $1 billion in inflows since their launch. Unfortunately, this didn’t help the bulls hold the price above the psychological $2 support level.

Key takeaways:

  • Spot XRP ETFs saw inflows for 20 consecutive days, totalling $1.2 billion.

  • XRP price extended its downtrend, slipping below a key moving support level.

Spot XRP ETFs add $1 billion in 3 weeks of inflows

US-based spot XRP ETFs have recorded inflows for twenty consecutive days, underscoring institutional demand for the network’s native asset.

According to data from SoSoValue, XRP ETFs added $20.2 million on Friday, bringing cumulative inflows to $990.9 million and total assets to over $1.2 billion. The Franklin XRP ETF (XRPZ) led with $8.7 million in inflows on Friday, bringing its net assets to $175 million.

Related: XRP buy signal flashes as funding rate turns deeply negative: Will bulls step in?

Bitwise XRP ETF (XRP) and Canary XRP ETF (XRPC) were the only other products that recorded inflows on Dec. 12, while Grayscale XRP Trust ETF (GXRP) and 21shares XRP ETF (TOXR) did not see any flows.

XRP ETFs inflows. Source: SoSoValue

Such a strong start for XRP ETFs reflected confidence among institutional investors. By comparison, spot Bitcoin (BTC) ETFs saw $49 million in inflows on the same day.

Spot Ether (ETH) ETFs posted $19.4 million in outflows, reducing their cumulative inflows to $13.1 billion. The funds also shed $42.3 million on Thursday.

“US spot $XRP ETFs have now recorded 20 straight days of inflows since launch, even as $BTC and $ETH ETFs continue to struggle with outflows,” said analyst Bitcoinsensus in a Monday post on X, adding:

“Institutional demand for XRP is heating up fast.”

As Cointelegraph reported, XRP ETF demand backs the bullish case for the altcoin with a rally to $10 still in the cards for 2026.

XRP price loses key support levels

The persistent demand for XRP ETFs has, however, failed to hold its price above $2, with the technical setup indicating a potential for a deeper correction.

XRP’s price extended its bearish trajectory on Monday, falling over 11% over the last 10 days and dropping below $2 for the second time since Nov. 21.

The XRP/USDT pair is currently testing a daily order block around $1.93, a level with limited support, according to data from Glassnode.

Glassnode's UTXO realized price distribution (URPD) — a metric that shows the average prices at which SOL holders bought their coins — reveals smaller clusters of these buy levels below $1.90. This means that fewer holders are likely to defend the price there.

The next significant support sits at $1.78, where approximately 1.85 billion XRP were previously acquired.

XRP: UTXO realized price distribution (URPD). Source: Glassnode

If the price breaks below this level, it could drop toward the green zone shown below, supported by the $1.61 local low and the 200-week EMA, which is around $1.40 and represents the last line of defense for the XRP price.

XRP/USDT weekly chart. Source: Cointelegraph/TradingView

XRP’s downside momentum is also increasing based on the relative strength index, or RSI, which has hit its lowest level since July 2024.

As Cointelegraph reported, a break below $2 will see the XRP/USDT pair extend the decline to $1.75 and subsequently to the local low at $1.61.

This article does not contain investment advice or recommendations. Every investment and trading move involves risk, and readers should conduct their own research when making a decision. While we strive to provide accurate and timely information, Cointelegraph does not guarantee the accuracy, completeness, or reliability of any information in this article. This article may contain forward-looking statements that are subject to risks and uncertainties. Cointelegraph will not be liable for any loss or damage arising from your reliance on this information.

Trending Cryptos

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.

marsbit5m ago

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

marsbit5m 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.

marsbit7m ago

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

marsbit7m ago

Trading

Spot

Hot Articles

What is XRP 2.0

XRP 2.0: A New Frontier in the Cryptocurrency Landscape Introduction to XRP 2.0 In the ever-evolving realm of cryptocurrency, new projects continuously emerge, vying for attention and adoption. One such promising initiative is XRP 2.0, a novel cryptocurrency project designed to leverage advanced blockchain technology and robust encryption methodologies. While the name draws parallels with Ripple’s XRP, it’s crucial to note that XRP 2.0 operates independently, focusing on enhancing transaction security, privacy, and scalability. As the digital financial landscape increasingly embraces decentralized solutions, XRP 2.0 aims to contribute meaningfully to web3 and the overall expansion of crypto projects. What is XRP 2.0? At its core, XRP 2.0 is a cryptocurrency project that aims to create a secure and decentralized digital currency ecosystem. Its foundational technology integrates sophisticated blockchain principles with cutting-edge encryption techniques. The overarching goal of XRP 2.0 is to establish itself as a reliable and efficient platform enabling swift transaction execution while prioritizing enhanced privacy protections for its users. The project is promoted as a solution to many limitations faced by existing cryptocurrencies, proposing a system that can handle a higher volume of transactions with improved speed and privacy. This versatility positions XRP 2.0 as a significant contender in a marketplace riddled with various digital currencies. Who is the Creator of XRP 2.0? The identity of the creator behind XRP 2.0 has been flagged as ‘Wilbur.’ However, comprehensive details regarding Wilbur or their associated entity remain elusive. The anonymity of many cryptocurrency creators is not an uncommon phenomenon in the industry, often designed to maintain a degree of privacy and security. Who are the Investors of XRP 2.0? As of now, specific information related to the investment foundations or organizations supporting XRP 2.0 is not publicly available. In the cryptocurrency sector, the backing by reputed investors can significantly influence a project's credibility and success, yet the transparency regarding the financial supporters of XRP 2.0 has not been established. How Does XRP 2.0 Work? XRP 2.0 stands out by employing a combination of blockchain technology and advanced encryption algorithms that ensures secure and decentralized transactions. Its innovative structure includes unique features designed to foster user engagement and broaden functionalities beyond conventional cryptocurrency transactions. Among these features, XRP 2.0 incorporates AI-powered capabilities, such as text-to-image and text-to-speech functionalities. These additions are designed to enhance the interactive experience for users, promoting broader applicability across various sectors. By bridging technological advancements with user-centered design, XRP 2.0 aims to capture the attention of a diverse range of individuals and enterprises looking to integrate cryptocurrency solutions into their operational frameworks. Timeline of XRP 2.0 Understanding XRP 2.0 requires examining the milestones that have defined its journey thus far: July 23, 2023: XRP 2.0 is introduced as a novel cryptocurrency project, aiming to revolutionize secure and decentralized transaction capabilities in the blockchain domain. September 8, 2023: The launching of another project, XRP20, occurs, marking the emergence of an ERC-20 token on the Ethereum blockchain that remains unrelated to XRP 2.0. November 13, 2023: The XRP Ledger undergoes a significant update with the release of rippled server software version 2.0.0. It is essential to note that this development is disconnected from the XRP 2.0 cryptocurrency project. Key Points About XRP 2.0 To distill the essence of XRP 2.0, several critical factors emerge: Unique Features: The inclusion of features like AI-powered text-to-image and text-to-speech further diversifies the potential applications of XRP 2.0. Blockchain Technology: The framework utilizes advanced blockchain mechanisms and encryption protocols, ensuring a secure and decentralized environment for transactions. Scalability and Privacy: XRP 2.0 prioritizes enhanced privacy protections in transaction processes and the scalability necessary to accommodate a growing user base. No Affiliation with Ripple: Importantly, despite its name, XRP 2.0 does not have any allegiance or collaboration with Ripple’s XRP, distinguishing its operational framework and objectives within the cryptocurrency ecosystem. Conclusion XRP 2.0 represents an ambitious venture into the cryptocurrency sphere, aiming to offer a combination of security, privacy, and efficiency in digital transactions. By integrating sophisticated technologies and user-friendly features, the project sets out to broaden the horizons of what cryptocurrency can achieve in today's digital economy. While the anonymity of its creator and lack of disclosed investors might raise questions for some, XRP 2.0's focus on advanced functionalities and decentralisation enhances its appeal amidst an increasingly crowded crypto market. As the cryptocurrency landscape continues to evolve, XRP 2.0 may yet emerge as a pivotal player in the expansion of secure and scalable blockchain solutions.

1.2k Total ViewsPublished 2024.04.01Updated 2024.12.03

What is XRP 2.0

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

活动图片