GTE Constant Product Automated Market Maker
x * y = k
curve determines pricing. This function establishes a range of prices for the two tokens, given all the liquidity in the pool. The supplies of token x
and y
fluctuating must maintain a constant product k
.
The most well known constant-product AMM is Uniswap V2, which GTE has modeled the AMM after.