Move more amendment disclaimers to end of section

This commit is contained in:
mDuo13
2025-10-06 14:27:46 -07:00
parent 07f4436b45
commit f509c4b185
25 changed files with 82 additions and 108 deletions

View File

@@ -2,13 +2,11 @@
seo:
description: Issue an asset-backed token such as a US Treasury bill using multi-purpose tokens.
labels:
- Tokens
- MPT
- Tokens
- MPT
---
# Creating an Asset-backed Multi-purpose Token
{% amendment-disclaimer name="MPTokensV1" /%}
_As a financial professional, I want to use multi-purpose tokens to create an asset-backed token in order to profit from resale transactions._
A multi-purpose token (MPT) is a compact and flexible object that offers the best aspects of fungible and non-fungible tokens. It is the next generation of tokenization on the XRPL. Notable features include:
@@ -21,6 +19,8 @@ A multi-purpose token (MPT) is a compact and flexible object that offers the bes
To learn more, see [Multi-purpose Tokens](../../concepts/tokens/fungible-tokens/multi-purpose-tokens.md).
{% amendment-disclaimer name="MPTokensV1" /%}
## MPT Generator
![MPT Generator Utility](../../img/uc-mpt1-mpt-generator-empty-form.png)

View File

@@ -159,14 +159,14 @@ See [Enact Global Freeze](../../tutorials/how-tos/use-tokens/enact-global-freeze
### Clawback
{% amendment-disclaimer name="Clawback" /%}
Clawback is an optional setting that you can choose before you begin to distribute your stablecoin. For regulatory purposes, some issuers _must_ have the ability to recover issued tokens after they are distributed to accounts. For example, if an issuer were to discover that tokens were sent to an account sanctioned for illegal activity, the issuer could recover, or _claw back_, the funds.
See [Clawback](../../references/protocol/transactions/types/clawback.md).
![Clawback](/docs/img/uc-stablecoin-clawback.png)
{% amendment-disclaimer name="Clawback" /%}
### Partial Payments
Look out for partial payments. Payments with the partial payment flag enabled can be considered "successful" if any non-zero amount is delivered, even minuscule amounts.
@@ -206,7 +206,6 @@ Decentralized exchanges (DEXes) are integral to the decentralized finance ecosys
### List on an AMM
{% amendment-disclaimer name="AMM" /%}
Automated Market Makers (AMMs) are smart contracts that provide liquidity in the XRP Ledger's decentralized exchange. Each AMM holds a pool of two assets and enables users to swap between them at an exchange rate set by a formula.
@@ -214,4 +213,6 @@ For any given pair of assets, there can be up to one AMM in the ledger. You can
See [Automated Market Makers](../../concepts/tokens/decentralized-exchange/automated-market-makers.md).
{% amendment-disclaimer name="AMM" /%}
{% raw-partial file="/docs/_snippets/common-links.md" /%}