RUNE Distribution

    Calculate the distribution of $RUNE holdings by address. Include RUNE that is in liquidity pools. (e.g. if I have 100 $RUNE in my wallet and LP 50, I should still be considered to be holding 100). In terms of charts, feel free to create a histogram or whichever visual you think works best!

    Introductions

    To solve this problem, we first find the number of addresses in the table thorchain.transfers and then extract the amount of addresses in the liquidity pool from the table below thorchain.liquidity_actions, and finally categorize by number and draw a histogram.

    Loading...
    Loading...

    Conclusions

    As shown in the figure, the largest number of addresses are between 100 and 1000 runes, followed by between 1000 and 10000, and over 1 million runes contain 42 addresses.