ticks #14
Unanswered
techOptimizor
asked this question in
Milestone 1. First Swap
ticks
#14
Replies: 1 comment
-
The ticks is a way to convert high-precision prices to a lower-precision scale. It's a gas optimization technique that disallows liquidity providers to provide liquidity at an arbitrary price (Uniswap uses a fixed-point number with high precision for prices). Since, during swapping, liquidity positions are traversed, we don't want to check too many ticks to not have very gas consumption. If you make a list of things that are not clear from reading the book, I'll improve the explanation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wish to understand more about uniswap v3 ticks, am really confused. does the ticks specifically for the y reserve.
Beta Was this translation helpful? Give feedback.
All reactions