MostlyData_Time Vote Credit Metric
    Updated 2025-02-10
    with epoch_data as(
    select
    epoch,
    start_block,
    end_block

    from solana.gov.dim_epoch

    where
    epoch >= 703

    )

    ,leader_block_proposals as(
    select
    e.epoch
    ,case
    when pubkey = 'ChorusmmK7i1AxXeiTtQgQZhQNiXYU84ULeaYF1EH15n' then 'Chorus One'
    when pubkey = '2abwQG3v2xRemFxRszVHSfnjJNe9zu5X8duKgxjyLeaK' then 'Chorus One - Research'
    when pubkey = 'DWvDTSh3qfn88UoQTEKRV2JnLt5jtJAVoiCo3ivtMwXP' then 'P2P.org'
    when pubkey = 'Fd7btgySsrjuo25CJCj7oE7VPMyezDhnx7pZkj2v69Nk' then 'Figment'
    when pubkey = 'CXPeim1wQMkcTvEHx9QdhgKREYYJD8bnaCCqPRwJ1to1' then 'Jito1' --Jito1
    when pubkey = 'A4hyMd3FyvUJSRafDUSwtLLaQcxRP4r1BRC9w2AJ1to2' then 'Jito2' --Jito2
    when pubkey = '5pPRHniefFjkiaArbGX3Y8NUysJmQ9tMZg3FrFGwHzSm' then 'Kiln'
    when pubkey = 'Certusm1sa411sMpV9FPqU5dXAYhmmhygvxJ23S6hJ24' then 'Jump Crypto'
    when pubkey = '7cVfgArCheMR6Cs4t6vz5rfnqd56vZq4ndaBrY5xkxXy' then 'Blockdaemon'
    when pubkey = 'DTSUkYHd2e9P2HLyZfbLarsbDdPhQUhZnWjRYuJZQRC8' then 'Temporal'
    when pubkey = 'HEL1USMZKAL2odpNBj2oCjffnFGaYwmbGmyewGv1e2TU' then 'Helius'
    when pubkey = '9jDvpZLfD62KKs38fdsFbZza1SgfGBW6KvbqsNRHexak' then 'RT'
    else 'Others'
    end as validator
    ,count(b.block_id) as n_proposals

    from solana.gov.fact_rewards_fee b
    inner join epoch_data e on (e.start_block <= b.block_id and e.end_block >= b.block_id)

    Last run: 2 months ago
    EPOCH
    VALIDATOR
    EARNEDCREDITS
    EFFECTIVENESS
    N_PROPOSALS
    EFFECTIVENESS_ADJUSTED
    DELTAS
    1
    720P2P.org682906798.8002752198.77890.0215633096
    2
    720Jito2681849198.6471529898.63040.0169318993
    3
    721Blockdaemon682821898.7879102398.7850.0029356684
    4
    721Jump Crypto682425098.7305283298.72210.0085087331
    5
    721Chorus One - Research681613298.613898.6130
    6
    721Kiln682895098.7985569498.78240.0162984499
    7
    721Chorus One681410898.5837125298.57960.0041590755
    8
    721Temporal685248799.139248999.1340.0050436783
    9
    721RT682218098.7005130298.69660.0039515039
    10
    721Helius682648998.76291438198.72030.0431522189
    11
    721Jito1682458798.7353456298.72180.0136747912
    12
    721Figment681615798.6134899698.58390.0299237502
    13
    721Jito2681859998.6487525398.63210.0168302206
    14
    721P2P.org682784998.7825726798.76170.0210607958
    15
    722Blockdaemon683213098.8445115598.84140.0031363376
    16
    722RT681787398.6382127098.63420.0040553885
    17
    722Kiln683282498.8545554698.83960.0150749295
    18
    722Chorus One680840398.5012104398.49760.0036549114
    19
    722Jump Crypto681329498.572285098.56250.0096385542
    20
    722Jito2682242498.7041526398.68810.0162126943
    ...
    431
    24KB
    5s