Cointime

Download App
iOS & Android

Liquidity Pools: Everything You Need to Know

Cointime Official

(By Yehoshua Zlotogorski)

How much token liquidity is needed in a liquidity pool? What are the considerations you need to take into account a when setting up a liquidity pool? How do liquidity pools work anyway??

Liquidity pools are a key part of web3 projects and I’ll be answering all of these questions in this article.

Token liquidity, the ability to buy and sell tokens, is a core part of tokenomics and any web3 project. Liquidity pools, the key innovation that enables this, are one of the most elegant, important, and yes, coolest, parts of DeFi. Liquidity pools are the basis for two key parts of DeFi:

  1. Free trading tokens between anything and everything — without anyone’s permission and without passing through any gatekeeper (which forms the basis of the DeFi Matrix).
  2. The basis of yield and the opportunity cost of capital in DeFi.

All in all, having a good understanding of liquidity pools, how they work as a user, investor and builder, are important parts of understanding and designing tokenomics.

In this article I’ll cover:

  1. What are liquidity pools
  2. How liquidity pools work
  3. The implications that price slippage, arbitrage and Impermanent Loss in liquidity pools have on investors, builders and users.

In a follow up article I’ll walk you through how to setup a liquidity pool for your own project and the things to consider.

What are liquidity pools

Liquidity pools are a mechanism that allow trading between two tokens in a completely decentralized way. This is as opposed to the traditional method which is managed by a centralized market maker who matches orders to buy and sell in an order book (think going to the bank to exchange dollars for euros). Liquidity pools use smart contracts instead of the centralized market maker. They determine the asset prices with an algorithm that takes into account the ratio between the two tokens in the liquidity pool. Because this all happens automatically, they are called ‘Automated Market Makers’, or in short: AMMs.

Imagine a bowl where you put in two different currencies: dollars and euros. The bowl is left out in the open so that anyone can trade dollars for euros, whenever they want. Trading costs a small fee, which goes to reward the people who provided the liquidity. Anyone can add dollars and euros (i,e liquidity) to the bowl and receive their fair share of the reward fee. Because all of this runs on open source code, anyone can create a pool between any two assets.

Liquidity pools


How liquidity pools work

Their are three main components to a liquidity pool:

  1. Providing liquidity: what tokens will trade with each other
  2. Setting the price of the tokens: the pricing algorithm
  3. Rewarding liquidity providers (LPs)

Liquidity pools: providing liquidity

Liquidity pools can be set up by anyone using protocols such as Uniswap or Sushiswap (on Ethereum). Every blockchain has its most popular AMM protocol as well as some competitors. Pools are established by depositing two different tokens into the pool. The tokens can then be swapped with each other. For example depositing ETH and USDC into a new liquidity pool will create a pool where one can trade ETH with USDC.

  How liquidity pools are structured. Source: Uniswap


Once a pool has liquidity, anyone can swap between those two tokens. The question now becomes: at what price?

Liquidity pool price setting

Price between assets is set by using a formula that reflects the ratio between the two assets. When the pool has more A tokens than B tokens, it costs more A tokens to buy one B token. For example if a pool has 10 ETH and 1000 USDC, the ratio between ETH:USDC is 1:100, essentially giving ETH a current price of 100 USDC per ETH.

The formula that gives the exact price is quite simple (which is part of what makes liquidity pools so elegant) and is called the “constant product” formula: X * Y = K.

The constant product formula


The constant product formula looks at the pool assets before a swap happens: how many A tokens and B tokens are in the pool. It then creates ‘K’, the constant, by multiplying the number of A tokens by the number of B tokens. Using the constant, it’s now possible to calculate the price of token A in token B terms.

For example a pool has 10 ETH tokens and 1000 USDC tokens. The ‘K’ value will be 10,000 (because 10 * 1000 = 10,000). Now, to calculate the price of ETH, all we have to do is solve a simple equation with no missing variables, giving us the price of 100 USDC per ETH. The math is actually quite simple. If you’d like to review it (recommended) this is a great 7:30 minute video to watch.

While it’s good to understand the math, in tokenomics terms, what mainly matters is understanding the implications the ‘constant product formula’ has on token prices in, and outside the pool. These implications matter to you whether you’re setting up a liquidity pool or trading.

The main implications are:

  1. Assets traded in a pool have price slippage. You have to be aware of the ratio between the volume of any given trade and the Total Volume Locked (TVL) inside the pool.
  2. Pool prices can deviate significantly from prices on other exchanges. For example the ETH/USDC price in the pool can be very different from trading ETH/USDC on Coinbase or another exchange.
  3. Liquidity providers can suffer from ‘Impermanent Loss’ and need to be compensated for that.

Let’s break down each of these implications more in depth.

Price slippage in liquidity pools

The x * y = k formula results in a very specific way that trading one asset in the pool for another works. It’s a curved function that looks like this:

