select symbol, sum(amount) as total_amount from polygon.sushi.ez_lending
where origin_function_signature = '0x656f3d64'
and action = 'Deposit'
and (
symbol = 'USDC' OR
symbol = 'USDT' OR
symbol = 'DAI' OR
symbol = 'sUSD' OR
symbol = 'TUSD' OR
symbol = 'USDN'
)
group by symbol