Honeycluster Team-
When people hear "XRP," they often think of Ripple. It makes sense -- Ripple Labs created the XRP Ledger, employs many of its core developers, and remains the most visible entity in the ecosystem. But here is a question worth asking: who actually keeps the XRP Ledger running?
The answer is more distributed than you might expect. While Ripple plays an important role, the XRPL depends on a broad network of community-run infrastructure -- validators, full-history nodes, API providers, and indexing services -- operated by independent organizations and individuals around the world.
Understanding the distinction between Ripple and community infrastructure is essential for any developer building on the XRP Ledger. It shapes how you think about trust, reliability, and the long-term resilience of your application stack.
Ripple Labs is a private technology company focused on cross-border payments and digital asset solutions. Its relationship with the XRP Ledger includes:
rippled, the reference server implementation for the XRPL.What Ripple does not do is control the network. It cannot unilaterally freeze accounts, reverse transactions, or dictate protocol changes. The XRP Ledger's consensus mechanism is designed so that no single entity -- including Ripple -- has that power.
Key distinction
Ripple is a participant in the XRP Ledger ecosystem, not its owner or operator. The ledger is a decentralized, open-source protocol that anyone can run, validate, and build on.
Decentralization is not just a philosophical ideal -- it has practical implications for developers:
For the XRP Ledger specifically, decentralization means that your application does not depend on Ripple's uptime, Ripple's business decisions, or Ripple's continued involvement. The ledger has a life of its own, sustained by its community.
The XRP Ledger uses a consensus protocol called the XRP Ledger Consensus Protocol, which relies on a concept called the Unique Node List (UNL). Understanding the UNL is key to understanding how trust works on XRPL.
Each node operator configures a list of validators they trust to participate in consensus. This is the node's UNL. For a transaction to be confirmed, at least 80% of trusted validators must agree on the outcome.
There are two commonly referenced default UNLs:
| UNL Publisher | Description |
|---|---|
Ripple (vl.ripple.com) | Ripple's recommended list, historically the most widely adopted |
XRPLF (vl.xrplf.org) | Published by the XRP Ledger Foundation, an independent body |
The important detail here is that you choose your own UNL. Node operators are not forced to trust Ripple's list. Many operators curate their own lists or use the Foundation's list, further distributing trust away from any single entity.
Trust is configurable
The UNL model means trust on XRPL is explicit and operator-controlled. Unlike proof-of-work chains where you implicitly trust the majority hashrate, XRPL operators make deliberate choices about which validators they rely on.
The default UNLs include validators operated by universities, exchanges, infrastructure providers, and independent community members -- not just Ripple. This diversity is what gives the network its resilience.
Community infrastructure on the XRP Ledger extends well beyond validators. Here is a breakdown of the key categories:
Validators participate in the consensus process, confirming transactions and closing ledgers. Running a validator is a direct contribution to the network's security and liveness.
A full-history node stores every ledger since the genesis ledger (ledger #32570). This is a substantial dataset -- multiple terabytes -- and it enables historical lookups that most stock nodes cannot serve.
These are the services developers interact with most directly. API providers run clusters of rippled and Clio nodes behind load balancers, exposing public WebSocket and HTTP endpoints.
Bash# Example: Querying account info via a public API endpoint curl -X POST https://xrpl.ws/ -H "Content-Type: application/json" -d '{ "method": "account_info", "params": [{ "account": "rN7n3473SaZBCG4dFL83w7p1W9cgZw6itp", "ledger_index": "validated" }] }'
Some providers go beyond raw RPC access and offer enriched data -- token metadata, NFT indexing, DEX aggregation, and account activity streams. These services process raw ledger data into formats that are immediately useful for applications.
Honeycluster is community-run public infrastructure for the XRP Ledger. We operate a distributed network of rippled and Clio nodes that provide:
We are not Ripple. We are not affiliated with Ripple. We are an independent infrastructure provider contributing to the decentralization and resilience of the XRP Ledger.
Why this matters for your application
When you connect to Honeycluster, you are using infrastructure operated independently from Ripple. This reduces your dependency on any single organization and strengthens the overall health of the ecosystem.
| Aspect | Ripple-operated nodes | Community infrastructure |
|---|---|---|
Operator | Ripple Labs | Independent organizations and individuals |
Motivation | Enterprise product support | Ecosystem health and public good |
Availability | Primarily supports Ripple products | Open to all developers |
Diversity contribution | Single operator | Adds redundancy and decentralization |
Full-history access | Limited public availability | Commonly offered by providers like Honeycluster |
As a developer, the infrastructure choices you make have a direct impact on the decentralization of the network. Here are practical steps you can take:
rippled or Clio node alongside public endpoints.If you are building on the XRP Ledger and want reliable, community-operated infrastructure, Honeycluster is ready to support your application. Our public endpoints provide full-history data access with the performance characteristics production applications demand.
Connect via WebSocket or HTTP and start building with confidence that your infrastructure layer is decentralized, resilient, and community-driven.
Visit honeycluster.io to explore our endpoints, review documentation, and get started. If you have questions or want to discuss infrastructure needs, reach out to our team at support@honeycluster.io.
Build on infrastructure you can trust
Managed nodes, real-time indexing, and production-grade APIs for the XRP Ledger.

Honeycluster Team-Mar 15, 2026A detailed look at the physical and cloud infrastructure that powers Honeycluster — from rack-mounted on-prem servers to cloud services.

Honeycluster Team-Mar 13, 2026Colocation, power, bandwidth, and the questions you should be asking before you sign a contract. Lessons from building Honeycluster's physical infrastructure.

Honeycluster Team-Mar 9, 2026Most users never think about what's running beneath their favorite XRP Ledger app. Reliable data feeds. Real-time indexing. Historical analytics. That's infrastructure — and it's the reason everything just works.