XRP Supply On Exchanges Crash To 8-Year Lows, But Why Is Price Still Below $2?

bitcoinistОпубліковано о 2026-01-01Востаннє оновлено о 2026-01-01

Анотація

XRP's supply on cryptocurrency exchanges has plummeted to an eight-year low of 1.6 million tokens, a 57% decline from late 2025. This significant reduction in readily available supply, typically a bullish signal, has not translated into a sustained price increase. Despite the potential for a supply shock, XRP's price remains stuck below $2, struggling to maintain upward momentum. The article attributes this disconnect to persistent selling pressure, negative investor sentiment, weaker demand, and repeated rejections at key resistance levels. Furthermore, over half of the circulating supply is held at a loss, increasing the risk of panic selling. These factors, combined with a broader market slowdown affecting major cryptocurrencies, have kept XRP in a downward trend with no immediate rebound in sight.

XRP is reportedly showing signs of tightening supply, with exchange balances falling to levels not seen in years. Despite this shift, the cryptocurrency’s price remains stuck below $2, highlighting an unusual disconnect between shrinking availability, slow demand, and weak price performance.

XRP Exchanges Balances Crashes To New Lows

The supply of XRP on crypto exchanges has dropped to an eight-year low, yet the token continues to trade below $2. According to Glassnode data, XRP supply held on exchanges has fallen to 1.6 million tokens. This marks a roughly 57% decline from the 3.76 billion XRP recorded on October 8, 2025, representing the lowest level since 2018.

From a basic economic standpoint, a lower supply combined with rising demand often triggers a price surge in assets. For example, when coins are moved off crypto exchanges into private wallets, they are less available for immediate sale, which can limit supply and potentially support price appreciation. Analysts like X Finance Bull also see declines in exchange balances as a bullish signal that could create a supply shock and potentially spark a rally.

Source: Glassnode

However, despite exchange balances reaching multi-year lows in this cycle, the XRP price has struggled to maintain upward momentum and has continued to hover around $1.8. This choppy action suggests that reduced supply alone has not been sufficient to sustain a recovery or alleviate ongoing selling pressure.

Why The Price Remains Stuck Below $2

Although XRP saw a sharp rally that briefly pushed its price above $3 earlier in 2025, that move was short-lived. Constant distributions, negative investor sentiment, and general market volatility have erased much of the gains, pushing the cryptocurrency almost 50% below its former highs.

XRP continues to struggle to rise above $2 because its repeated breakout attempts have been rejected, keeping it below key resistance levels. This behavior points to weaker demand and lower buyer participation. Persistent selling pressure has also weighed heavily on price. In recent months, accelerated sell-offs have intensified market declines, preventing any meaningful or sustained reversal.

On-chain metrics also provide extra context for the ongoing weakness. Notably, the portion of XRP’s supply currently in profit has also declined. Over half of the circulating supply is now underwater, increasing the risk of panic selling and reinforcing the ongoing downtrend.

Broader market conditions also appear to be amplifying XRP’s price struggles. Major cryptocurrencies, such as Bitcoin, Ethereum, Dogecoin, and Solana, are trending lower, reflecting a broader market slowdown that has also weighed on the price.

The combination of these market factors and declining investor sentiment has significantly affected the XRP price, driving it into a downward spiral. While market analysts remain optimistic about the cryptocurrency’s potential for a strong price recovery, XRP remains in the red, having closed 2025 lower and extending its downtrend into 2026 with no immediate rebound in sight.

Price moving sideways | Source: XRPUSDT on Tradingview.com

Пов'язані питання

QAccording to the article, what has happened to the supply of XRP on exchanges and what is this level compared to?

AThe supply of XRP on crypto exchanges has dropped to an eight-year low, falling to 1.6 million tokens. This is the lowest level since 2018.

QFrom a basic economic standpoint, what should a lower supply combined with rising demand trigger? Why hasn't this happened for XRP?

AA lower supply combined with rising demand should trigger a price surge. However, for XRP, the price remains stuck because of weaker demand, persistent selling pressure, and negative investor sentiment, meaning the reduced supply alone has not been sufficient to drive a sustained recovery.

QWhat on-chain metric is mentioned as providing context for XRP's ongoing price weakness?

AThe article mentions that the portion of XRP's supply currently in profit has declined, with over half of the circulating supply now 'underwater', which increases the risk of panic selling.

QHow have broader market conditions affected the price of XRP?

ABroader market conditions have amplified XRP's price struggles. Major cryptocurrencies like Bitcoin, Ethereum, Dogecoin, and Solana are all trending lower, reflecting a broader market slowdown that has also weighed on the price of XRP.

QWhat was the short-lived price peak for XRP in 2025, and how much has it fallen from that high?

AXRP saw a sharp rally that briefly pushed its price above $3 earlier in 2025. The cryptocurrency has since fallen almost 50% below that former high.

