Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 954 Bytes

File metadata and controls

7 lines (5 loc) · 954 Bytes

💻 Jio's Algorithm

Jio's StableSwap algorithm is based on a similar model as Curve.Fi , which uses a hybrid function market maker algorithm (HFMM). see AMM Defi Primer for more info on this particular implementation. The hybrid function market maker (JIo's StableSwap )uses a combination of the Constant Product and Constant Sum implementation.

When a particular pool is balanced, the algorithm functions as a Constant Sum; formula x+y = k

On the other hand as a particular pool on the platform becomes imbalanced , Jios algorithm functions as a Constant Product; formula : x * y = k.