saber-jltotal matic staked
    Updated 2022-09-22
    SELECT sum(RAW_AMOUNT/ pow(10,18)) as matic_stake_amount
    FROM ethereum.core.fact_token_transfers
    WHERE TO_ADDRESS = '0x5e3ef299fddf15eaa0432e6e66473ace8c13d908'
    and block_timestamp >= '2022-07-01'

    Run a query to Download Data