Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Readability and Minor Fixes in Documentation #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions core-apps/infinity-swap/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<figure><img src="../../.gitbook/assets/image (4) (1) (1).png" alt=""><figcaption></figcaption></figure>

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).

Expand Down