The XRP Ledger Foundation just flipped the script on protocol governance. On September 3, 2026, CTO Denis Angell pushed live a dashboard that does something deceptively simple: it watches every amendment proposal on devnet and scores, in real time, how much of its specification has actually been exercised before it ever reaches a validator vote. [[1]][[2]]
No hand-maintained spreadsheets. No status updates from core developers asking the community to "trust the process." The dashboard, hosted at amendments-staging.xrpl.foundation, reads each amendment's full spec surface directly from the node — every transaction type, optional field, flag, result code, ledger entry, and lifecycle data point — and then checks whether a validated devnet transaction has ever touched each one. [[1]] Green cells link to the transaction that first covered that spec point. Red cells mark what hasn't been touched. [[21]]
This is the kind of tool I’ve been waiting to see on XRPL for years. I audit the code, not the charisma, and charisma is exactly what most protocol upgrades have relied on historically. The amendment scorecard changes that calculation.
Context: Why This Matters Now
The XRPL amendment process has always carried a structural risk that most participants underappreciate. Once validators vote an amendment into activation, it becomes a permanent part of the protocol. [[5]][[24]] No rollbacks. No emergency hard forks to undo a bad feature. The finality is absolute.
That permanence makes the testing phase the only window where mistakes can be caught cheaply. But until this week, that window was opaque. Developers ran tests. Validators reviewed them. The broader ecosystem — the exchanges, wallet providers, and institutional users building on XRPL — had to take their word for it.
This is not a theoretical problem. In July 2026, Ripple's v3.2.0 update, which renamed the core server software from rippled to xrpld and cut node memory usage by 30% to 40%, sat unadopted by more than half of XRPL nodes weeks after release, even though 89% of the trusted validator set had already upgraded. [[1]] That adoption gap signals something deeper than laziness: it signals uncertainty. Node operators could not independently verify what had been tested and what hadn’t.
Meanwhile, in a separate development that underscores XRPL’s institutional trajectory, the Bank for International Settlements used the XRP Ledger’s devnet infrastructure in published research, citing its immutability and publicly verifiable properties. [[22]][[25]] The BIS is not a trading desk. It is the central bank for central banks. If they are citing XRPL’s devnet as a research-grade environment, the bar for protocol reliability just got raised. A scorecard that provides verifiable, node-sourced testing data aligns directly with that institutional standard.
The Foundation also relaunched xrpl.org alongside the scorecard rollout, restructuring the site into separate documentation tracks for payments, tokenization, and developer tooling. [[3]] Institutional evaluators vet networks by how easily they can find authoritative, use-case-specific information. The site redesign and the scorecard are two sides of the same strategy: packaging XRPL as infrastructure that institutions can trust without taking someone’s word for it.
Core: How the Scorecard Works and What It Reveals
Let me walk through the mechanics, because the detail matters more than the headline.
The dashboard ingests each amendment’s specification directly from the node software. [[21]] That means it tracks:
- Transaction types introduced or modified by the amendment
- Optional fields added to existing transactions
- Flags and their valid combinations
- Result codes that the amendment can return
- Ledger entry types
- Lifecycle states [[2]]
For each of these spec elements, the scorecard checks devnet history. If a validated transaction ever exercised that specific code path, the cell turns green and links to the transaction hash that first covered it. If no transaction ever touched that path, the cell stays red. [[21]]
The system is self-updating. The dashboard polls node data continuously, so new devnet activity registers within seconds. [[1]] There is no manual curation layer where a developer decides what counts as "tested enough." Either a transaction exercised that spec point on devnet, or it didn’t. Binary. Auditable.

Angell demonstrated the model’s effectiveness with the XLS-75 permissions amendment. His team mapped every delegated transaction back to the specific permission behind it, then systematically exercised every remaining cell on devnet. The result: all 122 checks across 12 granular permissions reached full coverage. [[1]]
That is the proof of concept. A complex, multi-permission amendment was pushed to 100% coverage through deliberate, systematic testing. The scorecard made the gap visible, and the team closed it.
But here is where the model gets interesting. Angell framed the effort as crowdsourced, not centralized. He explicitly encouraged XRPL builders to “go find the red cells” and run the missing transactions themselves. [[1]] The dashboard picks up new activity within seconds, so anyone with devnet access can contribute coverage. No permission needed. No gatekeeping.
This is a fundamentally different incentive structure than the traditional model where a single development team bears the entire testing burden. Under the old model, if the core team misses an edge case, it doesn’t get tested until mainnet. Under the new model, anyone in the ecosystem can spot a red cell, write the missing transaction, and turn it green. The barrier to contribution is technical competence, not organizational access.
From a yield strategist’s perspective, this kind of transparency directly affects risk assessment. When I evaluate a DeFi protocol, I look at audit coverage, testing history, and upgrade mechanisms. The scorecard gives me something I rarely get: a quantitative, continuously updated view of whether a proposed change has actually been exercised in a realistic environment. That is a data point I can model. Yields are calculated, not guaranteed, and better testing data means better yield risk assessment.

