theericstoneDAI Deposits to Exchanges by Type
    CASE
    WHEN to_label_subtype = 'project_token_contract' OR
    to_label_subtype = 'project_other' OR
    to_label_subtype = 'project_contract' OR
    to_label_subtype = 'distributor_dex' OR
    to_label_subtype = 'distributor_dex_balancer' THEN 'DeFi/DEX'
    WHEN to_label like 'coinbase%' THEN 'Coinbase'
    WHEN to_label like 'binance%' THEN 'Binance'
    WHEN to_label like 'curve%' THEN 'Curve'
    WHEN to_label_type like 'distributor%' AND (to_label NOT IN('coinbase', 'binance', 'curve')) THEN 'Other Exchanges'
    Run a query to Download Data