grassrootseconomics / CIC-Docs

GNU General Public License v3.0
19 stars 6 forks source link

Prototype for liquidity depth adjustments #32

Open nolash opened 4 years ago

nolash commented 4 years ago

There is a need for increasing the total liquidity for a token without changing the price. That is to say, increasing the reserve token supply token and community token supply without changing the price. To provide atomicity for this, it may be advisable to write a smart contract to wrap the two operations into one transaction, so arbitrage cannot be injected between the respective supply changes.

The functionality should be interfaced with cli in the first interation, and should have tests in the ge branch of bancor truffle suite.