rackhaelNEAR LENDING BURROW
    Updated 2024-03-26
    select
    distinct token_address as token,
    count(tx_hash) as transactions,
    count(distinct sender_id) as users
    from near.defi.fact_lending
    group by 1

    select distinct actions
    from near.defi.fact_lending






    /*
    ACTIONS
    borrow
    deposit
    deposit_to_reserve
    increase_collateral
    repay
    withdraw_succeeded
    decrease_collateral
    withdraw_failed
    */

    QueryRunArchived: QueryRun has been archived