Torque-Money / Dev-Environment

Smart contract dev environment.
GNU General Public License v3.0
1 stars 0 forks source link

Interest rate modifier #29

Closed BenGOsborn closed 2 years ago

BenGOsborn commented 2 years ago

Some of the interest rates provided by the protocol are unfair to the stakers - I propose we add in an additional constant which boosts the interest rate depending on the user of the assets.

BenGOsborn commented 2 years ago

This will be done using a curve formula which will tweak the interest rate to be higher or lower depending on the curve but always between 100%.

BenGOsborn commented 2 years ago

In addition to this multiple pools should be deployed for different staking options - one should be a seigniorage pool and the other should be a traditional lending pool. With time our traditional pool will allow users to leverage the seigniorage pool for low risk high yield returns.

BenGOsborn commented 2 years ago

The interest rate modifier is no longer needed - see #30