1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Issue-#956: Use word with only single meaning in the document

This commit is contained in:
Akshay 2022-04-26 16:49:03 +02:00
parent 12e459802d
commit 918bb00897

View File

@ -19,10 +19,10 @@ The below image shows how to set the fixed pricing of an asset in the Ocean's Ma
The publisher creates an Automated Market Maker(AMM) pool of Datatoken and Ocean tokens in dynamic pricing. *AMM* enables unstoppable, decentralized trading of assets in the liquidity pool.
AMM uses a constant product formula to price assets, which states: **x * y = k**
where **x** and **y** represents the quantity of the two assets(in the form of tokens) in the pool and **k** is a constant.
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 assets locked in the smart contract for market making. A buyer or a seller of an asset exchanges asset **x** for asset **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 tokens **x** for tokens **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.