Torque-Money / Dev-Environment

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

Interest rate #36

Closed BenGOsborn closed 2 years ago

BenGOsborn commented 2 years ago

Fix the max interest rate by simply just shifting the coordinates of the new line instead of moving the line directly (manipulate the point, NOT the line itself)

BenGOsborn commented 2 years ago

Check liquidations and what happens if an account is VERY undercollateralized (and collateral cannot repay).

BenGOsborn commented 2 years ago

Utility token redistribute tokens back to the holders via the DAO OR via a new contract ???

BenGOsborn commented 2 years ago

Do this by giving the token itself a floor price, and allowing the platform to be able to burn tokens - also change the tax account on the pool to be a set which can add and remove different tax accounts

BenGOsborn commented 2 years ago

Make function to show borrowed and collateral tokens public and make collateral price and borrowed price internal.

BenGOsborn commented 2 years ago

Do this by giving the token itself a floor price, and allowing the platform to be able to burn tokens - also change the tax account on the pool to be a set which can add and remove different tax accounts

To do this maybe add some sort of fixed delayed tax amount for each token which fades over time for each token approved (has the option to be reset in the future).

BenGOsborn commented 2 years ago

Try and fix liquidation issue where if the amount is below then it is not liquidatable ? Look into some concept where all I would need to do is repay back the exact amounts of the assets borrowed. (e.g. if the price decreasing that much would cause your assets to be liquidated e.g. you have no more assets, how would this work in practice though ?)

BenGOsborn commented 2 years ago

Grammar check and make changes to the whitepaper