Flipside TeamDaily Active Autonomous Services
    Updated 11 hours ago
    with base_services as (select
    distinct MULTISIG_ADDRESS as service

    from crosschain.olas.ez_service_registrations
    where BLOCKCHAIN = 'base'
    ),

    daily_transactions AS (
    SELECT
    DATE_TRUNC('day', BLOCK_TIMESTAMP) AS day,
    MULTISIG_ADDRESS AS service_multisig_address,
    'ethereum' AS chain
    FROM
    crosschain.olas.fact_service_events
    where
    BLOCKCHAIN = 'ethereum'
    UNION
    ALL
    SELECT
    DATE_TRUNC('day', BLOCK_TIMESTAMP) AS day,
    MULTISIG_ADDRESS AS service_multisig_address,
    'polygon' AS chain
    FROM
    crosschain.olas.fact_service_events
    where
    BLOCKCHAIN = 'polygon'
    UNION
    ALL
    SELECT
    DATE_TRUNC('day', BLOCK_TIMESTAMP) AS day,
    MULTISIG_ADDRESS AS service_multisig_address,
    'gnosis' AS chain
    FROM
    crosschain.olas.fact_service_events
    where
    BLOCKCHAIN = 'gnosis'
    Last run: about 11 hours agoAuto-refreshes every 12 hours
    DAY
    ETHEREUM_ACTIVE_MULTISIGS
    POLYGON_ACTIVE_MULTISIGS
    GNOSIS_ACTIVE_MULTISIGS
    SOLANA_ACTIVE_MULTISIGS
    ARBITRUM_ACTIVE_MULTISIGS
    OPTIMISM_ACTIVE_MULTISIGS
    BASE_ACTIVE_MULTISIGS
    CELO_ACTIVE_MULTISIGS
    Total active multisigs
    7-day trailing avg
    1
    2025-04-25 00:00:00.0000052800090537608.714
    2
    2025-04-24 00:00:00.0000060400080612610.285
    3
    2025-04-23 00:00:00.0000059900090608612.571
    4
    2025-04-22 00:00:00.0000060600030609616.857
    5
    2025-04-21 00:00:00.0000061400060620617.857
    6
    2025-04-20 00:00:00.0000060100050606618.428
    7
    2025-04-19 00:00:00.0000060100070608619.857
    8
    2025-04-18 00:00:00.0000059200060598624.857
    9
    2025-04-17 00:00:00.0000061600070623625.428
    10
    2025-04-16 00:00:00.0000061700070624625.857
    11
    2025-04-15 00:00:00.0000063300060639622.285
    12
    2025-04-14 00:00:00.0000062200050627621.714
    13
    2025-04-13 00:00:00.0000060500050610622.857
    14
    2025-04-12 00:00:00.0000061300050618622.428
    15
    2025-04-11 00:00:00.0000062600070633621.285
    16
    2025-04-10 00:00:00.0000062200050627622.428
    17
    2025-04-09 00:00:00.0000062100060627623.857
    18
    2025-04-08 00:00:00.0000061000040614625.428
    19
    2025-04-07 00:00:00.0000061600070623627.142
    20
    2025-04-06 00:00:00.0000061300050618628.285
    ...
    1016
    53KB
    158s