The sui.staking.deposits model tracks all staking deposits made to validators on the Sui network.

Staking Process

  • User selects a validator to stake with

  • User delegates SUI to the validator’s staking pool

  • User receives pool tokens representing their stake

  • Rewards automatically accumulate through an increasing exchange rate

Table Columns

Unique Key: unique_id

ColumnDescription
checkpoint_timestampTimestamp of when the checkpoint was created
epochThe epoch number
senderAddress of the sender
staker_addressAddress of the staker
validator_addressAddress of the validator
pool_idID of the staking pool
amount_strAmount of SUI deposited (string format for precision)
amountAmount of SUI deposited (float format)
checkpoint_sequenceSequence number of the checkpoint
transaction_block_digestDigest of the transaction block
unique_idUnique ID of the deposit