Table of Contents
Fetching ...

Operationalising DAO Sustainability KPIs: A Multi-Chain Dashboard for Governance Analytics

Silvio Meneguzzo, Claudio Schifanella, Valentina Gatteschi, Giuseppe Destefanis

TL;DR

DAO Portal operationalises a theory-grounded sustainability KPI framework for DAOs into a production-grade, cross-chain analytics platform. It combines a FastAPI backend with a Next.js frontend to deliver auditable, explainable KPI calculations that are computed client-side from harmonised on-chain data, yielding a $0$ to $12$ composite score across four dimensions. Key contributions include a multi-chain data collector with harmonised schemas, transparent threshold-based scoring, and reproducible artefacts (code, schema, datasets) to support risk assessment and regulatory inspection in finance and FinTech contexts. Empirical use on a snapshot of $50$ active DAOs across $6$ networks reveals patterns like low turnout and proposer concentration, illustrating practical governance diagnostics and cross-DAO comparability.

Abstract

We present DAO Portal, a production-grade analytics pipeline and interactive dashboard for assessing the sustainability of Decentralised Autonomous Organisations (DAOs) through Key Performance Indicators (KPIs) derived from on-chain governance and token events. Building on our previous work, which defined and validated a multidimensional KPI framework for DAO sustainability, this paper moves from theory to practice by operationalising that framework in software infrastructure designed for finance and FinTech contexts. The system ingests governance and treasury data from major EVM networks, harmonises the outputs, and computes sustainability scores across four dimensions: participation, accumulated funds, voting efficiency, and decentralisation. A composite 0 to 12 score is then derived using transparent thresholds that are applied client-side in the browser. Using a curated snapshot of more than 50 active DAOs covering 6,930 proposals and 317,317 unique voting addresses, we show how the platform surfaces recurring patterns such as persistently low participation and concentration of proposal activity. These results demonstrate how DAO Portal supports the diagnosis of governance risks and the comparison of design choices across DAOs. To promote reproducibility and adoption, we release source code, data schema, and dashboard implementation. By turning governance traces into measurable and explainable KPIs, DAO Portal provides auditable evidence of DAO sustainability and contributes software engineering infrastructure for financial applications where treasuries and decision-making rights involve significant assets.

Operationalising DAO Sustainability KPIs: A Multi-Chain Dashboard for Governance Analytics

TL;DR

DAO Portal operationalises a theory-grounded sustainability KPI framework for DAOs into a production-grade, cross-chain analytics platform. It combines a FastAPI backend with a Next.js frontend to deliver auditable, explainable KPI calculations that are computed client-side from harmonised on-chain data, yielding a to composite score across four dimensions. Key contributions include a multi-chain data collector with harmonised schemas, transparent threshold-based scoring, and reproducible artefacts (code, schema, datasets) to support risk assessment and regulatory inspection in finance and FinTech contexts. Empirical use on a snapshot of active DAOs across networks reveals patterns like low turnout and proposer concentration, illustrating practical governance diagnostics and cross-DAO comparability.

Abstract

We present DAO Portal, a production-grade analytics pipeline and interactive dashboard for assessing the sustainability of Decentralised Autonomous Organisations (DAOs) through Key Performance Indicators (KPIs) derived from on-chain governance and token events. Building on our previous work, which defined and validated a multidimensional KPI framework for DAO sustainability, this paper moves from theory to practice by operationalising that framework in software infrastructure designed for finance and FinTech contexts. The system ingests governance and treasury data from major EVM networks, harmonises the outputs, and computes sustainability scores across four dimensions: participation, accumulated funds, voting efficiency, and decentralisation. A composite 0 to 12 score is then derived using transparent thresholds that are applied client-side in the browser. Using a curated snapshot of more than 50 active DAOs covering 6,930 proposals and 317,317 unique voting addresses, we show how the platform surfaces recurring patterns such as persistently low participation and concentration of proposal activity. These results demonstrate how DAO Portal supports the diagnosis of governance risks and the comparison of design choices across DAOs. To promote reproducibility and adoption, we release source code, data schema, and dashboard implementation. By turning governance traces into measurable and explainable KPIs, DAO Portal provides auditable evidence of DAO sustainability and contributes software engineering infrastructure for financial applications where treasuries and decision-making rights involve significant assets.
Paper Structure (51 sections, 1 figure, 2 tables)

This paper contains 51 sections, 1 figure, 2 tables.

Figures (1)

  • Figure 1: Serving path used in this paper: harmonised JSON snapshots $\rightarrow$ FastAPI (read-only) $\rightarrow$ Next.js (client-side KPI and composite computation) $\rightarrow$ dashboard visualisation.