datavortexBonding
    Updated 2024-12-18
    SELECT
    SUM(olas_amount_usd) AS "total bonded volume",
    COUNT(DISTINCT tx_hash) AS "total bonds",
    COUNT(DISTINCT owner_address) AS "users"
    FROM crosschain.olas.ez_olas_bonding;

    QueryRunArchived: QueryRun has been archived