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.
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
- find 'receive funds' transactions using
ethereum.udm_events
table. Filter byto_label = 'sablier'
and event_name = 'transfer'
andorigin_function_name = 'withdrawFromStream'
- use
sum(amount_usd)
to find the total amount of funds received in USD and group by address. - find 'sent funds' transactions using
ethereum.udm_events
table. Filter byto_label = 'sablier'
and event_name = 'transfer'
andorigin_function_name = 'createStream'
- use
sum(amount_usd)
to find the total amount of funds sent in USD and group by address.
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.
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.