[CL][Liquidity Provision]: investigate implementation of join pool / exit pool methods with hardcoded values #3034
Labels
C:x/gamm
Changes, features and bugs related to the gamm module.
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Milestone
Background
For Milestone 1, out goal is to be able to provide liquidity with pre-computed hard-coded values.
This task is focused on analyzing, prototyping and documenting our existing pool interface methods defined on the concentrated liquidity pool
Suggested Design
We need to have a direction for the following methods:
JoinPoolNoSwap
/CalcJoinPoolSharesNoSwap
ExitPool
/CalcExitPoolShares
Additionally, it seems that
JoinPool
is not valid for concentrated liquidity pools because we must always be adding liquidity proportional to the existing pool reserves.Therefore we need to determine how we are going to go about
JoinPool
/CalcJoinPoolShares
methods. Options are:Acceptance Criteria
The text was updated successfully, but these errors were encountered: