Movement TeamNumber of Validators
    Updated 2025-02-06
    with validators as (select PAYLOAD:"function",
    payload:"arguments"[0] as validator,*
    from aptos.core.fact_transactions
    where PAYLOAD:"function" = '0x1::stake::join_validator_set'
    )

    select count(DISTINCT validator) as Validators
    from validators
    Last run: 3 months ago
    VALIDATORS
    1
    166
    1
    7B
    62s