flipsidecryptoTop Analysts: Grand Prize Leaders (Axelar)
    Updated 2023-03-09
    SELECT
    discord_handle,
    wallet_address,
    level,
    protocol,
    submission_count,
    is_grand_prize
    FROM bi_analytics.dashboard_views.proto_top_analysts
    WHERE protocol = 'Axelar'
    ORDER BY submission_count desc
    LIMIT 100
    Run a query to Download Data