XRP holders hit new high, but THIS keeps pressure on price

ambcryptoОпубликовано 2026-02-16Обновлено 2026-02-16

Введение

XRP's price dropped 9% to $1.50 amid ongoing bearish pressure, despite strong fundamentals. The number of holders reached a new all-time high of 507,110, reflecting sustained long-term investor confidence. Institutional backing remains solid, with SBI Holdings confirming a 9% stake in Ripple Labs. However, short sellers in the derivatives market have driven recent declines, causing $13.5 million in long liquidations and reducing open interest. While the token remains within a descending channel—a potentially bullish pattern if broken—perpetual traders continue to dominate short-term price action. Key levels to watch are $1.67 on a rebound or $1.11 if selling persists.

Ripple [XRP] remains one of the top five cryptocurrencies by market capitalization to record one of the steepest drawdowns in the past 24 hours, dropping 9%.

At press time, XRP traded at $1.50. Market sentiment indicated this may not be the final stop, as speculation intensified and the momentum supporting a potential recovery continued to slow.

AMBCrypto examined the broader picture to identify the key bullish and bearish factors shaping XRP’s near-term trajectory.

Fundamentals remain rock solid

XRP’s fundamentals remain strong, highlighting sustained investor conviction. Long-term holders continue to accumulate, demonstrating active engagement in the market despite recent weakness.

CoinMarketCap reports that the total number of XRP holders reached 507,110 as of the 16th of February, marking a new all-time high.

This continued accumulation—especially during fragile market conditions—reinforces the token’s underlying strength. Over the past seven months, XRP has declined 58.9% from its all-time high of $3.66.

Yet holder growth persists, confirming a robust foundation of long-term investors.

Ongoing accumulation builds a strong base for a potential rebound in the near term, particularly when broader market sentiment stabilizes.

Institutional confidence also remains evident.

In a post on X, the chairman and president of SBI Holdings Inc., a major Japanese financial conglomerate, reaffirmed that the firm maintains a 9% stake in Ripple Labs, the company behind XRP.

“When it comes to Ripple Labs’ total valuation, which includes the entire ecosystem Ripple has built, that would be enormous. SBI owns more than 9% of that,” he stated.

Such institutional backing underscores XRP’s long-term potential and investor confidence.

Perpetual traders drive near-term weakness

Despite strong fundamentals, XRP’s recent underperformance stems largely from activity in the derivatives market.

Short sellers are aggressively positioning for downside, profiting from declines, which led to approximately $13.5 million in liquidations among bullish traders.

CoinGlass data shows a sharp contraction in available capital alongside a rise in short contracts, intensifying pressure on the market.

As the price declined, capital in XRP’s perpetual market dropped $245.7 million, with Open Interest now at $2.6 billion.

The Open Interest-Weighted Funding Rate, which measures whether liquidity favors bulls or bears, fell to 0.0101%, indicating that bearish positions dominate.

This trend suggests that continued pressure from perpetual traders could weigh further on XRP, even as its fundamentals remain solid.

Price outlook and key levels

Chart analysis does not yet indicate a clear bullish or bearish trend, but the next moves will determine direction.

Given current bearish pressure, XRP could test the lower demand zone highlighted in the blue rectangle before attempting to challenge the descending resistance line.

If bullish momentum returns, the token may rally toward the recent wick low of $1.67, formed on the 15th of February.

However, if selling pressure persists, XRP could break below the descending channel, potentially trending toward $1.11.

On a broader scale, XRP remains confined within a descending channel.

While this reflects ongoing selling pressure, the pattern is traditionally considered a bullish formation once the price breaks above the upper resistance zone, signaling a potential reversal.

For now, perpetual trader activity is the dominant factor shaping XRP’s short-term trajectory, even as long-term fundamentals continue to indicate strength and commitment from both retail and institutional holders.


Final Summary

  • XRP fundamentals remain solid, with holders reaching a new high above 507,110.
  • Perpetual traders appear to be driving recent declines as capital tilts toward bears.

Связанные с этим вопросы

QWhat is the current price of XRP and how much has it dropped in the last 24 hours?

AAt press time, XRP traded at $1.50, having dropped 9% in the past 24 hours.

QDespite the price drop, what key fundamental metric for XRP reached a new all-time high?

AThe total number of XRP holders reached a new all-time high of 507,110 as of February 16th.

QAccording to the article, what is the primary factor causing XRP's recent underperformance and price weakness?

AThe recent underperformance stems largely from activity in the derivatives market, where short sellers are aggressively positioning for the downside.

QHow much capital left XRP perpetual market as the price declined, and what is the current Open Interest?

ACapital in XRP’s perpetual market dropped by $245.7 million, with Open Interest now at $2.6 billion.

QWhat are the two key price levels mentioned that XRP could test next, depending on market momentum?

AIf bullish momentum returns, XRP may rally toward $1.67. If selling pressure persists, it could break down and trend toward $1.11.

Похожее

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.

marsbit2 мин. назад

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

marsbit2 мин. назад

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.

marsbit4 мин. назад

Your Claude Will Dream Tonight, Don't Disturb It

marsbit4 мин. назад

Торговля

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

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

Что такое 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.1k просмотров всегоОпубликовано 2026.04.22Обновлено 2026.04.22

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

Обсуждения

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

活动图片