Rewards
Formula
Reward = (amount × pool.percent) / 100Example shown in the source
Reward = (1000 × 30) / 100 = 300 TETAdditional reward rules
Last updated
Rewards are calculated when a matured position is withdrawn.
Reward = (amount × pool.percent) / 100Reward = (1000 × 30) / 100 = 300 TETEarly withdrawal is not allowed
Rewards cannot exceed the available totalRewards pool
Users can inspect staking positions with query functions such as getUserStakes() and getStakeDetails()
Review note: the source lists the 180-day pool once as 50% and later gives a reward example using 30%. Confirm the intended value before publishing.
Last updated