Skip to content

Commit

Permalink
remove choice of curve section (#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinYukseloglu authored Nov 14, 2022
1 parent 97c1028 commit 6472c11
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions x/gamm/pool-models/stableswap/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Solidly Stableswap
# Generalized Solidly Stableswap

Stableswaps are pools that offer low slippage for two assets that are intended to be tightly correlated.
There is a price ratio they are expected to be at, and the AMM offers low slippage around this price.
Expand All @@ -9,10 +9,6 @@ invariant: $f(x, y) = xy(x^2 + y^2) = k$

It is generalized to the multi-asset setting as $f(a_1, ..., a_n) = a_1 * ... * a_n (a_1^2 + ... + a_n^2)$

## Choice of curve

{TODO: Include some high level summary of the curve}

## Pool configuration

One key concept, is that the pool has a native concept of
Expand Down

0 comments on commit 6472c11

Please sign in to comment.