This table captures all staking deposit transactions on the Polygon Proof of Stake (PoS) network, including both validator self-stakes and delegator stakes.

Use Cases

  • Analyze staking patterns and trends over time
  • Track new validator participation
  • Monitor total network stake and growth
  • Identify popular validators through delegation patterns
  • Analyze staking behavior during network events or market movements

Table Schema

Column NameData TypeDescription
event_typeVARCHARType of deposit (delegator_stake, validator_stake, validator_restake)
amountDECIMALAmount of MATIC (POL) tokens deposited in the transaction (as decimal)
amount_strVARCHARString representation of MATIC (POL) tokens deposited, preserving full precision
staker_addressVARCHAREthereum address of the account that made the stake
validator_idINTEGERID of the validator receiving the stake
transaction_hashVARCHARUnique hash of the Ethereum transaction containing the stake
transaction_indexINTEGERIndex of the transaction within its block
log_indexINTEGERIndex of the event log within the transaction
block_timestampTIMESTAMPTimestamp when the block containing the stake was mined
block_numberINTEGERBlock number containing the stake transaction
block_hashVARCHARHash of the block containing the stake transaction
_created_atTIMESTAMPTimestamp of when the record was created
_updated_atTIMESTAMPTimestamp of when the record was updated