Contrarian: The Blind Spots the Scorecard Doesn’t Solve
I have audited enough smart contracts to know that transparency tools can create their own class of risks. The scorecard is a genuine improvement, but it has structural limitations that the market is not discussing.
First, the single-maintainer risk. Denis Angell is the CTO of the XRPL Foundation and the primary developer behind the scorecard. [[1]][[2]] If his priorities shift, or if the Foundation redirects funding, the dashboard could fall out of sync with the amendment pipeline. There is no multi-sig on the data feed. There is no decentralized oracle network validating the devnet transactions independently. The tool is, for now, a single point of truth maintained by a single point of control. I have seen too many promising developer tools atrophy when the original maintainer moved on. The scorecard needs either a multi-contributor model or Foundation-backed service-level guarantees to survive beyond its launch window.
Second, devnet representativeness is an assumption, not a guarantee. The scorecard checks whether a transaction exercised a spec point on devnet. But devnet activity does not perfectly simulate mainnet conditions. Liquidity profiles differ. Node counts differ. The economic incentives that drive adversarial behavior on mainnet do not exist on devnet because the XRP has no real value. A red cell on the scorecard genuinely means untested functionality. A green cell means a transaction touched that code path on devnet. It does not mean the feature is production-ready under all conditions. [[7]]
Third, the gaming vector. Malicious actors could deliberately craft devnet transactions that exercise spec points without actually testing the feature in a meaningful way. Think of it as “coverage theater” — transactions that hit the right code paths but with trivial inputs that reveal nothing about edge-case behavior. The scorecard checks for existence of coverage, not quality of coverage. If the community does not enforce testing standards beyond the binary green/red distinction, the scorecard could create false confidence.

Fourth, the crowdsourcing assumption is unvalidated. Angell encouraged builders to find and fill red cells. But will they? Developer time is scarce. Testing someone else’s amendment on devnet has no direct financial incentive. The XLS-75 full coverage case study was done by Angell’s own team, not by external contributors. [[1]] Until we see sustained, non-Foundation contributors turning red cells green, the crowdsourcing model remains a hypothesis, not a proven mechanism.
Fifth, the tool does not address the adoption problem that motivated its creation. The v3.2.0 adoption lag was not caused by uncertainty about whether the software worked. It was caused by node operators choosing not to upgrade despite the software being tested and released. The scorecard makes testing transparent, but it does not force adoption. Node operators who ignored the v3.2.0 update will likely ignore the scorecard too.
The market will eventually price these risks. If the dashboard consistently shows high coverage for amendments that later experience mainnet issues, the scorecard’s credibility will erode. If it shows persistent red cells for important amendments, the market may interpret that as developer inactivity and price XRP accordingly. Liquidity dries up faster than hope, and uncertainty about protocol reliability is a liquidity killer.
The Institutional Bridge
The timing of this launch is not coincidental. The BIS research citation, the xrpl.org redesign, and the scorecard rollout form a coordinated narrative: XRPL is positioning itself as institution-grade infrastructure, not just a settlement token for cross-border payments. [[22]]
Institutional capital flows through verifiable systems. When a bank evaluates whether to tokenize real-world assets on a given blockchain, they ask specific questions: Has the protocol been upgraded safely? How do I verify that a proposed change has been tested? Who maintains the testing infrastructure? The scorecard answers the first two questions with node-sourced data. The third question — maintenance sustainability — remains open, but the tool itself is a signal that the Foundation understands institutional due diligence requirements.
From a risk management perspective, the scorecard reduces information asymmetry between the core development team and the broader ecosystem. That is a structural improvement that compound over time. Every amendment that goes through the scorecard process and reaches mainnet without issues adds to XRPL’s reliability track record. Every failure that the scorecard catches before mainnet saves the ecosystem from a costly post-hoc fix. Diversification is the only safety net, and the scorecard expands the set of actors who can contribute to protocol safety.
Takeaway
The XRPL amendment scorecard is not a trading signal. It will not move XRP’s price by 5% in a day. But it is the kind of infrastructure improvement that compounds quietly over years. Every amendment that reaches mainnet with full scorecard coverage reduces the probability of a catastrophic governance failure. Every red cell that the community turns green represents a bug that never reached production.
The question that determines whether this tool matters is not technical. It is behavioral. Will the XRPL developer community actually use it? Will validators incorporate scorecard data into their voting decisions? Will node operators demand scorecard green status before upgrading?
If the answer to those questions is yes, then this dashboard becomes the de facto standard for XRPL governance, and the model will likely spread to other chains. If the answer is no, it becomes another well-intentioned dashboard that nobody checks.
I have been in this industry long enough to know that the best tools do not automatically win. But I have also learned that protocols with transparent, verifiable upgrade processes survive longer than those that rely on trust alone. Strategy beats speculation every time, and the scorecard gives strategists something they never had before on XRPL: a data-driven way to evaluate governance risk before it hits the mainnet.
Let the data speak. The red cells are public. Go find them.
I audit the code, not the charisma. Yields are calculated, not guaranteed. Volatility is the price of entry. Diversification is the only safety net. Liquidity dries up faster than hope. Verify the source, trust no one. Strategy beats speculation every time. Smart contracts don’t compromise themselves.