From ca99c256f3661cdc72a985b2620a1dc9a798265c Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:39:55 +0300 Subject: [PATCH] Improved Readability and Minor Fixes in Documentation --- core-apps/infinity-swap/how-it-works.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core-apps/infinity-swap/how-it-works.md b/core-apps/infinity-swap/how-it-works.md index 6479add..487bc9e 100644 --- a/core-apps/infinity-swap/how-it-works.md +++ b/core-apps/infinity-swap/how-it-works.md @@ -4,24 +4,24 @@ description: Creating Pools # How it works -Each pool is created by the holder or buyer of a specific collection. There can be multiple pools of the same collection, and you may create as many pools as you want. There is a small fee that must be paid when creating a pool. +Each pool is created by the holder or buyer of a specific collection. There can be multiple pools for the same collection, and you can create as many pools as you want. There is a small fee that must be paid when creating a pool. -When creating a pool, you’ll be presented with some options: +When creating a pool, you will be presented with the following options: * A pool with STARS (for buying NFTs) -* A pool with NFTs (for selling NFTs) +* A pool with NFTs (for selling) * A pool with both NFTs and STARS (for both buying and selling NFTs).
-You may then select the NFT collection you would like to pair with the STARS token. +You can then select the NFT collection to pair with the STARS token. -The last step is setting the pool parameters: +The final step is to set the pool parameters: * The number of STARS tokens to deposit into the pool. * The specific NFTs from the selected collection that you would like to deposit into the pool. -* The swap fee, which is the amount of tokens you will earn on every transaction (only applicable for “buy and sell” pools). -* The bonding curve (linear / exponential / XYK). This is the algorithm used to determine pool prices. +* The swap fee, which is the amount of STARS you will earn on every transaction (only applicable for 'buy and sell' pools). +* The bonding curve (linear, exponential, or XYK). This is the algorithm used to determine pool prices. * The spot price, which is the starting pool price (only applicable for linear and exponential pools). * The delta, which is a parameter used to calculate subsequent pool prices (only applicable for linear and exponential pools).