The Ripple Product Ecosystem - Understanding What Partners Actually Buy | Ripple Partnerships & Adoption | XRP Academy - XRP Academy
3 free lessons remaining this month

Free preview access resets monthly

Upgrade for Unlimited
Skip to main content
beginner55 min

The Ripple Product Ecosystem - Understanding What Partners Actually Buy

Learning Objectives

Explain each current Ripple product in plain language, including its purpose, target customer, and relationship to XRP

Map deprecated product names to current offerings so you can accurately interpret older articles and announcements that reference xCurrent, xRapid, or xVia

Identify XRP requirement for any product by understanding the technical architecture that determines whether a product needs XRP to function

Analyze Ripple's business model to understand why they offer non-XRP products and what this means for their incentive structure

Decode partnership announcements by recognizing product-specific language that reveals actual XRP involvement

Imagine you're evaluating a company that claims "300+ customers use our products." Sounds impressive—until you learn that the company sells five different products, and only one of them generates recurring revenue. Suddenly, you need to know: how many of those 300 use the profitable product?

This is precisely the situation with Ripple and XRP.

Ripple is a legitimate enterprise software company with multiple successful products. Their payment messaging technology genuinely improves on legacy systems like SWIFT. But most of their products work perfectly fine without XRP. For XRP investors, this creates a critical distinction:

RIPPLE'S PRODUCT PORTFOLIO

