Liquidity Embedded Constants
Liquidity constants are hard coded into the embedded.go
file as network constants.
-
LiquidityZnnTotalPercentages
represent the maximum sum for theZNN
percentage rewards of each allowedZTS
-
LiquidityQsrTotalPercentages
represent the maximum sum for theQSR
percentage rewards of each allowedZTS
-
LiquidityStakeWeights
represent the liquidity staking weights depending on the number of months a user locks the liquidity
LiquidityZnnTotalPercentages uint32 = 10000
LiquidityQsrTotalPercentages uint32 = 10000
LiquidityStakeWeights = []int64{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
}