Ripple published a four phase plan to make the XRP Ledger resistant to quantum computing attacks by 2028. The plan covers algorithm selection, protocol implementation, validator and client updates, and a migration period where existing XRP Ledger accounts transition to quantum safe cryptographic keys. The two year timeline from publication to migration completion is ambitious by blockchain standards, but achievable given the XRP Ledger’s governance structure. It is also notably faster than any equivalent published plan for Bitcoin, which has no formal migration timeline for the same threat.
Key Highlights
- Ripple published a four phase quantum resistance plan in April 2026 with a target completion date of 2028, covering algorithm selection, protocol implementation, validator updates, and account migration
- The plan targets post quantum cryptographic algorithms standardized by NIST in 2024, specifically Kyber for key encapsulation and Dilithium for digital signatures, which are lattice based algorithms that quantum computers cannot break using currently known techniques
- Phase one, algorithm selection and standards alignment, is already underway. Phase four, account migration, is the most complex and will require a coordinated upgrade across all XRP Ledger validators and client applications
- The XRP Ledger’s federated governance structure, where Ripple coordinates with a defined set of validators rather than achieving open market consensus, makes the two year migration timeline more achievable than equivalent timelines would be for Bitcoin or Ethereum
- Bitcoin has no equivalent published plan. BIP-360, a proposal for quantum safe address types, exists but has not reached consensus among core developers. An estimated 6.9 million BTC currently sit in addresses with exposed public keys that quantum computers could theoretically exploit
- The quantum computing threat to current blockchain cryptography is not imminent. Conservative estimates from cryptographers put the required quantum hardware capability at 10 to 15 years away. Ripple’s 2028 plan is a proactive preparation, not a response to an active threat.
Why existing blockchain cryptography is vulnerable to quantum computers
All major public blockchains, including the XRP Ledger, Bitcoin, and Ethereum, currently use elliptic curve cryptography to secure accounts. Elliptic curve cryptography links a public key, which is visible on chain, to a private key, which should be known only to the account owner. The security assumption is that deriving the private key from the public key requires computational work that is practically impossible with classical computers. The mathematics of elliptic curves make the calculation take longer than the age of the universe on current hardware.
Quantum computers running Shor’s algorithm can solve the same elliptic curve discrete logarithm problem exponentially faster. The critical threshold is a quantum computer with approximately 4,000 stable logical qubits running Shor’s algorithm against a specific elliptic curve key. At that scale, the computation time drops from astronomically long to potentially hours or days. No quantum computer close to that capability exists today. IBM’s most advanced quantum systems as of early 2026 operate with physical qubit counts in the thousands but with error rates that prevent the sustained precise computation that Shor’s algorithm requires for real cryptographic targets.
The Project Eleven research that estimated 6.9 million BTC at risk quantified the scale of the existing vulnerability in Bitcoin specifically. The XRP Ledger has a comparable vulnerability in accounts where public keys have been exposed through prior transactions. Any account that has ever sent a transaction on the XRP Ledger has an exposed public key, which means a mature quantum computer could theoretically derive the corresponding private key and drain the account.
The four phases Ripple is planning
Phase one is algorithm selection and standards alignment. Ripple’s cryptography team is evaluating and selecting which of the NIST standardized post quantum algorithms to implement in the XRP Ledger. The 2024 NIST post quantum cryptography standard finalized Kyber for key encapsulation and Dilithium for digital signatures. Both are lattice based algorithms. Lattice problems are believed to be hard for both classical and quantum computers under currently known techniques. Phase one work involves testing these algorithms in XRP Ledger prototype environments and aligning with the formal NIST standard specifications to ensure interoperability with other systems.
Phase two is protocol implementation. The XRP Ledger’s consensus protocol and transaction processing code must be modified to support quantum safe signing alongside the existing elliptic curve signing. A transition period where both signature types are valid simultaneously is essential, because a hard cutover that immediately invalidates old signatures would break all accounts that have not yet migrated to quantum safe keys. Phase two requires changes to the core XRP Ledger codebase, validator software, and the transaction format specification.
Phase three is validator and client software updates. All XRP Ledger validators must upgrade to software that supports quantum safe signing before any accounts can complete the migration. The XRP Ledger’s federated model, where approximately 150 trusted validators run the network, means Ripple can coordinate the upgrade with a defined group rather than persuading an open ended set of miners or stakers. US regulatory interest in crypto infrastructure security has increased in 2026, which creates additional incentive for validators to implement the security upgrade promptly.
Phase four is account migration. Each XRP Ledger account holder must generate a new quantum safe key pair and submit a migration transaction signing with their old key to associate the new quantum safe key with their account. This is the most user facing phase and the most complex. Users who have lost access to their private keys cannot migrate their accounts. Custodians and exchanges holding XRP on behalf of customers must coordinate the migration across potentially millions of customer accounts.
Why the 2028 timeline is achievable for XRP but hard for Bitcoin
The XRP Ledger’s governance structure is the key factor that makes the 2028 timeline realistic. Ripple coordinates with a defined set of approximately 150 validators and maintains significant influence over the reference client software used to run those validators. When Ripple publishes a migration plan, it has the authority and the relationships to execute that plan through the validator set within the stated timeline. There is no need to build open market consensus among anonymous miners or stakers who have no obligation to upgrade.
Bitcoin’s governance works on exactly the opposite model. Core developers propose changes through the Bitcoin Improvement Proposal process, and miners and node operators adopt changes voluntarily. BIP-360, which proposes quantum safe address types for Bitcoin, has existed for months without reaching consensus. The debate around what to do with the estimated 6.9 million BTC in exposed public key addresses, including Satoshi Nakamoto’s 1 million coins, involves tradeoffs around property rights and the credibility of Bitcoin’s fixed supply promise that no central authority can resolve. The social problem of Satoshi’s coins is unique to Bitcoin and has no equivalent in XRP’s migration plan.
Ethereum sits between the two models. Vitalik Buterin and the Ethereum Foundation have significant influence over protocol direction, but Ethereum’s staking community of millions of validators is more distributed than XRP’s 150 federated validators. Ethereum has discussed quantum resistance in its long term roadmap but has not published a structured phase timeline with a completion target date.
What Dilithium actually provides
Dilithium is a digital signature algorithm based on the hardness of lattice problems, specifically the learning with errors problem. The security of lattice based cryptography rests on a mathematical structure where the best known algorithms for both classical and quantum computers scale poorly with problem size. Unlike elliptic curve discrete logarithm problems that Shor’s algorithm efficiently solves, lattice problems do not have a known quantum algorithm that dramatically outperforms classical approaches.
Dilithium signatures are larger than elliptic curve signatures. A Dilithium signature is approximately 2,420 bytes compared to approximately 72 bytes for an ECDSA signature used in Bitcoin and the XRP Ledger today. That size difference increases transaction sizes and storage requirements for validators maintaining the ledger history. The XRP Ledger’s design with relatively small transaction counts compared to Ethereum mainnet makes this size increase more manageable than it would be on higher throughput chains.
The DeFi United coalition’s response to the KelpDAO exploit demonstrated this week that DeFi infrastructure can self coordinate around security failures after the fact. Ripple’s quantum migration plan is a different model: coordinating around a security upgrade before the threat materializes. Both approaches are necessary for a mature financial infrastructure. The DeFi model handles emergencies. The proactive upgrade model handles existential threats that the market has not yet priced.
The regulatory angle: why quantum readiness is becoming a compliance expectation
The US Cybersecurity and Infrastructure Security Agency issued guidance in 2024 recommending that critical infrastructure operators begin transitioning to post quantum cryptographic standards by 2026. Financial infrastructure is explicitly included in CISA’s critical infrastructure categories. While crypto networks are not currently subject to CISA compliance requirements in the same way that banks and utilities are, the regulatory direction of travel is clear: post quantum cryptography will eventually be a compliance expectation for any financial system handling significant value.
Ripple publishing a 2028 quantum migration plan positions XRP as the first major blockchain to have a documented, structured response to a regulatory expectation that has not yet been formally applied to crypto. Ripple’s SEC settlement earlier in 2026 and the CLARITY Act’s progress through Congress have made institutional and regulatory credibility a competitive advantage for XRP in the enterprise and government market segments Ripple is pursuing. A published quantum migration plan is a natural extension of that credibility positioning.
The TCB View
Ripple’s four phase quantum migration plan is the most concrete response to the quantum computing threat that any major blockchain has published. The 2028 timeline is aggressive but achievable given the XRP Ledger’s governance structure. What matters more than the specific date is that a plan exists at all: a documented set of phases, identified algorithms, and a defined process for migrating accounts before the threat matures. Bitcoin’s 6.9 million BTC in exposed public key addresses represent a $552 billion vulnerability with no equivalent plan. Ethereum’s quantum roadmap exists in concept but not in structured phase documentation. XRP’s governance advantage is real and the quantum migration plan makes it visible. The honest caveat is that quantum computing timelines have been consistently optimistic and then delayed. The threat is real. Whether it materializes in 2031 or 2041 depends on hardware progress that no one can reliably predict. What Ripple is doing correctly is not waiting for certainty before starting the migration process. A two year migration requires starting two years before the threat becomes active. If quantum hardware surprises to the upside, the chains that started their migration early are the ones that survive intact. Ripple is starting early. That matters.
Free Daily Briefing
Get the Daily Briefing
Crypto, AI, and Web3 intelligence. Free, every day.
The Daily Brief by TCB
Crypto, AI & finance intelligence in 5 minutes. Every weekday morning. Free.

