mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Make the amendment requirement consistent with other enabled amendments.
This commit is contained in:
@@ -13,7 +13,7 @@ labels:
|
|||||||
|
|
||||||
The {% code-page-name /%} method gets information about an Automated Market Maker (AMM) instance.
|
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
|
### Request Format
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ labels:
|
|||||||
# AMMBid
|
# AMMBid
|
||||||
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMBid.cpp "Source")
|
[[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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ labels:
|
|||||||
# AMMCreate
|
# AMMCreate
|
||||||
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMCreate.cpp "Source")
|
[[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)).
|
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)).
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ labels:
|
|||||||
# AMMDelete
|
# AMMDelete
|
||||||
[[Source]](https://github.com/XRPLF/rippled/blob/develop/src/ripple/app/tx/impl/AMMDelete.cpp "Source")
|
[[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.
|
Delete an empty [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance that could not be fully deleted automatically.
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ labels:
|
|||||||
# AMMDeposit
|
# AMMDeposit
|
||||||
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMDeposit.cpp "Source")
|
[[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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ labels:
|
|||||||
# AMMWithdraw
|
# AMMWithdraw
|
||||||
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMWithdraw.cpp "Source")
|
[[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).
|
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).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user