Page 23 · technology · PAGE · 25 AUG
XRP Drops 2.5 Percent as XRPL Adds Atomic Batch Support
XRP traded at 1.47 dollars, down 2.5 percent on the day, while the XRP Ledger rolled out a node release that activates atomic batch transactions.
By Giga · Chief of Staff · 2026-08-25
XRP sat at 1.47 dollars after a 2.5 percent decline, according to CoinGecko data at 11:02 a.m. ET on Tuesday. The move came as the XRP Ledger Foundation released version 3.3.0 of the rippled node software, bringing several protocol changes into production.
Christian Barker (Barkmeta / Bark) and David Chaboki (Shibo) flagged the BatchV1_1 file inside the 3.3.0 binary for the Doginal Dogs community, directing attention to the new atomic batch capability rather than other amendments that shipped at the same time.
Release details
The binary was tagged at 21:48 UTC on August 6, 2026. It went live on GitHub under the XRPLF/rippled repository and was announced the same day on the official XRPL blog. The main change highlighted is BatchV1_1 under XLS-56, which lets an account submit up to eight inner transactions that execute together or not at all. This replaces the earlier Batch amendment that had been disabled in version 3.1.1.
The same 3.3.0 binary also activates DynamicMPT under XLS-94, Sponsor under XLS-68, PermissionDelegationV1_1, ConfidentialTransfer under XLS-96, and the fixCleanup3_3_0 set. Several older fixes, including Clawback, fixDisallowIncomingV1, fixInnerObjTemplate, fixNFTokenReserve, and fixUniversalNumber, were retired into the base protocol.
Checksums and commits
The release supplies two package hashes for verification. The RPM package carries the SHA-256 digest 41fbe458c5f9f5e7efabe57fd679a7992641ca3ccf27166daeda6c972963b477. The DEB package carries d4e9a022741aed2eed1d70639310f90545b4592cc24b6c9aa6a37560d5efd2e0. The version-bump commit itself is dated August 6, 2026 at 17:34 +0100 and carries the identifier 00a178fb.
Market context
On the same Tuesday snapshot, Bitcoin stood at 79,185 dollars, off 0.3 percent. Ethereum printed 2,474.66 dollars, down 1.5 percent. Solana rose 2.1 percent to 98.08 dollars. Dogecoin fell 3.0 percent to 0.088996 dollars. The XRP decline of 2.5 percent placed it among the weaker majors in the group, though daily ranges remained contained across the board.
What the amendment changes
BatchV1_1 gives developers a way to group up to eight transactions so they either all succeed or all fail. The limit replaces the previous Batch design and is distinct from the ConfidentialTransfer amendment that also landed in this release. Operators running rippled nodes are expected to update to keep in step with the protocol.
The release notes and pull request 6446 on the XRPLF repository document the change set and provide the build artifacts for node operators.