From 5344824fbae9bd36ecb55585b06374a2bbfcdb7a Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 2 Jan 2025 21:31:33 +0100 Subject: [PATCH] typo fix Update CurveBounds.md --- docs/CurveBounds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CurveBounds.md b/docs/CurveBounds.md index 7eaecf75..4c8b51fb 100644 --- a/docs/CurveBounds.md +++ b/docs/CurveBounds.md @@ -10,7 +10,7 @@ Beyond this, the protocol imposes a tighter limit of [2^-48, 2^60] on the curve The Q64.64 representation of root price also means that the minimum precision of any price change is 2^-64 in square root space. In percentage terms that means pools with lower prices have lower precision. Since the protocol enforces a minimum value of 2^-48 on root price, all curves have a minimum percentage precision of 2^-16 in square root terms. Or 0.003% in price terms. -Any swap will have its price imapct rounded up in terms of minimum price precision. The floating side of the swap is rounded in favor of the pool to prevent under-collateralization. Practically this means that the swapper will "burn" a small percentage on every swap proportional to the curve's total liquidity and minimum price precision. +Any swap will have its price impact rounded up in terms of minimum price precision. The floating side of the swap is rounded in favor of the pool to prevent under-collateralization. Practically this means that the swapper will "burn" a small percentage on every swap proportional to the curve's total liquidity and minimum price precision. ## Concentrated Liquidity @@ -41,4 +41,4 @@ To reach the maximum deflator value, a single unit of ambient liquidity would ha However users should be aware that if the maximum deflator is reached **ambient liquidity will stop collecting rewards** in that pool. The protocol will stop incrementing the deflator value, which means that any rewards accumulated to the ambient liquidity in the pool will essentially be burned. The underlying capital will remain available to withdraw, but there will no longer be economic incentive to provide ambient liquidity in this pool. However concentrated liquidity will continue to accumulate rewards in this scenario. -Practically speaking if this happens, protocol governance should strongly consider initializing another pool for the token pair. Since an essentially infinite number (2^256) of pools on the same pair can exist in the protocol, there is no meaningful barrier to creating a new pool, which will reset the ambient rewards accumulator. \ No newline at end of file +Practically speaking if this happens, protocol governance should strongly consider initializing another pool for the token pair. Since an essentially infinite number (2^256) of pools on the same pair can exist in the protocol, there is no meaningful barrier to creating a new pool, which will reset the ambient rewards accumulator.