[Dashboard] Snapshot Delegation Tool #180
Labels
good first issue
good for newcomers
governance
injecting objectivity into governance and operations
help wanted
assignee welcomes help from another contributor
Mel.eth is curious who's delegating to him - this could be a broad tool to measure who is delegating to whom and generally monitor our governance for individuals who are accumulating delegation power. This is also probably broadly useful across all snapshot governance systems, so could be useful for clout. Surprisingly, I don't think this has been built yet.
Delegations are on-chain, so this is queryable via Dune. This is doable for someone who's reasonably good at SQL, but requires a bit of work and thought.
Docs:
Snapshot resource here: https://docs.snapshot.org/guides/delegation
events documentation here: https://github.com/gnosis/delegate-registry/blob/main/contracts/DelegateRegistry.sol
Contract has been decoded on dune.xyz , e.g.
select *
from snapshot."DelegateRegistry_evt_SetDelegate"
limit 100;
Things to keep in mind:
The text was updated successfully, but these errors were encountered: