Skip to content

Commit 6413df7

Browse files
authored
Merge pull request #2980 from XRPLF/amm-links
Add AMM links to documentation and blog posts
2 parents fc05d74 + cc88efa commit 6413df7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

blog/2024/amm-status-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ markdown:
1010
---
1111
# AMM Status Update
1212

13-
As previously expected, the [AMM Amendment to the XRP Ledger](./get-ready-for-amm.md) went live on 2024-03-22. However, soon after, a community member identified a discrepancy in a few AMM pools which indicated transactions were not executing as intended. A team including RippleX, Orchestra Finance, tequ, and other members of the XRP Ledger community moved quickly to identify the source of the problem, which involves how the DEX payment engine routes liquidity through AMM pools and order books in some complex payment path scenarios.
13+
As previously expected, the [AMM Amendment to the XRP Ledger](./get-ready-for-amm.md) went live on 2024-03-22. However, soon after, a community member identified a discrepancy in a few [AMM](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) pools which indicated transactions were not executing as intended. A team including RippleX, Orchestra Finance, tequ, and other members of the XRP Ledger community moved quickly to identify the source of the problem, which involves how the DEX payment engine routes liquidity through AMM pools and order books in some complex payment path scenarios.
1414

1515
A fix has been developed and [is being reviewed, tested, and prepared for release](https://github.com/XRPLF/rippled/pull/4968) as soon as possible. The fix requires an amendment to the XRP Ledger protocol, which must be voted in by network validators and maintain over 80% support for the normal 2-week period before activation. Until the fix is enabled on the network, it's best for users to redeem LP tokens and not deposit new funds into AMM pools.
1616

blog/2024/deep-dive-into-amm-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ markdown:
1212
---
1313
# XLS-30 Overview: XRP Ledger Automated Market Maker
1414

15-
XLS-30 is live on Mainnet, bringing with it new avenues for liquidity and trading on the network. Designed as a native protocol, XLS-30 enables developers to integrate with the AMM and establish their own front-end trading and liquidity provision interfaces.
15+
XLS-30 is live on Mainnet, bringing with it new avenues for liquidity and trading on the network. Designed as a native protocol, XLS-30 enables developers to integrate with the [AMM](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) and establish their own front-end trading and liquidity provision interfaces.
1616

1717
<!-- BREAK -->
1818

docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ labels:
1111
# amm_info
1212
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/AMMInfo.cpp "Source")
1313

14-
The {% code-page-name /%} method gets information about an Automated Market Maker (AMM) instance.
14+
The {% code-page-name /%} method gets information about an [Automated Market Maker (AMM)](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) instance.
1515

1616
_(Added by the [AMM amendment][])_
1717

docs/tutorials/javascript/amm/add-assets-to-amm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Follow the steps from the [Create an AMM](/docs/tutorials/javascript/amm/create-
44

55
This example shows how to:
66

7-
1. Deposit assets to an existing AMM and receive LP tokens.
7+
1. Deposit assets to an existing [AMM](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) and receive LP tokens.
88
2. Vote on AMM trading fees.
99
3. Check the value of your LP tokens.
1010
4. Redeem LP tokens for assets in the AMM pair.

docs/tutorials/javascript/amm/create-an-amm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example shows how to:
44

5-
1. Check if an AMM pair exists.
5+
1. Check if an [AMM](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) pair exists.
66
2. Issue a token.
77
3. Create an AMM pair with the issued tokens and XRP.
88
4. Create another AMM pair with two issued tokens.

docs/tutorials/javascript/amm/trade-with-auction-slot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Follow the steps from the [Create an AMM](/docs/tutorials/javascript/amm/create-
44

55
This example shows how to:
66

7-
1. Calculate the exact cost of swapping one token for another in an AMM pool.
7+
1. Calculate the exact cost of swapping one token for another in an [AMM](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) pool.
88
2. Check the difference in trading fees with and without an auction slot.
99
3. Bid on an auction slot with LP tokens.
1010
4. Create an offer to swap tokens with the AMM.

0 commit comments

Comments
 (0)