Products that REQUIRE XRP:
├── On-Demand Liquidity (ODL)
└── [That's it. Just one.]

Products that DON'T REQUIRE XRP:
├── RippleNet / Ripple Payments (messaging)
├── Liquidity Hub (multi-asset, XRP optional)
├── RLUSD (stablecoin)
├── Ripple Custody (custody services)
└── Various enterprise APIs and tools
```

When you see "Bank joins RippleNet," your mental model should immediately flag: "Probably no XRP involvement unless ODL is specifically mentioned."

This lesson gives you the product knowledge to make that assessment automatically.


Understanding Ripple's product evolution matters because older announcements still circulate, and many "Ripple partner" lists include relationships established under previous product names. If you can't translate old terminology, you can't evaluate historical claims.

Ripple's original vision was ambitious: replace the entire correspondent banking system with blockchain-based rails. They developed three complementary products targeting different aspects of cross-border payments.

Launched: 2014-2015
Status: Deprecated (absorbed into RippleNet/Ripple Payments)
XRP Required: No

What xCurrent Did:

xCurrent was an enterprise software solution enabling real-time gross settlement (RTGS) messaging between financial institutions. Think of it as a modernized, blockchain-inspired replacement for SWIFT messages.

xCURRENT ARCHITECTURE

Bank A                                          Bank B
  │                                               │
  ├── Messenger ──────────────────────── Messenger ┤
  │   (Sends payment info)      (Receives payment) │
  │                                               │
  ├── Validator ──────────────────────── Validator ┤
  │   (Confirms details)        (Confirms details) │
  │                                               │
  └── ILP Ledger ────────────────────── ILP Ledger ┘
      (Tracks settlement)       (Tracks settlement)

Key Features:
• Real-time messaging (vs SWIFT's batch processing)
• Pre-validation before sending (reduces failures)
• Transparent fees and FX rates upfront
• End-to-end tracking of payment status
• NO CRYPTOCURRENCY INVOLVED

Why Banks Loved It:

  • Familiar interface (similar to existing banking software)
  • No regulatory crypto concerns
  • Immediate efficiency gains
  • Integrates with existing settlement systems

The Critical Point:

xCurrent handled messaging and coordination. The actual money still moved through traditional correspondent banking—nostro/vostro accounts, wire transfers, and existing settlement infrastructure. XRP was never part of the process.

When You See "xCurrent" in Old Articles:

This means the institution adopted Ripple's messaging technology. They were never using XRP, regardless of how the article might have implied otherwise.

Launched: 2018
Status: Deprecated (rebranded as On-Demand Liquidity/ODL)
XRP Required: Yes

What xRapid Did:

xRapid was the product that actually used XRP as a bridge currency for cross-border liquidity. It was designed to eliminate the need for pre-funded nostro accounts by sourcing liquidity in real-time.

xRAPID (NOW ODL) FLOW

Traditional Method:
Bank A maintains $10M in nostro account at Bank B
→ Capital trapped, earning minimal returns

xRapid Method:
Step 1: Bank A converts USD → XRP at Exchange A
Step 2: XRP transmitted across XRPL (3-5 seconds)
Step 3: Exchange B converts XRP → PHP
Step 4: Bank B receives PHP for final recipient

Result: No pre-funding required, capital freed

Why xRapid Had Limited Adoption:

  • Required cryptocurrency (regulatory concerns)
  • Needed liquid XRP markets on both ends
  • Exposed institutions to volatility risk
  • More complex compliance requirements
  • Limited to corridors with XRP liquidity

When You See "xRapid" in Old Articles:

This indicates actual XRP usage. However, verify whether the institution moved from pilot to production and whether they're still using it today (many pilots ended).

Launched: 2018
Status: Deprecated (functionality absorbed into other products)
XRP Required: No

What xVia Did:

xVia was a payment initiation API allowing businesses (not necessarily banks) to send payments through RippleNet without integrating the full software suite.

xVIA USE CASE

Corporate Treasury                     RippleNet
      │                                    │
      ├── API Call ──────────────────────→ │
      │   "Send $50K to Supplier in UK"    │
      │                                    │
      │ ←────────────────── Routing ───────┤
      │   "Best path: Bank A → Bank B"     │
      │                                    │
      ├── Confirmation ─────────────────→  │
      │   "Execute payment"                │
      │                                    │
      │ ←────────────────── Status ────────┤
          "Payment delivered, ref #12345"

Why xVia Mattered:

It expanded RippleNet's addressable market beyond banks to corporations with international payment needs. But like xCurrent, it used RippleNet's messaging—not XRP.

Use this reference when reading older articles:

Old Name Current Equivalent XRP Required? Notes
xCurrent RippleNet / Ripple Payments No Messaging only
xRapid On-Demand Liquidity (ODL) Yes Only XRP product
xVia APIs within Ripple Payments No Business payment initiation
RippleNet Still "RippleNet" or "Ripple Payments" No (unless + ODL) May or may not include ODL

Current Status: Active, primary product
XRP Required: No (but ODL can be added)

What It Is:

RippleNet (increasingly called "Ripple Payments") is Ripple's global payment network connecting 300+ financial institutions. It's the evolution of xCurrent—enterprise messaging software for cross-border payments.

Core Capabilities:

RIPPLENET CAPABILITIES

┌─────────────────────────────────────────────────────────────┐
│                      RIPPLENET PLATFORM                      │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│  Messaging Layer:                                           │
│  • Payment initiation and instructions                      │
│  • Real-time status tracking                                │
│  • Pre-validation (recipient details, fees, FX)            │
│  • Failure notifications                                    │
│                                                             │
│  Settlement Coordination:                                    │
│  • Orchestrates settlement between parties                   │
│  • Supports multiple settlement methods                      │
│  • NOT the settlement itself (that's still banking rails)   │
│                                                             │
│  Optional Add-ons:                                          │
│  • On-Demand Liquidity (adds XRP)                           │
│  • RLUSD integration                                        │
│  • Liquidity Hub connectivity                               │
│                                                             │
└─────────────────────────────────────────────────────────────┘

Typical RippleNet Implementation:

A bank joins RippleNet to improve their international payment service:

  1. Integration: Bank connects systems to RippleNet APIs
  2. Network Access: Bank can now message other RippleNet members directly
  3. Improved UX: Customers get real-time tracking, upfront fees
  4. Settlement: Still uses correspondent banking (nostro/vostro)
  5. No XRP: Unless bank specifically adds ODL (most don't)

Partnership Announcement Language:

  • "Joins RippleNet" → Messaging only

  • "Ripple Payments" → Messaging only

  • "Real-time tracking" → Messaging feature

  • "Faster international payments" → Could be either, but usually messaging

  • "Blockchain technology" → Vague, usually messaging

  • "On-Demand Liquidity" or "ODL"

  • "XRP as bridge currency"

  • "Crypto-enabled payments"

  • "Liquidity without pre-funding"

Current Status: Active, growing but limited adoption
XRP Required: Yes

What It Is:

ODL is Ripple's liquidity solution that uses XRP as a bridge currency to enable real-time cross-border payments without pre-funded accounts. This is the only Ripple product that creates direct XRP demand.

How ODL Works (Detailed):

ODL TRANSACTION FLOW (Example: USD → PHP)

1. INITIATION

1. FIRST CONVERSION (Source Country)

1. XRPL TRANSMISSION

1. SECOND CONVERSION (Destination Country)

1. FINAL DELIVERY

TOTAL TIME: 1-3 minutes (vs 2-5 days traditional)
TOTAL COST: 0.5-2% (vs 3-7% traditional corridors)
XRP HELD: ~3-5 seconds during transmission only

ODL Requirements:

For ODL to work in a corridor, you need:

  1. Regulatory clarity in both jurisdictions
  2. Liquid XRP/fiat markets on both ends
  3. Partner exchanges with Ripple ODL integration
  4. Willing institutions to adopt crypto-based settlement
  5. Sufficient volume to justify integration costs

Current ODL Corridor Map:

ACTIVE ODL CORRIDORS (2024-2025)

Asia-Pacific (80%+ of volume):
├── Japan → Philippines (SBI Remit, Coins.ph)
├── Japan → Vietnam (SBI Remit)
├── Japan → Indonesia (SBI Remit)
├── Australia → Various (Novatti)
├── Singapore → Various (Tranglo hub)
└── Thailand → Various (SCB testing)

Middle East (10-12%):
├── UAE → Various (Pyypl)
├── UAE → India (RAKBANK corridor)
└── Regional testing (Zand, Mamo)

Latin America (5-8%):
├── Brazil → Various (Travelex Bank)
├── US → Mexico (Intermex)
└── Regional corridors (via Tranglo)

North America/Europe (<5%):
├── Limited pilots
└── Regulatory hesitation

Current Status: Active, enterprise-focused
XRP Required: No (XRP is one option among many)

What It Is:

Liquidity Hub is Ripple's enterprise platform allowing institutions to source liquidity across multiple digital assets—not just XRP. It's designed for enterprises that want crypto treasury capabilities without building their own infrastructure.

LIQUIDITY HUB ARCHITECTURE

Enterprise Client
      │
      ▼
┌─────────────────────────────────────────┐
│           LIQUIDITY HUB                  │
├─────────────────────────────────────────┤
│                                         │
│  Asset Options:                         │
│  ├── XRP                                │
│  ├── Bitcoin (BTC)                      │
│  ├── Ethereum (ETH)                     │
│  ├── USDC                               │
│  ├── RLUSD                              │
│  └── Other supported assets             │
│                                         │
│  Features:                              │
│  ├── Best-execution routing             │
│  ├── Multiple exchange connections      │
│  ├── Smart order routing                │
│  └── Unified API access                 │
│                                         │
└─────────────────────────────────────────┘
      │
      ▼
Multiple Exchanges (Bitstamp, Kraken, etc.)

Why Liquidity Hub Matters (And Doesn't) for XRP:

  • Positive: Enterprises using Liquidity Hub might use XRP for ODL
  • Neutral: Many will use Bitcoin, stablecoins, or other assets
  • Reality: Liquidity Hub adoption ≠ XRP demand automatically

Partnership Announcement Language:

When you see "Liquidity Hub" mentioned, don't assume XRP usage. The enterprise might be using it for Bitcoin treasury or stablecoin operations.

Current Status: Launched December 2024, $1B+ market cap
XRP Required: No (but ecosystem connection)

What It Is:

RLUSD is Ripple's USD-backed stablecoin, regulated by the New York Department of Financial Services (NYDFS). It exists on both the XRP Ledger and Ethereum.

RLUSD Specifications:

RLUSD OVERVIEW

Backing: 1:1 USD reserves
Custodian: BNY Mellon
Regulator: NYDFS
Networks: XRPL + Ethereum (ERC-20)
Market Cap: $1B+ (as of late 2025)

Use Cases:
├── Treasury management
├── Cross-border settlement
├── XRPL DeFi
├── Hybrid ODL flows (RLUSD + XRP)
└── Trading/speculation

RLUSD's Relationship to XRP:

This is nuanced and important:

Relationship Implication
Complement RLUSD handles USD stability, XRP handles bridging
Potential Substitute Banks preferring zero volatility might choose RLUSD over XRP
Gateway RLUSD adoption might lead institutions to explore XRP
Competition If RLUSD captures use cases XRP could have served, XRP demand reduced

Partnership Announcement Language:

When you see "RLUSD integration" or "Ripple stablecoin adoption," this is NOT XRP adoption. It's a separate (though related) product.

Current Status: Active, via Metaco acquisition
XRP Required: No

What It Is:

Following Ripple's acquisition of Metaco (2023), they offer institutional-grade custody services for digital assets. This is infrastructure for banks and institutions to hold crypto—not specifically XRP.

Why It Matters:

  • Custody is a prerequisite for institutional crypto adoption
  • Banks using Ripple Custody might hold various assets
  • Doesn't directly create XRP demand unless they specifically custody XRP

Partnership announcements use specific language. Here's your decoder ring:

Definitely Indicates XRP Usage:

Phrase Meaning
"On-Demand Liquidity" Using XRP as bridge currency
"ODL" Same as above
"XRP as bridge" Explicit XRP usage
"Crypto-enabled liquidity" Very likely ODL
"Eliminating pre-funding" ODL benefit language

Probably Does NOT Indicate XRP Usage:

Phrase Meaning
"Joins RippleNet" Messaging platform, no XRP
"Ripple Payments" Same as above
"Blockchain technology" Vague, usually messaging
"Real-time tracking" Messaging feature
"Faster settlement" Could be either, usually messaging
"Digital transformation" Marketing speak, verify

Ambiguous - Requires Verification:

Phrase What to Check
"Ripple partnership" Which product specifically?
"Cross-border solution" ODL or messaging?
"Liquidity solution" ODL or Liquidity Hub?
"Innovative payments" Marketing fluff, dig deeper

Example 1: Standard Chartered Announcement (2019)

"Standard Chartered has joined RippleNet to enhance cross-border payment capabilities for corporate clients, enabling real-time tracking and improved transparency."

  • "Joined RippleNet" → Messaging platform
  • "Real-time tracking" → Messaging feature
  • "Improved transparency" → Messaging feature
  • No mention of: ODL, XRP, bridge currency, liquidity

Classification: Tier B (RippleNet messaging only)
XRP Impact: None


Example 2: SBI Remit Announcement (2021)

"SBI Remit will utilize Ripple's On-Demand Liquidity solution to enable faster, cheaper remittances from Japan to the Philippines. The service will use XRP as a bridge currency, eliminating the need for pre-funded accounts."

  • "On-Demand Liquidity" → Explicit ODL
  • "XRP as a bridge currency" → Explicit XRP usage
  • "Eliminating pre-funded accounts" → ODL benefit
  • Specific corridor identified

Classification: Tier A (ODL/XRP user)
XRP Impact: Real demand proportional to volume


Example 3: Ambiguous Bank Announcement

"Bank X partners with Ripple to leverage blockchain technology for improved international payment services."

  • "Partners with Ripple" → Some relationship exists
  • "Blockchain technology" → Vague
  • "Improved international payment services" → Could be anything
  • No specific product mentioned

Classification: Tier C (Status unknown)
Action: Requires additional research before assessment


For any partnership announcement, work through this checklist:

PARTNERSHIP VERIFICATION CHECKLIST

□ Source Quality
  ├── Official Ripple announcement?
  ├── Official partner announcement?
  └── Or just crypto media interpretation?

□ Product Identification
  ├── Specific product mentioned?
  ├── ODL/XRP explicitly stated?
  └── Or vague "Ripple technology"?

□ Stage Assessment
  ├── Announced intention?
  ├── Testing/pilot?
  ├── Limited production?
  └── Full-scale operation?

□ Corridor Details (if ODL)
  ├── Which currency pairs?
  ├── What volume expected?
  └── What timeline?

□ Recency Check
  ├── When was this announced?
  ├── Any follow-up updates?
  └── Is it still active today?

□ Final Classification
  ├── Tier A (ODL/XRP)
  ├── Tier B (Messaging only)
  └── Tier C (Unknown/unverified)

Understanding Ripple's revenue streams explains why they offer non-XRP products.

Revenue Sources:

RIPPLE REVENUE STREAMS (Estimated)

1. Software Licensing (Primary)

1. XRP Holdings (Major Asset)

1. ODL Transaction Fees (Growing)

1. RLUSD Revenue (Emerging)

1. Custody/Other Services

Ripple's Interest in XRP Appreciation:

  • Emphasize ODL adoption and XRP utility
  • Market partnership numbers (even if most don't use XRP)
  • Position XRP as central to their strategy

Ripple's Interest in Software Sales:

  • Sell RippleNet to anyone, regardless of ODL interest
  • Not require XRP usage (would reduce addressable market)
  • Build enterprise relationships that may or may not lead to ODL

The Resulting Strategy:

  1. Land: Sell RippleNet messaging (easy, no crypto concerns)
  2. Expand: Once comfortable, offer ODL upgrade (harder sell)

This explains why most partners use messaging only—it's the easier sale, and Ripple's software business profits regardless.

Interpreting Ripple Communications:

  • Ripple will emphasize total partnership numbers (300+)
  • They have less incentive to clarify RippleNet vs ODL distinction
  • "Partnership growth" announcements may not indicate XRP demand growth

Your Job as Analyst:

  • Identify which partnerships actually use XRP
  • Estimate volume at ODL-using partners
  • Model XRP demand based on ODL specifically, not total partnerships

The Honest Assessment:

Ripple is a successful enterprise software company with a valuable XRP position. Their interests partly align with XRP holders (they want price appreciation) but partly diverge (they'll sell non-XRP products to grow their business). Understanding this nuance helps you interpret their communications accurately.


Ripple's product portfolio is genuine and differentiated — RippleNet messaging provides real value to banks, ODL solves real liquidity problems, and each product addresses distinct customer needs

Only ODL requires XRP — This is a technical fact, not speculation; RippleNet messaging operates entirely without cryptocurrency, and Liquidity Hub offers multiple asset options

Product naming evolution is documented — The xCurrent/xRapid/xVia to RippleNet/ODL transition is well-documented, enabling accurate classification of historical announcements

⚠️ Conversion rates from RippleNet to ODL — Does using messaging lead to ODL adoption? Limited evidence exists; the "gateway" theory is plausible but unproven

⚠️ RLUSD's impact on XRP demand — Will RLUSD complement XRP (both grow together) or substitute for it (RLUSD captures use cases XRP would have served)?

⚠️ Ripple's long-term product strategy — Will they increasingly emphasize XRP/ODL, or pivot further toward non-XRP products if that's where growth comes easier?

🔴 Assuming Liquidity Hub adoption means XRP usage — Enterprises might use Liquidity Hub entirely for Bitcoin or stablecoins without ever touching XRP

🔴 Conflating RLUSD success with XRP success — RLUSD growth doesn't automatically benefit XRP; they're separate products with potentially competing use cases

🔴 Interpreting "blockchain technology" as XRP — This phrase in announcements usually means RippleNet's messaging infrastructure, not cryptocurrency usage

Ripple has built a legitimate enterprise business with products serving different needs. For XRP investors, only ODL matters directly. The challenge is that ODL is the hardest product to sell (regulatory concerns, volatility, complexity), while RippleNet messaging is the easiest. This explains the gap between impressive partnership numbers and limited XRP utility. Understanding each product's XRP relationship is fundamental to accurate adoption assessment.


Assignment: Create a comprehensive reference document for identifying Ripple products in partnership announcements and understanding their XRP implications.

Requirements:

Part 1: Product Reference Cards (40%)

Create one-page reference cards for each major Ripple product:

  1. RippleNet / Ripple Payments
  2. On-Demand Liquidity (ODL)
  3. Liquidity Hub
  4. RLUSD
  5. Legacy Products (xCurrent, xRapid, xVia)
  • Product name and status (active/deprecated)
  • One-paragraph plain-language explanation
  • XRP requirement (Yes/No/Optional)
  • Target customer type
  • Key features (bullet points)
  • Common announcement language
  • How to identify in news articles

Part 2: Language Translation Matrix (30%)

Create a comprehensive matrix mapping announcement phrases to product classification:

Phrase/Term Likely Product XRP Implication Confidence
[Example] [Product] [Yes/No/Unknown] [High/Med/Low]

Include at least 30 phrases commonly found in Ripple partnership announcements.

Part 3: Decision Flowchart (20%)

  • Start with "New Partnership Announcement"
  • Branch based on key phrases and terms
  • End with product classification and XRP implication
  • Include "insufficient information" paths

Part 4: Application Exercise (10%)

  • Source the original announcement
  • Work through your flowchart
  • Document the product identification
  • Assess XRP implication
  • Note any ambiguities or gaps in your guide

Grading Criteria:

Criterion Weight Description
Accuracy 35% Correct product descriptions and XRP implications
Comprehensiveness 25% Covers all products and common announcement language
Usability 25% Could someone else use this guide effectively?
Application Quality 15% Successful application to real announcements

Time investment: 3-4 hours
Value: This guide becomes your go-to reference for evaluating any Ripple announcement


1. Product Knowledge Question:

A 2019 article states that "Bank X has implemented Ripple's xCurrent solution for cross-border payment messaging." What is the XRP implication of this implementation?

A) The bank is using XRP as a bridge currency for international transfers
B) The bank is using Ripple's messaging technology without any XRP involvement
C) The bank is piloting XRP usage and will likely expand to full adoption
D) Cannot determine without more information about specific corridors

Correct Answer: B

Explanation: xCurrent was Ripple's messaging solution (now called RippleNet/Ripple Payments) that specifically did NOT require or use XRP. xCurrent enabled real-time settlement messaging between banks using existing banking rails. The XRP-using product was xRapid (now ODL). Any partnership referencing xCurrent indicates messaging-only adoption with zero XRP involvement.


2. Current Products Question:

Which of the following Ripple products REQUIRES XRP to function?

A) RippleNet / Ripple Payments
B) Liquidity Hub
C) On-Demand Liquidity (ODL)
D) RLUSD

Correct Answer: C

Explanation: On-Demand Liquidity is the only Ripple product that requires XRP to function. It uses XRP as a bridge currency between fiat currencies. RippleNet/Ripple Payments is messaging software that doesn't use XRP. Liquidity Hub offers multiple assets (XRP is one option among many). RLUSD is a stablecoin that operates independently of XRP.


3. Announcement Analysis Question:

A press release states: "Financial Institution Y has joined Ripple's network to leverage blockchain technology for improved transparency in international payment tracking." What is the most likely product being adopted?

A) On-Demand Liquidity (ODL) — using XRP for liquidity
B) RippleNet messaging — using Ripple's tracking technology without XRP
C) RLUSD integration — using Ripple's stablecoin
D) Liquidity Hub — using multiple crypto assets

Correct Answer: B

Explanation: The language "transparency in international payment tracking" describes RippleNet's messaging capabilities, not ODL's liquidity function. ODL announcements emphasize eliminating pre-funding, liquidity, or XRP specifically. "Blockchain technology" is vague language typically used for messaging implementations. The absence of any liquidity, XRP, or ODL mention strongly suggests RippleNet messaging only.


4. Business Model Question:

Why does Ripple sell products that don't require XRP (like RippleNet messaging) when they hold significant XRP positions that would benefit from increased XRP usage?

A) Ripple doesn't actually want XRP to succeed; they're pivoting away from it
B) RippleNet messaging expands their customer base and generates revenue while potentially creating a path to future ODL adoption
C) Regulatory requirements force them to offer non-XRP products
D) RippleNet messaging is just a loss leader with no business value

Correct Answer: B

Explanation: Ripple's strategy is "land and expand" — sell RippleNet messaging (easier sale, no crypto concerns, immediate revenue) with the hope that comfortable customers will later adopt ODL. This generates software revenue regardless of XRP while building relationships that might convert to XRP usage. It's not a pivot away from XRP; it's a pragmatic approach to enterprise sales where requiring cryptocurrency upfront would dramatically shrink their addressable market.


5. RLUSD Impact Question:

An enterprise announces they will use Ripple's RLUSD stablecoin for treasury management. What is the direct XRP impact of this announcement?

A) Positive — RLUSD usage increases XRP demand through ecosystem effects
B) Negative — RLUSD is substituting for use cases XRP could have captured
C) None directly — RLUSD operates independently of XRP; impact depends on future integration
D) Major positive — RLUSD and XRP are technically linked, so all RLUSD usage requires XRP

Correct Answer: C

Explanation: RLUSD operates independently of XRP; an enterprise can use RLUSD without ever touching XRP. The direct impact of RLUSD adoption on XRP is zero. However, future impact could be positive (if RLUSD serves as gateway to XRP) or negative (if RLUSD captures use cases XRP could have served). This uncertainty is why RLUSD's relationship to XRP requires ongoing monitoring rather than assuming automatic benefit.


Historical Product Information:

  • Ripple Blog Archive — Search for xCurrent, xRapid, xVia announcements (2018-2020)
  • Web Archive (archive.org) — Historical Ripple product pages

Analytical Resources:

  • "Banks Using XRP Infrastructure" (Webopedia, 2025) — Product distinction analysis
  • "The Truth Behind Ripple's Banking Partnerships" (Digital One Agency, 2025) — RippleNet vs ODL
  • Ripple quarterly markets reports — ODL volume claims (interpret carefully)

For Next Lesson:

Lesson 3 examines the adoption funnel in detail — why most partnerships never reach production scale, what timelines look like, and how to track where specific partners stand in their journey.


End of Lesson 2

Total words: ~6,400
Estimated completion time: 55 minutes reading + 3-4 hours for deliverable

Key Takeaways

1

Ripple sells five+ distinct products, but only ODL requires XRP

: RippleNet/Ripple Payments (messaging), Liquidity Hub (multi-asset), RLUSD (stablecoin), and Custody services all function without XRP; only On-Demand Liquidity creates direct XRP demand

2

Historical product names map to current offerings

: xCurrent became RippleNet messaging (no XRP), xRapid became ODL (yes XRP), and xVia was absorbed into payment APIs (no XRP); this translation is essential for evaluating older articles and partnership lists

3

Partnership announcement language reveals product type

: Terms like "joins RippleNet," "real-time tracking," and "blockchain technology" indicate messaging only; explicit mentions of "ODL," "On-Demand Liquidity," or "XRP as bridge" are required to confirm XRP usage

4

Ripple's business model creates dual incentives

: They profit from both XRP appreciation (massive holdings) and software sales (recurring revenue); this explains why they pursue RippleNet messaging sales that don't require XRP while also promoting ODL

5

RLUSD and Liquidity Hub complicate the adoption picture

: These products expand Ripple's enterprise offerings but don't directly create XRP demand; future analysis must distinguish between Ripple ecosystem growth and XRP-specific utility ---