kiacryptoAddresses that have ever added liquidity by the month of their first date of adding liquidity
    Updated 2022-04-28
    select from_address, min(month(block_timestamp))
    from thorchain.liquidity_actions
    where lp_action = 'add_liquidity'
    group by 1
    Run a query to Download Data