Limitless
  • Intro
    • Why Limitless
    • Vision: A Unified Liquidity Market For Every Digital Asset
    • Participants
      • Liquidity Providers
        • Rehypothecation of Liquidity
        • Withdrawal Limits
        • Covered Call Strategy
      • Leverage Traders
    • Premium Model
    • limWETH
    • Example Trade
    • ❓FAQ
    • Audits & Security
  • User Guide
    • Liquidity Providers
      • Advanced LP
      • Simple LP
    • Leverage Traders
      • Adding and Opening Positions
      • Managing Positions
    • Fees
  • Incentives and Tokenomics
    • LMT(Points)
    • Arbitrum Launch Campaign
    • Referrals
    • $NZT
    • $LIMIT
  • Advanced
    • Providing Liquidity
    • Determining which ticks to borrow from
    • Borrowing/Repaying Liquidity
    • Rebalancer Incentives
    • Premiums
    • Oracle Free
    • Applications
Powered by GitBook
On this page
  1. Advanced

Providing Liquidity

Previous$LIMITNextDetermining which ticks to borrow from

Last updated 1 year ago

When a Liquidity Provider contributes to a tokenA/tokenB pool in Limitless, they are effectively authorizing the Limitless Protocol to represent their liquidity in a corresponding tokenA/tokenB Uniswap pool. Essentially, this action permits the rehypothecation of their tokenA/tokenB LP position by Limitless.

In Limitless, each liquidity position is 'discretized' into bins, meaning that while a position is divided into multiple positions within Uniswap, it remains recognized as a single consolidated position in Limitless. The concept is illustrated as follows:

The 'tickDiscretization' parameter, specific to each pool, dictates the division granularity of each LP position. For instance, in a tokenA/tokenB pool with a tickDiscretization of 100, a Limitless position bounded by tickLower: -1000 and tickUpper: 1000 would consist of 20 separate positions on Uniswap.

It's important to note that lower tickDiscretization (implying higher granularity) allows for greater maximum leverage for traders and borrowers, but this comes with the trade-off of increased gas costs for LPs due to the necessity of processing multiple bins.

The reasoning for discretized liquidity is outlined in the following section.

Each discretized bin in a Limitless liquidity position is a unique liquidity position in Uniswap
Drawing