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

cointelegraphОпубликовано 2025-12-15Обновлено 2025-12-15

Введение

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.

Похожее

Claude Opus 4.8 Finds a $4.5 Billion Bug: The AI Era is Mass-Producing Hackers

A researcher discovered a critical "infinite mint" vulnerability in the Zcash cryptocurrency's Orchard protocol using Claude Opus 4.8, leading to a swift fix but also a 50% market drop, erasing billions in value. This incident highlights a new era where powerful, accessible AI models are dramatically lowering the barrier to finding software vulnerabilities. Previously, the security community feared specialized models like Claude Mythos Preview, capable of finding decades-old zero-day exploits. The Zcash case, however, involved a publicly available, general-purpose model. This shift makes advanced security auditing—and attack capabilities—accessible to far more people, not just experts. The mass democratization of vulnerability discovery brings a dual challenge: a flood of low-quality, AI-generated false reports that overwhelm maintainers, and the real, rapid uncovering of deep, dangerous bugs. Open-source projects, often understaffed and unfunded, are particularly vulnerable to this "attention DDoS." The article cites examples like curl shutting down its bug bounty program due to the unsustainable workload. Our perceived digital safety has often been luck, relying on the high cost and effort required to find deeply hidden flaws in complex systems, as seen with historical vulnerabilities like Heartbleed or Baron Samedit. AI changes this cost structure, effectively "mass-producing flashlights" to illuminate every corner of our codebase. While large companies operate extensive security chains involving external white-hat hackers and massive defensive operations, the global cybersecurity workforce faces a severe shortage, especially of experienced personnel capable of analyzing complex threats and coordinating fixes. The core dilemma emerges: AI makes *finding* bugs cheap and scalable, but *fixing* them remains a slow, expensive, and human-intensive process. The article concludes that AI won't destroy the internet but acts as a bright light, revealing that our digital existence is not inherently secure but is precariously maintained by ongoing human effort. The true cost in the AI era may not be discovery, but whether there will be enough people left willing and able to do the hard work of repair.

marsbit12 мин. назад

Claude Opus 4.8 Finds a $4.5 Billion Bug: The AI Era is Mass-Producing Hackers

marsbit12 мин. назад

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

"Codex Goal Mode: How to Make AI Work Continuously Toward a Specific Goal" OpenAI's Codex "goal mode" (/goal) transforms the AI from a reactive code assistant into a proactive execution agent capable of working autonomously for hours or even days to achieve a defined objective. To maximize its effectiveness, follow these key principles: 1. **Define Clear, Verifiable Exit Criteria:** The goal prompt should be a concise, measurable success condition, not a lengthy specification. Use quantifiable metrics like "reduce build time by 30%" or "achieve 100% test parity." 2. **Provide Initial Guidance and Tools:** Direct Codex toward likely problem areas and specify available tools (e.g., browsers, testing environments) to prevent it from exploring unproductive paths. 3. **Enable Progress Measurement:** Equip Codex with ways to track advancement, such as creating comparison tools for visual tasks or evaluation sets, ensuring it can gauge its own progress. 4. **Use a Realistic Execution Environment:** For tasks like performance optimization, provide access to environments that closely mimic production (e.g., similar configs, databases) to yield valid results. 5. **Be Cautious with Visual Goals:** Avoid vague "pixel-perfect" instructions. Instead, supplement visual references with functional checklists or design system specifications to prevent Codex from obsessing over minor details. 6. **Implement Progress Tracking:** For long-running tasks, have Codex commit code to draft PRs, update progress documents, or send Slack updates to maintain visibility into its work. 7. **Review and Consolidate Results:** Once the goal is met, instruct Codex to review its work, clean up ineffective experimental code, and reflect on what strategies succeeded or failed. Ultimately, using goal mode shifts the developer's role from writing prompts to managing a persistent engineering agent—defining objectives, establishing metrics, configuring environments, and conducting final reviews.

marsbit1 ч. назад

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

marsbit1 ч. назад

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

Recently, Vitalik Buterin has frequently emphasized the concept of "CROPS," first outlined in the Ethereum Foundation's March mandate as core principles guiding its focus: Censorship Resistance, Capture Resistance, Open Source, Privacy, and Security. CROPS represents Ethereum's commitment to providing foundational capabilities for user sovereignty—enabling asset ownership, identity expression, and coordination without reliance on centralized platforms or surrendering ultimate control. This framework is gaining new urgency with the rise of AI, particularly AI agents managing digital assets and automating transactions. While AI offers convenience, it risks centralizing user data, intent, and control if dependent on opaque, centralized services. Vitalik argues for "CROPS AI"—AI that is open, privacy-preserving, secure, and capable of local execution to maintain user agency. He highlights convergence between "CROPS Ethereum access layers" and "CROPS AI," such as using zero-knowledge proofs for private remote LLM calls and Ethereum RPC reads, ensuring users can access services without exposing sensitive information. Ultimately, CROPS is not just an abstract ideal but a practical guide for Ethereum's development and AI integration. It addresses the critical long-term question: as digital systems grow more powerful, how can users retain control over their privacy, assets, and autonomy? In an AI-driven era, these principles may define Ethereum's enduring value—prioritizing verifiable, secure, and user-centric design over short-term optimizations like speed and cost alone.

marsbit1 ч. назад

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

marsbit1 ч. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Что такое XRP 2.0

