From d6665f15d7eb5ae8ab3864d73dc4450cb7e6768b Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 26 Apr 2022 16:52:15 +0200 Subject: [PATCH] Issue-#956: Update liquidity pool description --- content/concepts/asset-pricing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/asset-pricing.md b/content/concepts/asset-pricing.md index e1fd98aa..13795328 100644 --- a/content/concepts/asset-pricing.md +++ b/content/concepts/asset-pricing.md @@ -22,7 +22,7 @@ The publisher creates an Automated Market Maker(AMM) pool of Datatoken and Ocean AMM uses a constant product formula to price tokens, which states: **x * y = k** where **x** and **y** represents the quantity of the two different tokens in the pool and **k** is a constant. -A *liquidity pool* is a reserve of tokens locked in the smart contract for market making. A buyer or a seller of an asset exchanges tokens **x** for tokens **y** or vice versa. AMM calculates the exchange ratio between the tokens based on the mathematical formula above. +A *liquidity pool* is a reserve of tokens locked in the smart contract for market making. A buyer or a seller of an asset exchanges token **x** for token **y** or vice versa. AMM calculates the exchange ratio between the tokens based on the mathematical formula above. Ocean Protocol facilitates the creation of Datatoken/OCEAN liquidity pool with Balancer smart contracts.