Staking
Last updated
Last updated
Staking is the process of locking coins for a certain period, making them unavailable for trading. This mechanism supports decentralization and provides rewards to participants.
In the EYWA protocol, staking involves locking tokens in the DAO locker. Rewards are accrued every epoch and are tied to each userβs EYWA DAO NFT. Accrual occurs at the start of the new epoch for the previous one.
By using the βCompoundβ transaction, a user can add the earned rewards to the corresponding EYWA DAO NFT, in order to add them to the principal of your position and earn compound interest.
More details on reward calculations per epoch are provided below.
Distribution of Rewards Among DAO Participants
Each epoch, a fixed number of EYWA tokens (), is allocated for DAO participant rewards. This amount depends only on the total number of locked EYWA tokens in that epoch. The allocated rewards are then distributed among participants proportionally to their share of veEYWA.
Algorithm for Calculating Rbase at the Start of DAO Operations
Calculating the ratio of all locked EYWA tokens in this epoch to the total possible volume of EYWA tokens (1,000,000,000):
If is less than 0.14, then is calculated as:
, where
Inflation - the emission amount in the calculation epoch.
, where
Inflation - the emission amount in the calculation epoch.
All numerical coefficients indicated in the formulas are current at the time of DAO launch. They can be changed by DAO participants via voting.
For convenience, we have prepared tables with results grouped by different levels of locked token amounts.
Distribution of Rewards Among DAO Participants
, where
If is greater than or equal to 0.14, then is calculated as:
After determining the total amount for all users (), it is distributed among DAO participants proportionally to the amount of veEYWA each participants holds.
- the userβs veEYWA,
- thee total veEYWA of all users,
- the total reward allocated to all participants.