Skip to main content
The staking_ethereum.entities table provides entity identification mapping for staking depositor addresses — linking wallet addresses to known staking operators and protocols.

Table Schema

ColumnTypeDescription
depositor_addressVARBINARYAddress of identified depositor entity
tx_fromVARBINARYAddress that initiated the staking deposit
pubkeyVARBINARYPublic key of identified validator
withdrawal_credentialsVARBINARYWithdrawal credentials of identified validator
entityVARCHARIdentified entity name (e.g., Lido, Coinbase)
entity_unique_nameVARCHARUnique name of identified entity
categoryVARCHARCategory of entity (e.g., Liquid Staking, CEX)
sub_entityVARCHARSub-entity name (e.g., specific operator)
sub_entity_unique_nameVARCHARUnique name of sub-entity
sub_entity_categoryVARCHARCategory of sub-entity

Table sample