ekonomia-tech / protocol-alpha

Alpha version of a DeFi stablecoin protocol
GNU General Public License v3.0
4 stars 0 forks source link

Fix Liquity Stability Pool to work with changing LUSD/ETH balances #87

Open davekaj opened 1 year ago

davekaj commented 1 year ago

Primary Goals of PR

The current version of the module doesn't work since the underlying LUSD and ETH are always changing. We need to keep track of this.

I found a protocol that has already done it, but the code needs some modifying, I am in the middle of modifying it.

In draft until it's ready with tests.

Also, need to talk about making it a single file, or split it into an AMO and a module file. in this scenario I'm thinking 1 file, but need to talk it out