Sablier Top Users

    This dashboard aims to provide insight into the top users when it comes to sending and receiving funds from Streams on the Sablier Protocol.

    Loading...
    Loading...
    Loading...
    Loading...

    Introduction

    Sablier is a payment protocol that allows for real-time payments using Streams. For example, imagine a 3,000 DAI salary paid by Alice to Bob over the whole month of January. The start time would be Jan 1 and the stop time Feb 1. Every second makes Bob richer; on Jan 10, he would have approximately 1,000 DAI.‌ This means that by using Streams, your monthly salary can be claimed in real-time. In this dashboard, we will look at the top 10 addresses that sent fund to streams, and address that claimed funds from streams.

    Methodology

    1. find 'receive funds' transactions using ethereum.udm_events table. Filter by to_label = 'sablier' and event_name = 'transfer' and origin_function_name = 'withdrawFromStream'
    2. use sum(amount_usd) to find the total amount of funds received in USD and group by address.
    3. find 'sent funds' transactions using ethereum.udm_events table. Filter by to_label = 'sablier' and event_name = 'transfer' and origin_function_name = 'createStream'
    4. use sum(amount_usd) to find the total amount of funds sent in USD and group by address.

    Results

    Using the table and the graph, we can see that the address 0x8a7f7c5b556b1298a74c0e89df46eba117a2f6c1 received the most funds using Streams: $58M. When looking at the balances of this address, we can see that the address seems to be a SPELL whale, as it holds almost $1.5M worth of SPELL.

    db_img

    Finally, we'll look at the top addresses that sent funds to Streams. We can see that the address 0x5b51e854fd1859db6e7d64203c4b20bc627fb443 sent the most funds to Streams: about $90M worth of funds. When looking at the balance of this address, we can see that the address almost exclusively holds the FOX token. Also, all funds sent to Streams from this address are in FOX.

    db_img

    Key findings

    • Address 0x8a7f7c5b556b1298a74c0e89df46eba117a2f6c1 received a total of $58M in funds from Streams
    • Address 0x5b51e854fd1859db6e7d64203c4b20bc627fb443 sent a total of $90M in funds to Streams