mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-16 01:35:50 +00:00
Add AMM links to documentation and blog posts
This commit is contained in:
@@ -4,7 +4,7 @@ Follow the steps from the [Create an AMM](/docs/tutorials/javascript/amm/create-
|
||||
|
||||
This example shows how to:
|
||||
|
||||
1. Deposit assets to an existing AMM and receive LP tokens.
|
||||
1. Deposit assets to an existing [AMM](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) and receive LP tokens.
|
||||
2. Vote on AMM trading fees.
|
||||
3. Check the value of your LP tokens.
|
||||
4. Redeem LP tokens for assets in the AMM pair.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This example shows how to:
|
||||
|
||||
1. Check if an AMM pair exists.
|
||||
1. Check if an [AMM](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) pair exists.
|
||||
2. Issue a token.
|
||||
3. Create an AMM pair with the issued tokens and XRP.
|
||||
4. Create another AMM pair with two issued tokens.
|
||||
|
||||
@@ -4,7 +4,7 @@ Follow the steps from the [Create an AMM](/docs/tutorials/javascript/amm/create-
|
||||
|
||||
This example shows how to:
|
||||
|
||||
1. Calculate the exact cost of swapping one token for another in an AMM pool.
|
||||
1. Calculate the exact cost of swapping one token for another in an [AMM](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) pool.
|
||||
2. Check the difference in trading fees with and without an auction slot.
|
||||
3. Bid on an auction slot with LP tokens.
|
||||
4. Create an offer to swap tokens with the AMM.
|
||||
|
||||
Reference in New Issue
Block a user