XRP 2.0: Новая грань в мире криптовалют Введение в XRP 2.0 В постоянно развивающейся сфере криптовалют появляются новые проекты, стремящиеся к вниманию и внедрению. Один из таких многообещающих проектов - это XRP 2.0, новая криптовалюта, созданная для использования передовых технологий блокчейна и надежных методов шифрования. Хотя название вызывает ассоциации с XRP от Ripple, важно отметить, что XRP 2.0 функционирует независимо, сосредоточив внимание на повышении безопасности сделок, конфиденциальности и масштабируемости. Поскольку цифровая финансовая среда все больше принимает децентрализованные решения, XRP 2.0 намерена внести значимый вклад в web3 и общее расширение криптопроектов. Что такое XRP 2.0? XRP 2.0 в своей основе - это проект криптовалюты, цель которого - создать безопасную и децентрализованную экосистему цифровой валюты. Его базовая технология интегрирует сложные принципы блокчейна с современными методами шифрования. Основная цель XRP 2.0 - утвердиться как надежная и эффективная платформа, позволяющая быстро осуществлять транзакции с приоритетом на улучшенную защиту конфиденциальности для своих пользователей. Проект рекламируется как решение многих недостатков, с которыми сталкиваются существующие криптовалюты, предлагая систему, способную обрабатывать более высокий объем транзакций с улучшенной скоростью и конфиденциальностью. Эта универсальность позиционирует XRP 2.0 как значимого конкурента на рынке, переполненном различными цифровыми валютами. Кто создатель XRP 2.0? Идентичность создателя XRP 2.0 была обозначена как «Уилбур». Однако исчерпывающие данные о Уилбуре или связанном с ним проекте остаются неясными. Анонимность многих создателей криптовалют не является редким явлением в этой отрасли и часто применяется для сохранения определенной степени конфиденциальности и безопасности. Кто инвесторы XRP 2.0? <pна данный момент конкретная информация о инвестиционных фондах или организациях, поддерживающих xrp 2.0, не доступна публично. в секторе криптовалют поддержка репутабельными инвесторами может существенно повлиять на кредитоспособность и успех проекта, однако прозрачность в отношении финансовых спонсоров 2.0 еще была установлена. Как работает XRP 2.0? XRP 2.0 выделяется использованием сочетания технологий блокчейна и продвинутых алгоритмов шифрования, что обеспечивает безопасные и децентрализованные транзакции. Его инновационная структура включает уникальные функции, разработанные для повышения вовлеченности пользователей и расширения функциональности за пределами традиционных транзакций с криптовалютами. Среди этих функций XRP 2.0 интегрирует возможности с искусственным интеллектом, такие как текст в изображение и текст в речь. Эти дополнения разработаны для улучшения интерактивной работы пользователей, способствуя более широкому применению в различных секторах. Соединяя технологические достижения с дизайном, ориентированным на пользователя, XRP 2.0 стремится привлечь внимание разнообразных индивидуумов и предприятий, стремящихся интегрировать решения с криптовалютой в свои бизнес-процессы. Хронология XRP 2.0 Для понимания XRP 2.0 необходимо рассмотреть ключевые события, которые определили его путь до сих пор: 23 июля 2023 года: XRP 2.0 представлен как новый проект криптовалюты, стремящийся революционизировать возможности безопасных и децентрализованных транзакций в области блокчейна. 8 сентября 2023 года: Запуск другого проекта, XRP20, который представляет собой токен ERC-20 на блокчейне Ethereum и не имеет отношения к XRP 2.0. 13 ноября 2023 года: XRP Ledger подвергается значительному обновлению с выпуском программного обеспечения серверов rippled версии 2.0.0. Важно отметить, что это развитие не связано с проектом криптовалюты XRP 2.0. Ключевые моменты о XRP 2.0 Чтобы выделить суть XRP 2.0, возникают несколько критически важных факторов: Уникальные особенности: Включение таких функций, как основанные на ИИ текст в изображение и текст в речь, дополнительно разнообразит потенциальные приложения XRP 2.0. Технология блокчейна: Структура использует современные механизмы блокчейна и протоколы шифрования, обеспечивая безопасную и децентрализованную среду для транзакций. Масштабируемость и конфиденциальность: XRP 2.0 придает приоритет повышенным мерам защиты конфиденциальности в процессах транзакций и масштабируемости, необходимой для привлечения растущей базы пользователей. Нет связи с Ripple: Важно отметить, что, несмотря на свое название, XRP 2.0 не имеет никаких отношений или сотрудничества с XRP от Ripple, что отличает его операционные рамки и цели в экосистеме криптовалют. Заключение XRP 2.0 представляет собой амбициозное начинание в сфере криптовалют, стремясь предложить сочетание безопасности, конфиденциальности и эффективности в цифровых транзакциях. Интегрируя сложные технологии и удобные функции, проект стремится расширить горизонты того, что может достичь криптовалюта в современной цифровой экономике. Хотя анонимность его создателя и отсутствие раскрытых инвесторов могут вызвать вопросы у некоторых, акцент XRP 2.0 на передовых функциональных возможностях и децентрализации увеличивает его привлекательность на фоне все более переполненного крипто-рынка. Поскольку мир криптовалют продолжает развиваться, XRP 2.0 может еще стать ключевым игроком в расширении безопасных и масштабируемых блокчейн-решений.

198 просмотров всегоОпубликовано 2024.04.05Обновлено 2024.12.03

Что такое XRP 2.0

Неделя обучения по популярным токенам 13: запуск основной сети HIP-4 ожидается в середине 2026 года на фоне смещения фокуса рынка к масштабируемому внедрению ключевых криптоактивов, включая XRP

HIP-4 представит децентрализованные рынки прогнозов без разрешений, бинарные (исходные) контракты и опционы 0DTE.

1.3k просмотров всегоОпубликовано 2026.04.22Обновлено 2026.04.22

Неделя обучения по популярным токенам 13: запуск основной сети HIP-4 ожидается в середине 2026 года на фоне смещения фокуса рынка к масштабируемому внедрению ключевых криптоактивов, включая XRP

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на XRP (XRP) представлены ниже.

活动图片