You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
fixed formula to match referenced doc [1] + formatting (#1474)
`P_{margin}=iRP` didn't make sense, as P isn't defined, and i is already defined as the price (from the oracle).
the references doc contains `P_{margin}=iR`, so I assume this is a typo.
Where <imgsrc="https://render.githubusercontent.com/render/math?math=R"> is defined to be the piecewise function below:
15
15
@@ -23,7 +23,7 @@ Where <img src="https://render.githubusercontent.com/render/math?math=R"> is def
23
23
24
24
The funding pool of PMM is described by four parameters:
25
25
26
-
<imgsrc="https://render.githubusercontent.com/render/math?math=B_0">: base token regression target - total number of base tokens deposited by liquidity providers
27
-
<imgsrc="https://render.githubusercontent.com/render/math?math=Q_0">: quote token regression target - total number of quote tokens deposited by liquidity providers
28
-
<imgsrc="https://render.githubusercontent.com/render/math?math=B">: base token balance - number of base tokens currently in the pool
29
-
<imgsrc="https://render.githubusercontent.com/render/math?math=Q">: quote token balance - number of quote tokens currently in the pool
26
+
-<imgsrc="https://render.githubusercontent.com/render/math?math=B_0">: base token regression target - total number of base tokens deposited by liquidity providers
27
+
-<imgsrc="https://render.githubusercontent.com/render/math?math=Q_0">: quote token regression target - total number of quote tokens deposited by liquidity providers
28
+
-<imgsrc="https://render.githubusercontent.com/render/math?math=B">: base token balance - number of base tokens currently in the pool
29
+
-<imgsrc="https://render.githubusercontent.com/render/math?math=Q">: quote token balance - number of quote tokens currently in the pool
0 commit comments