Skip to main content
The iota.staking.deposits model tracks all staking deposits made to validators on the IOTA network. It only inclues data post-IOTA migration to the Move ecosystem.

Staking Process

  • User selects a validator to stake with
  • User delegates IOTA 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 IOTA deposited (string format for precision)
amountAmount of IOTA deposited (float format)
checkpoint_sequenceSequence number of the checkpoint
checkpoint_digestDigest of the checkpoint
transaction_block_digestDigest of the transaction block
transaction_moduleModule of the transaction
event_seqSequence number of the event
package_idID of the package
unique_idUnique ID of the deposit
_created_atTimestamp when the record was created
_updated_atTimestamp when the record was last updated