This dataset is structured into two main tables: projects and historical_revenue.

The projects table provides information about different projects, including their category, chain, and financial metrics.

Column NameDescription
projectIdUnique identifier for the project.
nameName of the project.
categoryCategory of the project (e.g., AI, COMPUTE, SENSORS, etc.).
chainBlockchain network on which the project operates (e.g., ETHEREUM, SOLANA).
arrAnnual Recurring Revenue (ARR) of the project.
mrrMonthly Recurring Revenue (MRR) of the project.
createdAtDate when the project was created.
Project IDNameCategoryChainARRMRRCreated At
wmad1sPAAL AIAIETHEREUM184634510051922025-01-23
2a1uk3VirtualAIBASE231378903160655102025-01-23

The historical_revenue table contains historical revenue data for various projects, allowing for analysis of revenue trends over time.

Column NameDescription
createdAtTimestamp of when the revenue data was recorded.
dateSpecific date for the revenue data.
nameName of the project associated with the revenue data.
projectIdUnique identifier for the project.
revenueRevenue generated by the project on the specified date.
Created AtDateNameProject IDRevenue
2025-01-232025-01-01PAAL AIwmad1s50000
2025-01-232025-01-01Virtual2a1uk375000

This dataset can be used for various analyses, including:

  • Financial performance evaluation of DePIN projects.
  • Trend analysis of revenue over time.
  • Comparison of projects across different categories and chains.