Key Concepts
- Epoch: A time period in Sui (approximately 24 hours) after which rewards are distributed
- Staker/Delegator: Users who delegate their SUI to validators
- Validator: Node operators who validate transactions and produce blocks
- APR: Annual Percentage Rate, the annualised return on staked SUI
Staking Model
Our Aptos staking data is organised into the following models:Model | |
---|---|
aptos.staking.validator_stake_daily | The current amount of Aptos staked for each staker under each validator. |
aptos.staking.rewards | Detailed rewards on Aptos. |
aptos.staking.deposits | Records of all staking deposits made by stakers |
aptos.staking.withdrawals | Records of all unstaking events made by stakers |