Transaction Rankings
Transaction Rankings
Overview
Some applications and on-chain standards listed on cardano.org are ranked according to their on-chain transaction activity. This ranking is purely data-driven and is intended to help users discover applications and protocols that are currently seeing meaningful real-world usage within the Cardano ecosystem.
Methodology
To determine transaction activity, we aggregate and correlate multiple on-chain and off-chain data sources, including:
- Transaction labels, used to associate transactions with known applications or use cases.
- The CIP-0010 registry, used to verify which transaction metadata labels are registered standards.
- Script hashes, mapped to applications using curated registries:
- The CRFA off-chain data registry
- The Cardano contracts registry maintained by StricaHQ
- The Eternl script registry
By combining these sources, we can more reliably attribute transactions to specific applications and calculate relative activity levels.
The ranking script
The rankings are produced by an open-source script: cardano-foundation/tx-leaderboard-script.
It connects to a Cardano db-sync database, reads the latest fully completed epochs, and combines the on-chain data with the registries listed above. Each run emits two reports:
- A 30-day window (6 epochs)
- A 1-year window (73 epochs)
These reports are committed to this repository as src/data/tx-stats.json and src/data/tx-stats-73epochs.json, which power the leaderboard's 30-day and 1-year toggle.