What to Know
- The XRP Ledger’s PermissionDelegationV1_1 amendment could activate on Oct. 5 if validator support remains high enough through the activation period.
- The amendment entered a 14-day activation countdown on Sept. 21 after 29 of the network’s 35 trusted validators backed it.
- At least 28 trusted validators must continue supporting the change, keeping approval at or above 80%, or the countdown resets.
- The feature would allow an XRP Ledger account to delegate limited responsibilities, including making payments or approving customers, without handing over broader key control.
- Each delegate can receive as many as 10 permissions, and the main account can later change or revoke those permissions.
- The revised version follows an earlier flaw that could have allowed attackers to drain XRP balances through unauthorized transaction fees.
- The replacement is included in xrpld 3.3.0, the server software used to run XRP Ledger nodes.
XRP Ledger Moves Closer to Permission Delegation
The XRP Ledger is approaching a potentially important governance and infrastructure milestone as PermissionDelegationV1_1 moves through its activation window. If validator backing remains at the required level, the amendment could go live on Oct. 5 at 11:18 UTC, bringing a new way for accounts to assign operational duties without exposing the keys that control the account more broadly.
The proposed feature is designed around a practical problem for institutions and businesses using blockchain infrastructure: not every system or department should hold complete control over an account. In traditional financial operations, payment execution, customer approval, treasury control, and security administration are often separated. PermissionDelegationV1_1 would bring a similar concept to the XRP Ledger by allowing one account to authorize another account to carry out selected tasks on its behalf.
The amendment entered a 14-day activation countdown on Sept. 21 after 29 of the network’s 35 trusted validators supported it. For activation to occur, support must remain at or above 80% throughout the countdown. In practical terms, at least 28 trusted validators need to continue backing the change. If support falls below that threshold, the countdown resets, delaying activation and requiring the network to regain sufficient consensus before the process can move forward again.
How Limited Delegation Could Work
PermissionDelegationV1_1 would let an account divide authority by job rather than handing over full control. That matters because an XRP Ledger account’s keys can represent broad power over funds and settings. Giving another system or team complete access may be operationally convenient, but it can also increase security risk. The amendment aims to reduce that risk by allowing specific duties to be separated from overall account control.
One example is a stablecoin issuer that needs to approve customer accounts to hold its token. Under the delegation model, the issuer could allow an internet-connected compliance system to perform customer approval functions while keeping the keys with full account control offline. That structure could help reduce exposure for sensitive keys while still letting day-to-day compliance processes continue without manual intervention from the most privileged account.
A separate operations account could also be granted permission to make payments without receiving the power to change the main account’s keys or delegate authority onward to someone else. This is the core idea behind the amendment: limited operational authority can be granted without transferring the ability to take over the account. For businesses, exchanges, stablecoin issuers, and other high-volume users, that distinction may be important for internal controls.
Each delegate can receive as many as 10 permissions. The main account retains the ability to later change or revoke those permissions. That revocation ability is central to the security model, because delegated access is only useful if the account owner can adjust it when business needs change, systems are replaced, or access must be removed after a risk event.
Why the Upgrade Was Revised
PermissionDelegationV1_1 is the XRP Ledger’s second attempt to introduce this capability. An earlier version contained a flaw that could have allowed an attacker to make another account pay fees for transactions it had not properly signed. In a worst-case scenario, repeated submissions with deliberately high fees could have drained a victim’s XRP balance through unauthorized transaction costs.
The problem centered on the order in which the software evaluated certain transactions. The earlier implementation checked whether an account had permission to carry out a transaction before verifying its signature. Some failed transactions could still be charged a fee, meaning XRP could be deducted before the system established that the signature was invalid. That sequencing created a path for abuse if the amendment had reached the main network in that form.
The flaw was reported by a community tester on Sept. 15, 2025, while the feature was being tested outside the main network. Validators were advised to reject the earlier amendment, and it never activated. That outcome underscores the role of testing and validator review in amendment-based blockchain governance. In this case, the issue was identified before activation, giving developers and network participants an opportunity to replace the flawed version with a corrected one.
The replacement is shipped in xrpld 3.3.0, the server software used to operate XRP Ledger nodes. The revised implementation changes how an unauthorized transaction is rejected so that it cannot charge a fee before its signature has been verified. That change directly addresses the earlier weakness by ensuring the system does not deduct transaction costs from an account before confirming that the transaction is validly authorized.
Security and Institutional Relevance
For institutional blockchain users, permission management is not a minor technical feature. It can shape how safely organizations connect internal systems to public networks. Businesses often need automated systems to perform repetitive tasks, but automation can become dangerous when a single key or account has sweeping authority. Permission delegation is meant to create narrower lanes of responsibility, reducing the impact if a delegated account, server, or workflow is compromised.
The feature also reflects a broader trend in digital asset infrastructure: institutions want blockchain tools that resemble established operational controls. Separation of duties, limited access, revocable authority, and offline key protection are common concepts in financial security. By allowing accounts to delegate defined permissions, the XRP Ledger could become more flexible for organizations that need both speed and control.
Market participants watching XRP Ledger development may view the amendment as more than a routine software change. If activated, it could support more sophisticated account structures for token issuers and businesses that use the network for payments or compliance-related activity. However, activation is not guaranteed until the countdown completes with sufficient validator backing. A decline below the required support level would reset the process.
Validator Support Remains the Key Trigger
The immediate question is whether enough trusted validators maintain support through the activation period. The XRP Ledger’s amendment process depends on sustained consensus rather than a one-time vote. That design gives validators time to review software behavior, monitor potential concerns, and withdraw support if needed. It also means that even an amendment with strong early backing must hold that backing until the activation window is complete.
As of the countdown described by the network’s amendment process, PermissionDelegationV1_1 had the necessary level of support after 29 trusted validators backed it. The required minimum remains 28 trusted validators, corresponding to the 80% threshold. If that condition holds, the amendment could activate on Oct. 5 at 11:18 UTC. If not, the clock starts over, and the network must wait for another sustained period of adequate support.
For XRP users, the practical impact will depend on how businesses, issuers, and service providers adopt the new permissions framework after activation. The upgrade itself creates the capability, but real-world usage will come from wallets, infrastructure providers, compliance systems, and organizations building operational processes around delegated authority. The amendment’s importance may therefore grow over time as applications integrate the feature into account management and transaction workflows.
Frequently Asked Questions (FAQs)
What is PermissionDelegationV1_1?
PermissionDelegationV1_1 is an XRP Ledger amendment that would allow an account to delegate limited responsibilities to another account, such as making payments or approving customers, without giving away broader control of the original account’s keys.
When could the XRP Ledger upgrade activate?
The upgrade could activate on Oct. 5 at 11:18 UTC if validator support remains at or above the required threshold throughout the activation countdown.
How much validator support is required?
Support must remain at or above 80% during the activation period. That means at least 28 of the network’s 35 trusted validators must continue supporting the amendment.
What happens if validator support drops?
If support falls below the required level, the activation countdown resets. The amendment would then need to regain and maintain sufficient support before it could activate.
Why is permission delegation useful?
Permission delegation is useful because it lets organizations separate duties. A business could allow one system to handle customer approvals or payments while keeping full account control protected elsewhere.
How many permissions can a delegate receive?
Each delegate can receive as many as 10 permissions. The main account can later modify or revoke those permissions if operational or security needs change.
Why was an earlier version replaced?
An earlier version contained a flaw that could have allowed attackers to make another account pay unauthorized transaction fees. Repeated submissions with high fees could have drained the victim’s XRP balance.
How does the revised version address the flaw?
The revised version changes how unauthorized transactions are rejected, ensuring a fee cannot be charged before the signature has been verified.
What software includes the replacement upgrade?
The replacement is included in xrpld 3.3.0, the server software used to operate XRP Ledger nodes.