Any point on the curve is denominated in an amount of A and B tokens in the pool. The ratio between them sets the price. A pool with 100 A tokens and 2 B token means that 50 A tokens are needed to get 1 B token¹.

When token ratios become extreme and move towards the edges of the curve, the cost to swap between the abundant token and the depleted token rises exponentially making it more and more expensive.

Every successive trade moves the token price significantly. This movement is called price slippage. While it occurs in every AMM trade, it is more impactful the more extreme the ratios become.

High slippage AMM Constant product formula curve. X * Y = K.

As you can see in the curve dynamic, as the pools reach their extremes, the curve flattens out towards infinity — meaning that a curve can never be fully depleted! Since the less A tokens we have in the pool, the more B tokens we’ll need to pay for it, when the pool reaches near the end of its A tokens, the price will sky rocket towards infinity B tokens per A token.

Price slippage has significant effects on the price of tokens and needs to be managed carefully else it can be taken advantage of by traders. The main way to reduce slippage is by having lots of liquidity in a pool in relation to each trade. The lower volume the trade is in relation to the amount of liquidity in the pool, the less price will fluctuate.

For example a trade that looks to swap 10% of the TVL amount in a pool will move the price roughly 9% while a trade that swaps 0.1% of the TVL will move the price only 0.09% — barely budging it.

Simply: More liquidity means a larger range of trading with low slippage and a more stable price.

  Managing Liquidity pools and low slippage. Source: Uniswap


Price arbitrage

The second implication to be aware of is that the price of the tokens in a liquidity pool can be significantly different from the prices of those tokens on other exchanges!

Because the price in a pool is set purely by the constant product formula, no external variables affect the pool token prices. The only things that affect the prices are actual trades: the amount of liquidity in the pool and the volume, or size of the swap, that someone wants to trade.

For example, in a low volume ETH/USDC pool one trader could move the price of ETH in USDC terms to an extreme. But that wouldn’t affect the price of ETH on any other exchange such as Coinbase, Binance or any other AMM either!

This opens the door for market and price manipulation as well as arbitrage opportunities. If the price of tokens in a liquidity pool are materially different from those on external exchanges, an arbitrageur should enter the market and arbitrage the opportunity away, bringing the prices across AMMs and other exchanges into equilibrium.

What this means for builders is that if you’re using your AMM as the oracle price feed for any applications, governance or DeFi — you need to be aware that it’s not a question of is it possible, rather it’s only a question of how much money it will cost someone to manipulate your prices to the extreme. As a user or investor, you’re best always checking other exchanges to see if you’re getting a market price.

Impermanent Loss

Impermanent loss (IL) is the possible loss of value that an LP can suffer by committing assets to a pool compared to simply holding the same assets. As in a LP holding ETH and USDC could see more price appreciation in some cases than by adding ETH and USDC to a liquidity pool.

How does this happen? It’s relatively simple to calculate, but intuitively, when you put 1 ETH and 100 USDC into a liquidity pool, in a way you’re giving up a little bit of the upside if the price of ETH goes up. Why? Remember that the assets in a liquidity pool are always balanced in value. This means that the pool automatically ‘gives away’ a portion of the price appreciation to make sure the constant product formula stays true.

Here’s an example:

  1. The price of ETH goes up in the market (outside of the liquidity pool) from 100 to 120 USDC per ETH.
  2. Arbitrageurs see an opportunity to buy ETH in the liquidity pool for 100 USDC and sell it on the market for 120 USDC (a nice 20$ profit). This brings the price in the pool to an equilibrium with the rest of the market.
  3. Using the constant product formula the balance of tokens in the pool is now 0.91 ETH and 109 USDC (giving a price of ~120 USDC per ETH).
  4. Your LP stake is now worth in dollar terms: (0.91 * 120) + 109 = 218.2. If you had simply held your 1 ETH and 100 USDC in a wallet, it would be worth 220. You’ve suffered impermanent loss of 1.8!

This happens because of the inherent rebalancing that occurs in constant product formula AMMs. It’s called Impermanent Loss because if the price of ETH dropped from 120 USDC to 100 USDC, the loss would disappear. The loss is dependent on price fluctuations. The large the price movement in the base assets, the larger the IL.

  IL ratios due to price variation. Source: Uniswap


It’s important to note that the loss isn’t in absolute terms, only relative to holding the assets outside of the liquidity pool. The important implication for an LP in this case is that the risk of IL increases an LPs risk when adding liquidity.

LPs have two financial risks that need to be mitigated: opportunity cost and IL. This is what the AMM trading fee goes to mitigate. The higher the risk, the higher the fee that LPs can expect to receive. Higher risk can generally be quantified into two buckets: how long capital we need to be used as liquidity and the volatility of the underlying assets. The longer the lock up and the more volatile the underlying assets, the more fees an LP can expect to receive.

