Token decentralization onĀ Algorand
Letās have some fun and use state-of-the-art methods to measure the decentralization index of various tokens on Algorand.
Decentralization Index
Blockchain decentralization metrics are a relatively unresearched area with very few published papers.
One of the recent ones called āSoK: Blockchain DecentralizationāĀ¹ introduces an index based on the amount of ārandomness āin transaction value. This index can be calculated using formula (1) where P(vi) denotes the transaction weight concerning the total transaction value.
(1)
Looks scary but is just a sum of 2 to the power of Shannonās entropy of all transaction values within a chosen time range.
Calculating the index using SQL
With access to Allo.info SelfService BI calculating entropy and the Decentralization Index for native Algo token is as simple as:
2 seconds and 160M transactions later we get a chart like below.
The chart has applied 30-day moving average to be in line with the methodology used in the paper.
Algorand native token decentralization index in 2023
A quick real-time behind-the-scenes chart creation
Decentralization of the native token vsā¦
Letās proceed to the comparison of Algo to the established cross-chain reference tokenāāāthe $COOP token.
Is the āmost decentralizedā token more decentralized than Algo when comparing using state of art methodology?
To get $COOP decentralization index we tweak the SQL a bit:
Letās get them both on the same chart and see.
This proves that $COOP is more decentralized than Algo using the latest available research in the field.
Comparing the index of other tokens is left as an exercise for the reader.
Also, we donāt want to dethrone $COOP by being too rigorousš