Update 003_depth_bump.md
This commit is contained in:
parent
85755b51f2
commit
79b0046b5d
@ -53,14 +53,16 @@ You are creating R1 new tokens? (yes/no/quit)
|
|||||||
|
|
||||||
....
|
....
|
||||||
|
|
||||||
the new supply of CIC should be: The old supply + R1
|
the new supply of CIC should be: The old supply * (R1/R0)
|
||||||
the new reserve should be: The old reserve + R1
|
the new reserve should be: The old reserve + R1
|
||||||
the new excahnge price should be the same as the old price
|
the new excahnge price should be the same as the old price
|
||||||
|
P0 = R0/(S0*TRR) = P1 = R1/(S1*TRR)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* 0.0.3: Simplification of original concept with addition of a community pool
|
||||||
* 0.0.2: Clean up formatting, subsection implementation
|
* 0.0.2: Clean up formatting, subsection implementation
|
||||||
* 0.0.1: Created initial stub
|
* 0.0.1: Created initial stub
|
||||||
|
Loading…
Reference in New Issue
Block a user