Autonomous Liquidity Provisioning (ALP) is a new liquidity provisioning protocol that provides customizable liquditiy strategies on concentrated AMM with dynamic adjustments based on user preferences with the help of basic and advance liquidity modes
Full documentation can be found on below link
You will need a foundry installed before proceeding. See the installation guide for details.
$ git clone https://github.com/a51finance/concentrated-liquidity-tool.git
$ cd concentrated-liquidity-tool
$ forge install
$ forge compile
$ forge test
$ forge coverage