For the complete documentation index, see llms.txt. This page is also available as Markdown.

Liquidity Model

Liberty Pool supports concentrated liquidity positions similar to the Uniswap V3 model.

Liquidity providers specify:

  • lower price bound

  • upper price bound

  • deposited asset quantities

Liquidity remains active only while the market price trades within the selected range.

If the market moves outside the selected range:

  • the position becomes inactive

  • fee generation pauses

  • assets may become fully converted into one side of the trading pair

Liquidity providers may rebalance or reposition liquidity ranges at any time.

Last updated