Friday, September 18, 2026

Latest Posts

XRPL’s new lending tool could lock up your XRP from minutes to decades

XRP Ledger’s (XRPL) newest server release defines a future lending market in which depositors could commit assets to a vault for a fixed term and wait until a set redemption date to withdraw. For XRP holders, the design introduces a possible liquidity lock that can last from minutes to years.

The XRP Ledger Foundation released xrpld 3.4.0 on Sept. 16 with LendingProtocolV1_1 code for closed-ended vaults and cash-basis accounting.

The first feature fixes the period during which deposited capital can fund loans, and the second recognizes interest when a borrower pays it.

Availability still depends on the amendment process and the rest of XRPL’s lending stack. A live dashboard snapshot fetched Sept. 17 did not surface LendingProtocolV1_1 in the responding node’s feature feed or show a V1.1 activation countdown.

The same snapshot placed the base LendingProtocol amendment at 13 of 35 trusted-validator votes and SingleAssetVault at 16 of 35, below the displayed threshold of 28.

Single-asset vaults can use XRP, an issued trust-line token, or a Multi-Purpose Token. Any claim that the system will create lasting XRP demand therefore depends on later choices by applications, borrowers and depositors.

Related Reading

XRP Ledger just quietly activated critical foundation for its upcoming new lending protocol

A fixed calendar determines when depositors can leave

A closed-ended vault moves through subscription, investment, and redemption. Its SubscriptionDate and RedemptionDate are set when the vault is created and stay fixed, according to the closed-ended-vault implementation.

During subscription, depositors can add assets and redeem their shares. The investment phase starts at the subscription boundary, blocks new deposits and withdrawals, and allows the vault’s capital to fund loans.

Redemption begins at the second boundary, when depositors can again withdraw their share of the proceeds.

Read More:  B.AI Sparks Developer Frenzy With Accessible Compute

The schedule creates a visible commitment before money enters the loan pool. A depositor can inspect the dates and decide whether the term fits their liquidity needs. Once investment begins, the protocol enforces the advertised lock even if the depositor wants the assets back early.

Phase Depositor access Lending activity
Subscription Deposits and withdrawals allowed New loans blocked
Investment Deposits and withdrawals blocked Loans can be originated
Redemption Withdrawals allowed New loans blocked
XRPL closed-ended vaults separate subscription, investment and redemption periods, pausing deposits and withdrawals during investment while counting interest only when paid.

The implementation permits an investment period of at least 60 seconds and strictly less than 30 years, which is the encoded ceiling.

LendingProtocolV1_1 would also limit newly created loan brokers to closed-ended vaults after activation. Open-ended lending objects created under the earlier rules remain manageable, preserving their original behavior instead of forcing a retroactive conversion.

For an XRP-denominated vault, the investment phase can make the deposited XRP unavailable to that depositor until redemption. XRP held elsewhere in the same user’s wallet, or by holders who never enter the vault, remains outside this lifecycle. The mechanism is a voluntary term commitment tied to a specific pool.