MoDeFiActive Validators List
    Updated 2025-06-30
    with date_start as (
    with dates AS (
    SELECT CAST('2022-02-10' AS DATE) AS start_date
    UNION ALL
    SELECT DATEADD(day, 1, start_date)
    FROM dates
    WHERE start_date < CURRENT_DATE())
    SELECT date_trunc(day, start_date) AS start_date
    FROM dates),

    validators_balance_change as (
    select date_trunc(day, BLOCK_TIMESTAMP) as date,
    VALIDATOR_ADDRESS as validator,
    sum(amount)/1e6 as balance_change
    from (
    select BLOCK_TIMESTAMP, VALIDATOR_ADDRESS,
    case when action='undelegate' then -amount
    else amount end as amount
    from axelar.gov.fact_staking
    union all
    select BLOCK_TIMESTAMP, REDELEGATE_SOURCE_VALIDATOR_ADDRESS,
    -amount
    from axelar.gov.fact_staking
    where action='redelegate')
    group by 1,2),

    validators_stakers_change as (
    select DELEGATOR_ADDRESS as user,
    VALIDATOR_ADDRESS as validator,
    sum(amount)/1e6 as balance
    from (
    select BLOCK_TIMESTAMP, VALIDATOR_ADDRESS, DELEGATOR_ADDRESS,
    case when action='undelegate' then -amount
    else amount end as amount
    from axelar.gov.fact_staking
    union all
    Last run: 15 days ago
    Validator
    Staked Amount
    30D Change %
    Voting Power (Quadratic)
    Stakers
    Cumulative Stake %
    Q Cumulative Stake %
    Address
    1
    Coinbase31805242.97🟥 -0.94%5639.614295.53%2.96%axelarvaloper1nqe0ggecgsyaegl4t6m6k4786cd29xjt4znsf5
    2
    Figment26603217.82🟥 -2.90%5157.8354510.15%5.66%axelarvaloper1uvx854yjzn9re8vu74067u68r4ar70tywgpcwg
    3
    Lemniscap21073475.5🟥 -8.60%4590.59207813.81%8.07%axelarvaloper1ds9z59d9szmxlzt6f8f6l6sgaenxdyd6095gcg
    4
    anon00120000022.10.00%4472.14517.28%10.41%axelarvaloper1fs69lv72gq2a5ujd7szfmnl9qp6zgmk3mjwq2j
    5
    Everstake19066661.94🟥 -7.08%4366.54159620.59%12.7%axelarvaloper1rqp7vvl9cjmdan44dny56qadwg590uxv8hamux
    6
    Cosmostation18683733.13🟩 0.68%4322.47328023.84%14.97%axelarvaloper1kj8j6hkmgfvtxpgfuskj602sxs5dsfkm6ewm4l
    7
    Ledger by Chorus One14589202.57🟩 1.52%3819.5862826.37%16.97%axelarvaloper1fgklp9hemczlwtqp9jqzq3xahh38hznx7vd805
    8
    Node.Monster12019205.960.00%3466.879228.46%18.79%axelarvaloper1z9cz08mlfp6qz456zyzkw6epsjlzvr043m4rzz
    9
    Informal Systems11833394.23🟥 -0.59%3439.9711930.52%20.59%axelarvaloper1x20lytyf6zkcrv5edpkfkn8sz578qg5s3j2wke
    10
    B-Harvest11636395.7🟥 -0.25%3411.225732.54%22.38%axelarvaloper1l954fcz7hu9sedc7fd4ltjs4ucs7af6csqsxlw
    11
    Qubelabs11090162.5🟥 -1.81%3330.1915334.47%24.13%axelarvaloper19wz0kfzj2czmjg9052h69wk6kgxc848hxs8rhl
    12
    Imperator.co10972188.66🟩 1.07%3312.43190436.37%25.86%axelarvaloper1nvsl9utkv0duhuvudjckvrtyfeyju0ygx3npw4
    13
    Stakin10781192.39🟥 -0.63%3283.4730138.25%27.59%axelarvaloper1uf7s2v44qqpe9lpnsjy6cfjueqytakuzayfg0h
    14
    ChainLayer10452970.22🟩 0.55%3233.1115040.06%29.28%axelarvaloper13877kqxl4gftkpjavd2kjjd0d9rfxcu53sq3z3
    15
    Alchemy9855301.790.00%3139.329641.77%30.93%axelarvaloper1q2nyv5mwsu5r07x6djpgvm0jl9l9a5v88qllcd
    16
    Encapsulate (fka KingSuper)9443584.920.00%3073.049043.41%32.54%axelarvaloper1s0lankh33kprer2l22nank5rvsuh9ksa6utflp
    17
    LunaNova9405294.230.00%3066.8111245.05%34.15%axelarvaloper12048f0g2qvm4xdru9knh7qqq4srr5lqxk53hfn
    18
    ChainodeTech9361825.850.00%3059.719746.67%35.75%axelarvaloper1zcsv9jp24nl0e4vha36l8dzypy363sw3rgq0zy
    19
    RockawayX Infra9314260.430.00%3051.939248.29%37.35%axelarvaloper1thl5syhmscgnj7whdyrydw3w6vy80044kf4tn2
    20
    polkachu.com9301263.03🟥 -1.83%3049.8152949.91%38.95%axelarvaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4ppzdrn6
    75
    9KB
    4s