Terminology
Pool: Vessel’s AMM pool consists of two assets, the base asset and the quote asset, aligning with trading pair terminology. For example, in an ETH/USDT pool, ETH is the base asset while USDT is the quote asset.
Tick: A tick represents discrete prices used in the AMM pool. Each pool is instantiated with a predefined set of ticks that remain unchanged throughout its lifecycle. In Vessel, ticks are defined in an arithmetic sequence, represented as a tuple :
▪
▪
Interval: An interval is the minimal divisible price range in the AMM pool. covers the price range , managing buy orders at and sell orders at .
Liquidity: Liquidity is the total size in base asset of orders managed by the AMM within a specific range. The liquidity of is the sum of buy order sizes at and sell order sizes at . The pool's total liquidity is the sum across all intervals.
Position: A position indicates how an LP provides liquidity within a specific range, defined by , covering , with liquidity in each interval.
Last updated