From b8794f80f644cbe8f2064b8c5e28a80ce9a5e8bb Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 12 Dec 2022 20:10:54 -0800 Subject: [PATCH] AMM: add concept links to more tx types --- .../transactions/transaction-types/ammbid.md | 2 +- .../transactions/transaction-types/ammcreate.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/ammbid.md b/content/references/protocol-reference/transactions/transaction-types/ammbid.md index 0bdf80d9f9..57a03deb81 100644 --- a/content/references/protocol-reference/transactions/transaction-types/ammbid.md +++ b/content/references/protocol-reference/transactions/transaction-types/ammbid.md @@ -12,7 +12,7 @@ status: not_enabled {% include '_snippets/amm-disclaimer.md' %} -Bid on an Automated Market Maker'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](automated-market-makers.html)'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. You bid using the AMM's LP Tokens; the amount of a winning bid is returned to the AMM, decreasing the outstanding balance of LP Tokens. diff --git a/content/references/protocol-reference/transactions/transaction-types/ammcreate.md b/content/references/protocol-reference/transactions/transaction-types/ammcreate.md index d10054b78f..2e7d3d9a79 100644 --- a/content/references/protocol-reference/transactions/transaction-types/ammcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/ammcreate.md @@ -1,7 +1,7 @@ --- html: ammcreate.html parent: transaction-types.html -blurb: Create a new AMM instance for trading a given pair of assets. +blurb: Create a new Automated Market Maker for trading a given pair of assets. labels: - AMM status: not_enabled @@ -12,7 +12,7 @@ status: not_enabled {% include '_snippets/amm-disclaimer.md' %} -Create a new Automated Market-Maker (AMM) instance for trading a pair of assets ([fungible tokens](tokens.html) or [XRP](xrp.html)). +Create a new [Automated Market Maker](automated-market-makers.html) (AMM) instance for trading a pair of assets ([fungible tokens](tokens.html) or [XRP](xrp.html)). Creates both an [AMM object][] and a [special AccountRoot object](accountroot.html#special-amm-accountroot-objects) to represent the AMM. Also transfers ownership of the starting balance of both assets from the sender to the created `AccountRoot` and issues an initial balance of liquidity provider tokens (LP Tokens) from the AMM account to the sender.