« Index

 

Unique Node List (UNL)

Governance Layer, Validators, Protocol Control

Unique Node List (UNL) is a component of the XRP Ledger’s consensus protocol. It is a curated list of trusted validator nodes that a participant relies on to reach agreement when validating transactions and closing ledger versions.

Each validator can maintain its own UNL, but for the network to operate efficiently, there must be significant overlap between lists. Validators on a UNL coordinate during consensus rounds, enhancing fault tolerance, decentralization, and resistance to manipulation.

Unlike Proof of Work or Proof of Stake systems, the UNL allows XRP to process transactions rapidly without mining or staking—contributing to its efficiency, low costs, and reliability.

Use Case: An XRP Ledger validator references its UNL to confirm a transaction. Even if some validators behave maliciously, the high overlap in trusted lists ensures the ledger closes securely and quickly.

Key Concepts:

  • Validator Node — Participants that validate and agree on ledger state.
  • Consensus Protocol — The process validators follow to finalize transactions.
  • Finality — Assurance that a validated transaction cannot be reversed.
  • Double-Spend — Attack risk prevented by overlapping validator lists.

Summary: The Unique Node List is the trust layer of the XRP Ledger, enabling validators to reach consensus efficiently without mining or staking. It ensures transaction speed, security, and decentralization while keeping the network lightweight and energy-efficient.

Feature Proof of Work / Proof of Stake Unique Node List (UNL)
Validator Selection Open competition (hash power or staked coins) Curated set of trusted validators
Energy Profile High (mining) or moderate (staking) Minimal, near-zero energy use
Transaction Finality Slower, requires multiple confirmations Fast, often just a few seconds
Fault Tolerance Dependent on network majority Overlap in trusted lists prevents manipulation

System Validator Selection Energy/Cost Profile Transaction Finality
Proof of Work (PoW) Any node with sufficient computational power High energy cost, mining hardware required Slower, relies on multiple confirmations
Proof of Stake (PoS) Chosen based on staked tokens Low energy, requires capital lock-up Faster than PoW, often seconds to minutes
Unique Node List (UNL) Curated list of trusted validators Minimal, near-zero energy consumption Very fast, typically 3–5 seconds

 
« Index