datavortexTotal Deposit Per Lending Platform
    Updated 2025-04-16
    SELECT
    platform,
    SUM(amount_usd) AS "total deposit(usd)"
    FROM gnosis.defi.ez_lending_deposits
    WHERE amount_usd IS NOT NULL
    GROUP BY platform
    ORDER BY "total deposit(usd)" DESC;



















    Last run: 24 days ago
    PLATFORM
    total deposit(usd)
    1
    Aave V3477913379.81
    2
    Spark151210833.89
    3
    Agave75004808.7
    4
    realT22531873.28
    4
    92B
    3s