rackhaelUntitled Query
    Updated 2022-07-11
    select
    sum(amount_usd) as tvl
    from polygon.sushi.ez_lending
    where asset = '0xb33EaAd8d922B1083446DC23f610c2567fB5180f'
    and action = 'deposit'

    Run a query to Download Data