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

Table Schemas

projects

Column NameTypeNullableDescription
projectIdtextfalseUnique identifier for the project
nametextfalseName of the project
categorytexttrueCategory of the project (e.g., AI, COMPUTE, SENSORS, etc.)
chaintexttrueBlockchain network on which the project operates (e.g., ETHEREUM, SOLANA)
arrbiginttrueAnnual Recurring Revenue (ARR) of the project
mrrbiginttrueMonthly Recurring Revenue (MRR) of the project
createdAttimestamp with timezonefalseDate when the project was created

historical_revenue

Column NameTypeNullableDescription
createdAttimestamp with timezonefalseTimestamp of when the revenue data was recorded
datedatefalseSpecific date for the revenue data
nametextfalseName of the project associated with the revenue data
projectIdtextfalseUnique identifier for the project
revenuebiginttrueRevenue generated by the project on the specified date
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.
I