I will implement a new staking module, which I already did for the spreadsheet version.
So far we have 2 different staking modules:
Staking for a fixed APR
Staking rewards based on buybacks based on revenue share
The third staking variant will be staking rewards based on a fixed vesting schedule. I want to include this variant as we see it as an often used approach in practice.
Since this will touch many files and requires some time, I will create a new branch for this and merge it once it is done.
I will implement a new staking module, which I already did for the spreadsheet version.
So far we have 2 different staking modules:
The third staking variant will be staking rewards based on a fixed vesting schedule. I want to include this variant as we see it as an often used approach in practice.
Since this will touch many files and requires some time, I will create a new branch for this and merge it once it is done.