XRP Liquidity Crash: Exchange Levels Mirror May 2025 Trend As Price Recovers

bitcoinistPublished on 2026-02-16Last updated on 2026-02-16

Abstract

Cryptocurrency analyst Dom highlights that XRP's spot market liquidity has significantly declined, reaching its lowest level in nearly two years, despite a recent price recovery to $1.66. The thin order books, especially above $1, indicate that price movements are largely leverage-driven. After reaching the high, XRP experienced a 16% drop, partly due to substantial sell pressure from exchanges like Upbit, with around 50 million XRP net sold. Data shows a surge in derivatives and options trading volume, though open interest decreased and the long/short ratio suggests bearish sentiment. Another analyst, Egrag Crypto, points to a bullish technical pattern, noting potential reversal signals. At the time of writing, XRP is trading around $1.46, down over 5%.

Crypto analyst Dom has noted that liquidity for XRP in the spot market is currently thin, suggesting that any significant price movement is leverage-driven. His analysis comes just as the altcoin recovered, alongside the broader crypto market.

XRP’s Spot Liquidity Crashes Even as Price Recovers

In an X post, Dom stated that XRP’s liquidity has “vanished” and is at its lowest level in nearly two years. This came as he highlighted an “interesting dynamic” in the spot orderbooks, noting that a bunch of orders have popped above the $1 level, which has pushed the altcoin into a strong bid skew.

Dom also revealed that this strong bid skew was last observed in May at the $1.70 lows and that the order book is extremely thin all the way back up to $2. His comment about liquidity comes amid the altcoin’s rally to as high as $1.66 yesterday as Bitcoin climbed above $70,000.

Source: Chart from Dom on X

The analyst also commented on this, noting how the altcoin dumped 16% after it reached this high. He claimed that once the altcoin hit $1.66, crypto exchange Upbit started putting massive amounts of sell pressure on the order books. Dom added that around 50 million XRP was net sold on the market during this period.

Further commenting on this, the analyst stated that the sell pressure looks to be from both retail and institutional investors on the exchange. He noted that there were 12,775 unique size trades, indicating that this was likely multiple entities or a sophisticated distribution. Based on Dom’s comment about the thin liquidity in the spot XRP market, there is the likelihood that the recent rally was driven by activity in the derivatives market.

CoinGlass data shows a 76% surge in derivatives trading volume and a 113% spike in the options trading volume. However, open interest is down over 3%. The long/short ratio is now below 1, suggesting that most traders are still bearish.

A Bullish Setup

In an X post, crypto analyst Egrag Crypto declared that XRP’s setup remains bullish until the market proves otherwise. This came as he highlighted a descending broadening wedge on the 2-week timeframe. He noted that the current candle was shaping to either a Hammer or a Dragonfly Doji.

Egrag Crypto stated that both are reversal candles when they appear after a downtrend, indicating that XRP may be targeting a higher move to the upside. The analyst added that the Descending Broadening Wedge is still intact and that the price is reacting at the lower structure and not breaking it

At the time of writing, the XRP price is trading at around $1.46, down over 5%, according to data from CoinMarketCap.

XRP trading at $1.46 on the 1D chart | Source: XRPUSDT on Tradingview.com

Related Questions

QWhat did crypto analyst Dom note about XRP's spot market liquidity and its implications?

ADom noted that liquidity for XRP in the spot market is currently thin, suggesting that any significant price movement is leverage-driven rather than being supported by substantial spot trading activity.

QAccording to Dom, when was the last time a similar strong bid skew in XRP's order book was observed?

ADom revealed that this strong bid skew was last observed in May at the $1.70 lows.

QWhat happened to XRP's price after it reached a high of $1.66, and what was the reported cause?

AXRP dumped 16% after reaching $1.66. Dom claimed that crypto exchange Upbit started putting massive amounts of sell pressure on the order books, with around 50 million XRP net sold during this period.

QWhat does the long/short ratio below 1 indicate about trader sentiment towards XRP?

AA long/short ratio below 1 suggests that most traders are still bearish on XRP, meaning more traders are betting on the price going down than up.

QWhat bullish pattern did analyst Egrag Crypto highlight, and what did the current candle formation suggest?

AEgrag Crypto highlighted a descending broadening wedge on the 2-week timeframe. The current candle was shaping to either a Hammer or a Dragonfly Doji, both of which are reversal candles that indicate XRP may be targeting a higher move to the upside after a downtrend.

Related Reads

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.

marsbit47m ago

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

marsbit47m ago

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.

marsbit49m ago

Your Claude Will Dream Tonight, Don't Disturb It

marsbit49m ago

Trading

Spot
Futures

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.

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

活动图片