Flipside TeamI - 1a MoM Overview MATIC
    Updated 2025-03-20
    -- forked from I - 1a MoM Overview ETH @ https://flipsidecrypto.xyz/studio/queries/833c2ec1-afda-4064-9fb6-51b807918c13

    -- forked from I - 1a MoM Overview Stats @ https://flipsidecrypto.xyz/studio/queries/3ae92ef4-6907-4341-a149-7f87fa5575ed

    with eth_stats as (
    ---------------------------- GENERATE SAMPLE SPACE ---------------------------------
    with wallets as (
    SELECT
    DISTINCT wallet
    from (
    SELECT DISTINCT COALESCE(WITHDRAWAL_ADDRESS, 'empty') as wallet
    FROM ethereum.beacon_chain.ez_deposits
    WHERE 1=1
    --AND WITHDRAWAL_ADDRESS = '0x15dace490e3bee63ba9c2695ea6d29a78360dd96'
    UNION ALL
    SELECT DISTINCT COALESCE(WITHDRAWAL_ADDRESS, 'empty') as wallet
    FROM ethereum.beacon_chain.ez_withdrawals
    WHERE 1=1
    )
    )
    ,
    dates as (
    SELECT
    DISTINCT date_trunc('month', date_day) as dmonth
    from crosschain.core.dim_dates
    WHERE 1=1
    AND date_day BETWEEN '2020-11-01' AND CURRENT_DATE
    )
    ,
    sample_space as (
    SELECT
    dmonth
    , wallet
    Last run: about 1 month ago
    DMONTH
    LABEL
    Total Stake
    TOTAL_STAKE_USD
    Validators
    Wallets
    STAKE_GROWTH
    1
    2023-09-01 00:00:00.000MATIC3656782461.72744782208471.0879515974828-1.17
    2
    2023-10-01 00:00:00.000MATIC3639099201.97176778425912.04263816377116-0.48
    3
    2023-11-01 00:00:00.000MATIC3520775002.71619753115631.22580216479033-3.25
    4
    2023-12-01 00:00:00.000MATIC3449537129.75102737877407.93009116781081-2.02
    5
    2024-01-01 00:00:00.000MATIC3621209555.10204774599205.512315171838024.98
    6
    2024-02-01 00:00:00.000MATIC3646148030.67033779933700.26274171871070.69
    7
    2024-03-01 00:00:00.000MATIC3603596521.82436770831668.34663617189392-1.17
    8
    2024-04-01 00:00:00.000MATIC3665103710.43907783988437.848452171931701.71
    9
    2024-05-01 00:00:00.000MATIC3631628624.52877776827909.14774717295650-0.91
    10
    2024-06-01 00:00:00.000MATIC3695939807.28423790584470.4044174971811.77
    11
    2024-07-01 00:00:00.000MATIC3608415143.80345771862401.50357517498937-2.37
    12
    2024-08-01 00:00:00.000MATIC3482393921.52089744905679.675582174100677-3.49
    13
    2024-09-01 00:00:00.000MATIC3490487760.04517746637001.9851731741021080.23
    13
    1KB
    194s