K2 Subgraph
Restaking cloud has created a subgraph for the K2 protocol:
Data points will be added over time for the K2 subgraph. Highlights include:
- Natively delegated BLS public keys
- Node runner representatives for the BLS public keys
- Activity events
- Reward claims
Holesky
support for K2 is comming soon.
Querying all natively delegated BLS public keys
This is the query for establishing which Goerli validator, regardless of liquid staking protocol or solo staker, has natively delegated to K2 via MEV Plus:
Example response:
Querying the validators natively delegated by a specific node runner
In order to query the natively delegated validators by the Ethereum wallet address of a node runner, the following query can be run (make sure to replace the node runner address with the correct address and also make sure the node runner address is ALL
lower case):
Example response:
Querying protocol activity events
The following can be used to see what activity is taking place in the underlying protocol (ordered from newest to oldest event):
Github
All entities, code etc, can be found here:
Any improvements, issues and more can be managed from this repository.