Introduction
In this dashboard, we analyze RUNE holdings by wallets in the Thorchain network. Using historical transfer data (and liquidity actions in Liquidity Pools), we mapped the current amount of RUNE that each address holds (both as a Balance in their wallet and as liquidity deposited in LPs).
We start by briefly explaining how RUNE holdings by wallet were estimated.
Then, we move on to plot wallet RUNE holdings distribution: both as a frequency distribution and an “inverse” cumulative distribution.
Finally, we present a table with all addresses RUNE holdings, discriminating between wallet balance and LP assets.
All data used on this dashboard comes from Flipsidecrypto’s thorchain.transfers and thorchain.liquidity_actions tables. For transparency, the query used to retrieve it can be found here and the code underlying this document can be found here.
RUNE holdings estimation
Both wallet RUNE balances and RUNE deposited into liquidity pools were included in each wallet’s RUNE total holdings.
The process to estimate addresses RUNE balances was quite straightforward: the RUNE amount was debited from each address any time they originated a transfer and was credited whenever they received said transfer.
Regarding liquidity pool holdings, the assumption was made that whoever deposited into a liquidity pool any amount of RUNE had the sole claim to it, and said claim could not be transformed to other assets (claims-are-untransferable-and-immutable assumption). From this, we were able to also map RUNE assets in liquidity pools for each account by measuring their historical RUNE deposits and withdrawals to and from pools (the net amount being their current claimable RUNEs).
An important consideration that should be highlighted for the reader is that this analysis does not suffer from double accounting issues, as liquidity events have a matching and opposite transfer.
For example, if wallet A deposits RUNE into a liquidity pool, two things will happen: 1) wallet A will transfer said amount of RUNE out to the LP address, reducing its balance amounts; and 2) wallet A will generate a claim into the liquidity pool that increases its LP assets. The same holds true in the opposite direction.
RUNE holdings distribution
To allow the reader to observe the characteristics of RUNE holdings distribution, we plotted two distributions: the frequency distribution and an “inverse” cumulative distribution.
Given the nature of these kind of distributions, we adjusted the RUNE amount axis logarithmically.
Both are presented below: #### Frequency distribution
Inverse cumulative distribution
RUNE holdings by address
Below, we present a table with the RUNE holdings of all wallets in Thorchain.