Why Has Ripple Spent $2.7 Billion In Acquisitions In 3 Years, And What Does It Have To Do With XRP?

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

Анотація

Ripple, the largest XRP holder, has spent over $2.7 billion acquiring six companies in three years, including major purchases like Hidden Road ($1.25B), GTreasury ($1B), and Metaco ($250M). These acquisitions aim to bridge traditional and decentralized finance under CEO Brad Garlinghouse’s vision. Despite Ripple’s expansion and its treasury processing $13 trillion in non-crypto payments last year, the XRP community is concerned as these developments have not significantly boosted XRP’s price. Ripple plans to focus on integrating its acquisitions in early 2026.

Ripple, a crypto payments company and the largest XRP holder, has been aggressively expanding and developing its infrastructure for the past three years. Within this short timeframe, the crypto firm has acquired six different companies, spending more than $2.7 billion. While these acquisitions have significantly expanded Ripple’s use cases and demand, many in the crypto community are concerned about how these ecosystem developments could impact XRP’s price.

Why Ripple Spent $2.7 Billion On Acquisitions

On Monday, February 23, an XRP commentator identified as ‘Ledger Man’ on X outlined several key reasons behind Ripple’s aggressive buying spree over the past three years. Ledger Man noted that the crypto company, led by CEO Brad Garlinghouse, has been incredibly busy since 2023, buying six different companies and expanding into new markets.

He noted that during this short period, Ripple has spent a total of $2.7 billion on company acquisitions. Among the crypto firm’s largest purchases are:

  • Hidden Road, a London-based prime brokerage and credit network, was acquired for $1.25 billion.
  • GTreasury, a cloud-based SaaS treasury and risk management platform, was acquired for $1 billion.
  • Metaco, a Swiss-based technology company, was acquired for $250 million.

Notably, after Ripple completed its acquisition in October 2025, Hidden Road was officially rebranded as ‘Ripple Prime’ and now operates as an institutional prime brokerage for the crypto payments firm. GTreasury has also been repositioned under the name ‘Ripple Treasury’ while Metaco has continued operating under its original brand name as a subsidiary digital asset custody unit.

Beyond these companies, Ripple has also bought Rail, Standard Custody, and Dom Kwok. Ledger Man noted that the primary reason for these acquisitions stems from Garlinghouse’s long-term vision to bridge the gap between Traditional Finance (TradFi) and Decentralized Finance (DeFi).

In addition, the XRP commentator highlighted that Garlinghouse previously shared an intriguing fact about Ripple Treasury, revealing that the company had processed $13 trillion in payments last year, yet not a single transaction involved cryptocurrencies or stablecoins. The Ripple CEO also mentioned that over 1,000 big companies use Ripple Treasury’s technology, and many of their leaders are now showing interest in using crypto-based tools.

For now, Ledgerman has stated that Ripple plans to slow its aggressive buying spree. Moving forward, the company will focus on combining all of its acquired companies and integrating them into a unified system during the first half of 2026. Ledger Man also noted that the crypto payments company is particularly enthusiastic about two major deals that are already exceeding expectations.

What This Has To Do With XRP

Many in the crypto community have expressed concerns that Ripple’s acquisitions have not been a major driver for the XRP price. As the largest holder of the token, Ripple’s initiatives typically act as a catalyst for XRP. However, recent price action and market activity offer little evidence of a significant change following the company’s latest acquisitions.

One crypto member laments that Ripple’s buying spree has done “nothing” for the XRP price, while others argue that, although the crypto company thrives, token holders are getting left behind.

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

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

QHow much has Ripple spent on acquisitions in the past three years and how many companies did it acquire?

ARipple has spent more than $2.7 billion to acquire six different companies in the past three years.

QWhat were the three largest acquisitions made by Ripple and how much did each cost?

AThe three largest acquisitions were: Hidden Road (acquired for $1.25 billion), GTreasury (acquired for $1 billion), and Metaco (acquired for $250 million).

QAccording to the XRP commentator 'Ledger Man', what is the primary reason behind Ripple's aggressive acquisition strategy?

AThe primary reason is CEO Brad Garlinghouse's long-term vision to bridge the gap between Traditional Finance (TradFi) and Decentralized Finance (DeFi).

QWhat did the Ripple CEO reveal about the transactions processed by Ripple Treasury (formerly GTreasury) last year?

AThe Ripple CEO revealed that Ripple Treasury processed $13 trillion in payments last year, and not a single transaction involved cryptocurrencies or stablecoins.

QWhat is the main concern within the crypto community regarding Ripple's acquisitions and the XRP token?

AThe main concern is that Ripple's aggressive acquisitions and business expansion have not acted as a major catalyst for the price of XRP, leaving some token holders feeling left behind despite the company's growth.

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

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 прагне значно сприяти веб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).

活动图片