[Story][CL]: Concentrated Liquidity Module #3041
Labels
C:x/concentrated-liquidity
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
T:story
A story belongs to an epic
Background
Since concentrated liquidity architecture diverges from the existing amm logic, we would like to encapsulate the new implementation in its own module.
Suggested Design
Specifically, we would like to implement the following keeper methods:
CreatePool
JoinPool
ExitPool
SwapExactAmountIn
SwapExactAmountOut
This new module will not have any messages or the message server. Instead, we will implement separate modules that will call into the keeper methods of the
concentrated-liquidity
module.Tasks
MsgCreateConcentratedPool
#3245Acceptance Criteria
twap
folder structureconcentrated
pool modelThe text was updated successfully, but these errors were encountered: