opensource-observer / oso

Measuring the impact of open source software
https://opensource.observer
Apache License 2.0
68 stars 15 forks source link

Collaborate with Token Engineering (Valueverse) on token value capture mechanisms proposal #1877

Closed ccerv1 closed 5 days ago

ccerv1 commented 1 month ago

What is it?

TE Value Capture Fundamentals | Slides GG21 Proposal | Doc Protocol Longlist | Sheet

ccerv1 commented 1 month ago

Longlist created via this query:

select
  project_name,
  array_agg(event_source) as chains,
  sum(transaction_count_6_months) as sum_transaction_count_6_months,
  sum(active_contract_count_90_days) as sum_active_contract_count,
  max(address_count_90_days) as max_address_count_90_days
from `opensource-observer.oso.onchain_metrics_by_project_v1`
group by 1
order by 3 desc
ccerv1 commented 1 month ago

Shortlist:

ryscheng commented 2 weeks ago

@ccerv1 Should we close this? Can you link to what happened here?