pyor-subscriptionsactive_lenders_monthly
    Updated 2023-06-01
    select date(date_trunc('month', block_timestamp)) as date,
    count(distinct supplier) as lender,
    'compound' as coin
    from ethereum.compound.ez_deposits
    group by 1
    order by 1
    Run a query to Download Data