Top LDO Holders
This dashboard aims to provide insight into the top holders of the LDO token and how many of them bought vs got airdropped their tokens.
Introduction
Lido is a staking protocol that allows for liquid staking of multiple assets such as Ethereum and Solana. Normally, the coins that you are staking are locked and cannot be used for anything else. With Lido, users are able to stake their assets and get a token in return that can be used to redeem their staked assets. This is called liquid staking as this new token can be used freely. For Ethereum, this token is called stETH (staked ETH). Lido also has a governance token called LDO. This token can be used to vote on governance proposals See the introduction blog for more information about the LDO token.
In this dashboard, we'll look at the top 100 LDO holders and analyze how their got their LDO tokens: bought or airdropped.
Methodology
- Determine top LDO holders: Use table
ethereum.erc20_balances
in combination with the contract address of LDO:0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32
. Then filter forbalance_date = current_date()
and order by balance. We exclude the Lido Treasury. - Determine number of addresses in Aragon Airdrop: When the LDO token launched, around 100 addresses received LDO tokens from an organization called Aragon. According to the Lido Github, Aragon provides a full end-to-end framework to build DAO (Decentralized Autonomous Organizations). Therefore, it looks like these addresses were airdropped LDO tokens to bootstrap the Lido DAO.
In order to determine the number of addresses in the top 100 that received this airdrop, the table
ethereum_core.fact_event_logs
was used in combination with the contract address of the Aragon Token Manager:contract_address = '0xf73a1260d222f447210581ddf212d915c09a3249'
andevent_name = 'NewVesting'
. This results in about 100 addresses that received this bootstrapping airdrop by Aragon. Next, we count the number of these airdropped addresses in the top 100 LDO holders.
- We assume all other addresses in the top 100 bought their tokens.
First, we give an indication of the top LDO holders by looking at the top 10. We can see that the top address holds around 70M LDO tokens.
Using the methodology above, we can see that 48 addresses in the top 100 LDO holders have received their tokens through the Aragon Vesting Airdrop. We assume that the other addresses, so 52%, have bought their tokens.