Since most projects use the Uniswap protocol (or something similar) most have a straightforward fee of 0.3% per trade — usually not nearly enough to compensate LPs for their risk. This is why most projects reward LPs with additional tokens. Without these additional tokens, the benefits of providing liquidity for a project don’t outweigh the risks and since projects know that liquidity is critical for their token, they need to allocate their budget accordingly (more on this topic here).

Liquidity Pools: the core DeFi building block

DeFi is built on constant product AMM liquidity pools. It’s these trustless, permissionless liquidity pools that form the DeFi Matrix and the basis of yield in DeFi.

Understanding the core concepts of how prices are set, how prices can change or be manipulated and the implications for builders, users and investors is an important part to designing tokenomics.

Comments

All Comments

Recommended for you

  • Fed's Kashkari: Rate cuts may have to wait until 2025

    Kashkari of the Federal Reserve stated that the resilience of the US housing market surprised him; once inflation continues to fall back to 2%, we can lower interest rates; we need to be patient and wait until we are sure that inflation is declining; it may be necessary to wait until 2025 to lower interest rates; as political heat rises, the Federal Reserve is more focused on its own mission.

  • ARKB had a net inflow of $10 million yesterday

    ARK Invest's Bitcoin spot ETF, ARKB, had a net inflow of $10 million yesterday (April 18).

  • Blast DEX Thruster receives $7.5 million in seed round funding

    The decentralized trading protocol Thruster based on Blast raised $7.5 million in seed funding led by Pantera Capital, bringing Thruster's valuation to $70 million. Angel investors include Santiago Santos, Frax founder Sam Kazemian, Pendle founder TN Lee, Stacked founder Alex Lin, Renzo founder Kratik Lodha, and Axelar founder Georgios Vlachos also participated in this round of funding.

  • Hong Kong Treasury Secretary: Will submit a draft bill on stablecoin and virtual asset over-the-counter trading services to the Legislative Council

    According to a report by Caixin, Hong Kong Financial Secretary Paul Chan Mo-po introduced the expenditure budget and work focus for the fiscal year 2024-25, stating that a variety of central bank digital currency cross-border networks (mBridge) are expected to be launched this year, with the first phase of services focusing on settling cross-border transactions for enterprises using various central bank digital currencies. In addition, the "digital renminbi" will also expand its pilot scope in Hong Kong, further improving cross-border payment efficiency and user experience. In terms of virtual assets, the government is promoting a series of measures to strengthen regulation and promote the stable and responsible development of the virtual asset market in Hong Kong. Specifically, the Hong Kong Monetary Authority launched a stablecoin sandbox in March this year, allowing institutions interested in issuing stablecoins to conduct testing within a controlled range. The government has also consulted the public on the regulation of fiat-backed stablecoin issuers and virtual asset over-the-counter trading services, and is considering the feedback received. Depending on the progress of preparatory work, the draft legislation will be submitted to the Legislative Council as soon as possible.

  • Three men and women arrested for laundering more than 1.8 billion yuan from virtual currency trading platforms and bank accounts

    Hong Kong Customs broke up a money laundering syndicate and arrested three local suspects who are suspected of using virtual currency trading platforms and multiple local bank accounts opened by companies to process over 1.8 billion yuan of funds with unknown sources. Customs officials targeted the three suspects based on intelligence and launched a wealth investigation, discovering that the three individuals conducted over 1,000 suspicious transactions between June 2021 and July 2022 through the opening of multiple local companies and bank accounts, including the transfer of funds from virtual currency trading platforms, involving more than 1.8 billion yuan.

  • BTC halving countdown only 1 day left

    According to Ouke Cloud Chain data, there is only 1 day and 17 hours left until the BTC halving countdown, which is expected to occur on 2024/04/20. The current block reward is 6.25 BTC, and after the halving, the block reward will be 3.125 BTC. There are currently 253 remaining blocks, the current network hashrate is 587.96 EH/s, the network mining difficulty is 83.95 T, and the average block time is 9.94 min.

  • The total open interest of BTC options is $21.24 billion, and the open interest of ETH options is $9.42 billion.

    According to Coinglass data, the nominal value of open BTC option positions on the entire network is $21.24 billion, and the nominal value of open ETH option positions is $9.42 billion.

  • CZ launches testnet course on Giggle Academy

    CZ, the former CEO of Binance, announced the test network course of the recently launched education project Giggle Academy. CZ shared a video clip on his X account, which involved a course in an installable Android software package (Apk).

  • After the Bitcoin halving, new mining output will be reduced from 900 to 450 per day

    According to HODL15Capital's monitoring, after the halving of Bitcoin, its newly mined output will be reduced from 900 coins per day to 450 coins per day. Based on the current price, purchasing all of these new outputs would cost approximately $28 million.

  • BTC breaks through $62,000, and the intraday decline narrows to 2.96%

    According to market data, BTC has broken through $62,000 and is currently trading at $62,008.36. The intraday decline has narrowed to 2.96%, and the market is experiencing large fluctuations, so please be prepared for risk control.