[CL]: Investigate feasibility of bounding min/max price to avoid any use of canonical ticks #5524
Labels
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Background
The notion of "canonical ticks" at the extreme ends of our supported prices is one of the primary sources of loss of monotonicity in our tick to sqrt price conversions (the other being our non-monotonic
ApproxRoot
function, which is described in #5517 and more easily fixable).Given how the issue only seems to arise at ticks that are close to our
MinTick
, we should investigate whether it can be avoided altogether by simply moving this value slightly higher.Suggested Design
10^-14
(Coingecko's min price), then move it and remove canonical tick logicAcceptance Criteria
The text was updated successfully, but these errors were encountered: