adriaparcerisaskittypunch tvl 2
    Updated 2025-05-15
    -- forked from kittypunch tvl @ https://flipsidecrypto.xyz/studio/queries/17a028b5-e630-4593-b5ba-b7af5511faca

    select date, sum(chain_tvl) as tvl from external.defillama.fact_protocol_tvl where chain ilike '%flow%'
    and protocol ilike '%KittyPunch%' and date>=current_date-interval '1 MONTH' and date<current_date
    group by date
    order by date desc


    Last run: 16 days ago
    DATE
    TVL
    1
    2025-05-14 00:00:00.00041535832
    2
    2025-05-13 00:00:00.00040362629
    3
    2025-05-12 00:00:00.00040674777
    4
    2025-05-11 00:00:00.00040458951
    5
    2025-05-10 00:00:00.00037820533
    6
    2025-05-09 00:00:00.00032491537
    7
    2025-05-08 00:00:00.00031207007
    8
    2025-05-07 00:00:00.00031113234
    9
    2025-05-06 00:00:00.00031452016
    10
    2025-05-05 00:00:00.00031394257
    11
    2025-05-04 00:00:00.00028863053
    12
    2025-05-03 00:00:00.00032065595
    13
    2025-05-02 00:00:00.00029959671
    14
    2025-05-01 00:00:00.00028592497
    15
    2025-04-30 00:00:00.00028554415
    16
    2025-04-29 00:00:00.00026040124
    17
    2025-04-28 00:00:00.00024955258
    18
    2025-04-27 00:00:00.00024955258
    19
    2025-04-26 00:00:00.00024588432
    20
    2025-04-25 00:00:00.00024235855
    30
    1KB
    2s