LFJ Developer Docs
  • Liquidity Book
  • Introduction
  • LB V2.2 Key Changes
  • Guides
    • Swap Tokens
    • Add/Remove Liquidity
    • Tracking Volume
    • Tracking Pool Balances
    • Finding The Best Quote
    • Byte32 Decoding
    • Price From Bin Id
    • Bin Id From Price
    • Finding Liquidity Depth
    • User Balances
  • Concepts
    • Concentrated Liquidity
    • Bin Math
    • Bin Liquidity
    • Swaps
    • Fees
    • Oracle
  • Contracts
    • Interfaces
      • ILBLegacyFactory
      • ILBLegacyToken
      • ILBLegacyPair
      • ILBLegacyRouter
      • ILBFlashLoanCallback
      • IPendingOwnable
      • IJoeFactory
      • IJoePair
      • IJoeRouter01
      • IJoeRouter02
      • IWNATIVE
      • ILBFactory
      • ILBHooks
      • ILBPair
      • ILBRouter
      • ILBToken
    • Libraries
      • Math
        • BitMath
        • Encoded
        • LiquidityConfigurations
        • PackedUint128Math
        • SafeCast
        • SampleMath
        • TreeMath
        • Uint128x128Math
        • Uint256x256Math
      • BinHelper
      • Clone
      • Constants
      • FeeHelper
      • Hooks
      • ImmutableClone
      • JoeLibrary
      • OracleHelper
      • PairParameterHelper
      • PriceHelper
      • ReentrancyGuardUpgradeable
      • TokenHelper
    • LBBaseHooks
    • LBFactory
    • LBPair
    • LBQuoter
    • LBRouter
    • LBToken
  • Deployment Addresses
    • Avalanche C-Chain
    • Fuji Testnet
    • Arbitrum One
    • Binance Smart Chain
    • Binance Smart Chain Testnet
    • Ethereum Mainnet
    • Monad Testnet
  • SDK
    • Introduction
    • Making a Trade
    • Adding Liquidity
    • Removing Liquidity
  • Audits
  • AMM
    • Joe V1 Contracts
    • Joe V1 Audits
  • LFJ DEX API
    • Dex Analytics
    • Pools
    • Rewards
    • User
    • User Lifetime Stats
    • Vaults
    • Models
  • LFJ Aggregator API
    • Default
    • Models
Powered by GitBook
On this page
  • Introduction
  • Liquidity Book vs Uniswap V3

Introduction

Introduction

Liquidity Book is a novel, highly-capital efficient Automated Market Maker (AMM) protocol. Its features include:

  • Zero Slippage: Traders can swap tokens with zero slippage within bins.

  • Surge Pricing: Liquidity Providers earn additional dynamic fees during high market volatility.

  • High Capital Efficiency: Liquidity Book can support high volume trading with low liquidity requirements.

  • Flexible Liquidity: Liquidity Providers can build flexible liquidity distributions according to their strategy.

Liquidity Book vs Uniswap V3

Both Liquidity Book and Uniswap V3 are concentrated liquidity AMMs with some subtle differences:

  • Price ranges are discretized into bins instead of ticks

  • Bins use constant sum invariant instead of constant product

  • Bin steps (or tick sizes) can be more than 1 basis point

  • Liquidity is aggregated vertically instead of horizontally

  • Liquidity positions are fungible

  • Liquidity positions are not restricted to uniform distribution across its price range; they can be distributed in any shape desired

  • Swap fees have fixed + variable pricing, which allows the AMM to charge more fees when the market experiences high volatility.

NextLB V2.2 Key Changes

Last updated 5 days ago