Add disclaimers and links

This commit is contained in:
Dennis Dawson
2025-04-03 11:20:33 -07:00
parent 790eff176d
commit 573d993f26
3 changed files with 15 additions and 2 deletions

View File

@@ -55,6 +55,14 @@ MPTs are intended to be complementary to IOUs. While there might be use cases w
## See Also ## See Also
- **Use Case**
[Creating an Asset-backed Multi-purpose Token](../../../use-cases/tokenization/creating-an-asset-backed-multi-purpose-token.md)
- **Tutorial**
[Sending MPTs](../../../tutorials/javascript/send-payments/sending-mpts.md)
- **References:** - **References:**
- [MPToken](../../../references/protocol/ledger-data/ledger-entry-types/mptoken.md) - [MPToken](../../../references/protocol/ledger-data/ledger-entry-types/mptoken.md)
- [MPTokenIssuance](../../../references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md) - [MPTokenIssuance](../../../references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md)

View File

@@ -7,7 +7,7 @@ labels:
--- ---
# Sending MPTs # Sending MPTs
_As an XRPL holder, I want to send multi-purpose tokens to another account in order to complete an offline transaction._ _(Requires the [MPToken amendment][] {% not-enabled /%})_
To send an MPT to another account, the receiving account must first authorize the receipt of the MPT, based on its MPToken Issuance ID. This is to prevent malicious users from spamming accounts with unwanted tokens that could negatively impact storage and XRP reserves. To send an MPT to another account, the receiving account must first authorize the receipt of the MPT, based on its MPToken Issuance ID. This is to prevent malicious users from spamming accounts with unwanted tokens that could negatively impact storage and XRP reserves.
@@ -820,4 +820,5 @@ async function authorizeMPT() {
</div> </div>
<hr/> <hr/>
==> -->
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -7,6 +7,8 @@ labels:
--- ---
# Creating an Asset-backed Multi-purpose Token # Creating an Asset-backed Multi-purpose Token
_(Requires the [MPToken amendment][] {% not-enabled /%})_
_As a financial professional, I want to use multi-purpose tokens to create an asset-backed token in order to profit from resale transactions._ _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: 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:
@@ -449,3 +451,5 @@ Follow the link and scroll down to find the `MPTokenIssuanceCreate` transaction
Click **Gather MPT Information** to copy the account information and MPT Issuance ID to the result field. Copy the information and save it to send the MPT to another account as shown in [Sending MPTs](../../tutorials/javascript/send-payments/sending-mpts.md). Click **Gather MPT Information** to copy the account information and MPT Issuance ID to the result field. Copy the information and save it to send the MPT to another account as shown in [Sending MPTs](../../tutorials/javascript/send-payments/sending-mpts.md).
![Account and MPT ID in the result field.](../../img/uc-mpt1-t-bill-gather-mpt-info.png) ![Account and MPT ID in the result field.](../../img/uc-mpt1-t-bill-gather-mpt-info.png)
{% raw-partial file="/docs/_snippets/common-links.md" /%}