📚
Duality Documentation
  • What is Duality?
  • Concepts
    • AMMs and Orderbooks
    • Liquidity Pools
    • Ticks
    • TickLiquidity
      • Pool Reserves
        • Fees
      • Limit Order Tranches
    • Liquidity Iteration
    • Swaps
    • Overview
  • Module Documentation for Developers
    • DEX Module
      • Transaction Messages
        • Deposit
        • Withdrawal
        • MultiHop Swap
        • Place Limit Order
        • Cancel Limit Order Message
        • Withdraw Filled Limit Order
      • Queries
  • Dictionary
  • Advanced Concepts
    • Replicating Market Makers
    • Shared Liquidity
  • User Interface
Powered by GitBook
On this page

Dictionary

A page for Definitions of key terms

PreviousQueriesNextAdvanced Concepts

Last updated 1 year ago

Concentrated Liquidity: AMMs which allow LPs to choose targeted ranges to provide liquidity to and typically more capital efficient as a result.

Capital Efficiency: The ability of an AMM to give traders better prices on the same amount liquidity.

Liquidity Pools: Holds liquidity, price and fee data that tells users how they can interact with it (i.e., how much they'll get in output on some input). Allows liquidity providers to pool their liquidity together instead of fragmenting it.

Liquidity Fragmentation: When liquidity of the same pairs is spread across numerous exchanges or AMMs. This increases the costs of trying to get the best price on a trade.

Ticks: Integers that map to data about the liquidity that can be traded at. The price for tick iii is p(i)=1.0001ip(i) = 1.0001^{i}p(i)=1.0001i.

Fees: The way LPs charge traders in order to make returns. It is similar to a bid-ask spread on orderbooks.

Bid-ask Spread: The difference between the highest buy price (bid) and lowest sell price (ask).

Market Order: An order to buy/sell some amount of token at the best available price.

Limit Order: An order to buy/sell some amount token at a set price determined by the placer of the order.