Make the amendment requirement consistent with other enabled amendments.

This commit is contained in:
Michael Legleux
2024-04-11 12:16:43 -07:00
parent 5f918a4698
commit 524576b909
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ labels:
The {% code-page-name /%} method gets information about an Automated Market Maker (AMM) instance.
_(Requires the [AMM amendment][])_
_(Added by the [AMM amendment][])_
### Request Format

View File

@@ -9,7 +9,7 @@ labels:
# AMMBid
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMBid.cpp "Source")
_(Requires the [AMM amendment][])_
_(Added by the [AMM amendment][])_
Bid on an [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md)'s (AMM's) auction slot. If you win, you can trade against the AMM at a discounted fee until you are outbid or 24 hours have passed. If you are outbid before 24 hours have passed, you are refunded part of the cost of your bid based on how much time remains.

View File

@@ -9,7 +9,7 @@ labels:
# AMMCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMCreate.cpp "Source")
_(Requires the [AMM amendment][])_
_(Added by the [AMM amendment][])_
Create a new [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance for trading a pair of assets ([fungible tokens](../../../../concepts/tokens/index.md) or [XRP](../../../../introduction/what-is-xrp.md)).

View File

@@ -9,7 +9,7 @@ labels:
# AMMDelete
[[Source]](https://github.com/XRPLF/rippled/blob/develop/src/ripple/app/tx/impl/AMMDelete.cpp "Source")
_(Requires the [AMM amendment][])_
_(Added by the [AMM amendment][])_
Delete an empty [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance that could not be fully deleted automatically.

View File

@@ -9,7 +9,7 @@ labels:
# AMMDeposit
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMDeposit.cpp "Source")
_(Requires the [AMM amendment][])_
_(Added by the [AMM amendment][])_
Deposit funds into an [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance and receive the AMM's liquidity provider tokens (_LP Tokens_) in exchange. You can deposit one or both of the assets in the AMM's pool.

View File

@@ -9,7 +9,7 @@ labels:
# AMMWithdraw
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMWithdraw.cpp "Source")
_(Requires the [AMM amendment][])_
_(Added by the [AMM amendment][])_
Withdraw assets from an [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance by returning the AMM's liquidity provider tokens (LP Tokens).