fantasyEthereum LP in February
    SELECT
    DATE_TRUNC('day', creation_time) AS creation_date,
    platform,
    pool_name,
    symbols,
    FROM
    ethereum.defi.dim_dex_liquidity_pools
    WHERE
    creation_date >= '2025-02-01';
    Run a query to Download Data