select
count(distinct sender)
,count(distinct tx_hash)
,count(distinct tx_to)
,count(distinct token_in)
,count(distinct token_out)
,count(distinct origin_from_address)
,count(distinct origin_to_address)
from kaia.defi.ez_dex_swaps
where platform = 'capybara'