Пов'язані матеріали

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit53 хв тому

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit53 хв тому

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit55 хв тому

Your Claude Will Dream Tonight, Don't Disturb It

marsbit55 хв тому

Торгівля

Спот
Ф'ючерси

Популярні статті

Що таке XRP 2.0

XRP 2.0: Нова межа в світі криптовалют Вступ до XRP 2.0 У постійно змінюючомуся світі криптовалют нові проекти постійно з'являються, змагаючись за увагу та прийняття. Однією з таких обіцяючих ініціатив є XRP 2.0, новий криптовалютний проект, що має на меті використання сучасних технологій блокчейн та надійних методів шифрування. Хоча назва нагадує про XRP від Ripple, важливо зазначити, що XRP 2.0 функціонує автономно, концентруючи увагу на підвищенні безпеки транзакцій, конфіденційності та масштабованості. Оскільки цифровий фінансовий ландшафт все більше приймає децентралізовані рішення, XRP 2.0 прагне значно сприяти веб3 та загальному розширенню крипто проектів. Що таке XRP 2.0? У своїй основі XRP 2.0 є криптовалютним проектом, що має на меті створення безпечної та децентралізованої екосистеми цифрової валюти. Його фундаментальна технологія інтегрує складні принципи блокчейну з передовими техніками шифрування. Загальною метою XRP 2.0 є встановлення себе як надійної та ефективної платформи, що дозволяє швидко виконувати транзакції, при цьому надаючи пріоритет підвищеним захистам конфіденційності для своїх користувачів. Проект позиціонується як рішення багатьох обмежень, з якими стикаються існуючі криптовалюти, пропонуючи систему, яка може обробляти вищий обсяг транзакцій з покращеною швидкістю та конфіденційністю. Ця універсальність позиціонує XRP 2.0 як значного гравця на ринку, наповненому різними цифровими валютами. Хто творець XRP 2.0? Особистість творця XRP 2.0 була позначена як «Вілбур». Проте, вичерпні деталі про Вілбура або пов'язану з ним організацію залишаються недоступними. Анонімність багатьох творців криптовалют не є незвичним явищем в індустрії, часто запроваджена для збереження певного рівня конфіденційності та безпеки. Хто інвестори XRP 2.0? На даний момент конкретна інформація про інвестиційні фонди або організації, що підтримують XRP 2.0, не є публічно доступною. У секторі криптовалют підтримка від визнаних інвесторів може значно вплинути на кредитоспроможність і успіх проекту, але прозорість щодо фінансових підтримувачів XRP 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 server версії 2.0.0. Важливо зазначити, що цей розвиток не пов'язаний з криптовалютним проектом XRP 2.0. Ключові моменти про XRP 2.0 Щоб узагальнити суть XRP 2.0, кілька критично важливих факторів emerge: Унікальні функції: Включення функцій, таких як текст в зображення і текст в мову на базі ШІ, ще більше розширює потенційні застосування XRP 2.0. Технологія блокчейн: Архітектура використовує сучасні механізми блокчейн і протоколи шифрування, забезпечуючи безпечне та децентралізоване середовище для транзакцій. Масштабованість і конфіденційність: XRP 2.0 надає пріоритет підвищеним захистам конфіденційності в процесах транзакцій і масштабованості, необхідній для задоволення зростаючої бази користувачів. Відсутність зв'язку з Ripple: Важливо, що, незважаючи на свою назву, XRP 2.0 не має жодної прив'язки чи співпраці з XRP від Ripple, що відрізняє його операційну структуру та цілі в рамках криптовалютної екосистеми. Висновок XRP 2.0 представляє амбітну ініціативу у світі криптовалют, прагнучи запропонувати поєднання безпеки, конфіденційності та ефективності у цифрових транзакціях. Інтегруючи складні технології та дружні до користувача функції, проект ставить за мету розширити горизонти того, що криптовалюта може досягти в сучасній цифровій економіці. Хоча анонімність його творця та відсутність розкритих інвесторів можуть викликати запитання у деяких, фокус XRP 2.0 на передових функціональностях і децентралізації підвищує його привабливість на дедалі більшому ринку криптовалют. Оскільки ландшафт криптовалют продовжує еволюціонувати, XRP 2.0 може ще стати важливим гравцем у розширенні безпечних і масштабованих рішень блокчейн.

162 переглядів усьогоОпубліковано 2024.04.05Оновлено 2024.12.03

Що таке XRP 2.0

Як купити XRP

Ласкаво просимо до HTX.com! Ми зробили покупку XRP (XRP) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити XRP (XRP).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої XRP (XRP)Після придбання XRP (XRP) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля XRP (XRP)Легко торгуйте XRP (XRP) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

1.4k переглядів усьогоОпубліковано 2024.12.10Оновлено 2025.03.21

Як купити XRP

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни XRP (XRP).

活动图片