You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AuthorizedOverall is the sum of the T authorizations of all stakes and can be queried as a public variable from TACoApp contract.
APY is the Annual Percent Yield for TACo staking rewards. Currently, 3.75%.
The text was updated successfully, but these errors were encountered:
The rewards to be pushed (transferred from bot to TACoApp contract) must be calculated/estimated.
As a first iteration and considering that this is intended to be used in TACo testnet, the rewards is being calculated following this expression:
rewardsToBePushed = AuthorizedOverall * APY * (secondsElapsedSinceLastPush / 1 yearInSeconds)
where:
AuthorizedOverall is the sum of the T authorizations of all stakes and can be queried as a public variable from TACoApp contract.
APY is the Annual Percent Yield for TACo staking rewards. Currently, 3.75%.
The text was updated successfully, but these errors were encountered: