🧗 How many unique depositors are participating in ETH staking?
The amount required to act as a validator is 32 ETH. If you have 32 ETH, you can directly deposit into the deposit contract and run or delegate your validator node.
If you don't have 32 ETH, you could still participate via
- Staking pools
- Centralized exchanges

Staking options
Find out the Unique depositors
SELECT --1. Count distinct from address that made the deposit FROM --2. Read from traces table WHERE `to` = LOWER('0x00000000219ab540356cBB839Cbe05303d7705Fa') --3. Consider only successful transactions.
Click here to solve the quest.
💡 Choose your option below 💡