Skip to content

Standardised (Base) Analytics & KPI Reconciliation #831

@b3nedictvs

Description

@b3nedictvs

Is your feature request related to a problem? Please describe.
Fragmented Base network data prevents accurate performance reporting for retroactive funding. Current Dune dashboards lack methodology for tracking unique wallets, non-ETH treasury assets, and canonical DAO deployment counts.

Describe the solution you'd like
Implement a high-density analytics suite on Base using the following data types and requirements:

  • Total Transactions: Single-query aggregation of bids, settlements, proposals, and votes using varbinary (hashes) and timestamp (block time).
  • Treasury Visibility: Real-time tracking of ETH and ERC-20 balances using uint256 (raw values) and address (contract mapping).
  • Unique Engagement: Metric for Unique Active Wallets (UAW) using address (distinct voter/bidder/proposer identification).
  • DAO Classification: Standardised varchar flags to filter "Live" vs "Test" vs "Migrated" DAOs.
  • Valuation Accuracy: Conversion of non-ETH treasury assets into current USD value using decimal (precision-adjusted price feeds).

Describe alternatives you've considered

  • Manual scrubbing of disparate Dune tables (non-reproducible).
  • Off-chain tracking (lacks transparency for grant verification).

Additional context

Metadata

Metadata

Labels

builderSpecific to Builder DAO (creators of nouns.build)good first issueGood for newcomerspriority:mediummedium priority issues

Projects

Status

💽 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions