Tick Spacing
Tick spacing is a technical parameter in concentrated liquidity protocols that defines the minimum distance between the price intervals where liquidity can be placed. Because blockchain storage is expensive, protocols cannot allow LPs to choose any arbitrary price; instead, they divide the price space into discrete steps called ticks.
Tick spacing determines the granularity of these ranges. A smaller tick spacing allows for more precise liquidity placement but increases the computational load on the smart contract.
A larger tick spacing reduces the number of available positions, which can lead to less efficient capital allocation but lower gas costs. This parameter is a fundamental design choice that balances precision with network performance.
It directly influences how effectively an LP can hedge or provide depth for specific assets. Understanding tick spacing is vital for LPs looking to optimize their capital usage within a protocol.
It is a core component of the underlying architecture of modern decentralized liquidity engines.