Skip to content

a51finance/concentrated-liquidity-tool

Repository files navigation

Autonomous Liquidity Provisioning Contracts

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

Documentation

Full documentation can be found on below link

A51 Finance Docs

Getting Started

You will need a foundry installed before proceeding. See the installation guide for details.

Setup

$ git clone https://github.com/a51finance/concentrated-liquidity-tool.git
$ cd concentrated-liquidity-tool
$ forge install

Compile

$ forge compile

Test

$ forge test

Coverage

$ forge coverage