You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this is not currently blocking anything or directly necessary, it came up during discussions for APY calculations that it would be useful in general to have a query that takes in a tick range and returns the underlying assets for a given amount of liquidity in that range.
Suggested Design
Expose CalcActualAmounts as a query to allow for easy conversion from liquidity -> asset amounts
Acceptance Criteria
Query is implemented
The text was updated successfully, but these errors were encountered:
Background
While this is not currently blocking anything or directly necessary, it came up during discussions for APY calculations that it would be useful in general to have a query that takes in a tick range and returns the underlying assets for a given amount of liquidity in that range.
Suggested Design
CalcActualAmounts
as a query to allow for easy conversion from liquidity -> asset amountsAcceptance Criteria
The text was updated successfully, but these errors were encountered: