Skip to content

Commit 573d993

Browse files
committed
Add disclaimers and links
1 parent 790eff1 commit 573d993

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ MPTs are intended to be complementary to IOUs. While there might be use cases w
5555

5656
## See Also
5757

58+
- **Use Case**
59+
60+
[Creating an Asset-backed Multi-purpose Token](../../../use-cases/tokenization/creating-an-asset-backed-multi-purpose-token.md)
61+
62+
- **Tutorial**
63+
64+
[Sending MPTs](../../../tutorials/javascript/send-payments/sending-mpts.md)
65+
5866
- **References:**
5967
- [MPToken](../../../references/protocol/ledger-data/ledger-entry-types/mptoken.md)
6068
- [MPTokenIssuance](../../../references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md)

docs/tutorials/javascript/send-payments/sending-mpts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ labels:
77
---
88
# Sending MPTs
99

10-
_As an XRPL holder, I want to send multi-purpose tokens to another account in order to complete an offline transaction._
10+
_(Requires the [MPToken amendment][] {% not-enabled /%})_
1111

1212
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.
1313

@@ -820,4 +820,5 @@ async function authorizeMPT() {
820820
</div>
821821
<hr/>
822822
823-
==>
823+
-->
824+
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/use-cases/tokenization/creating-an-asset-backed-multi-purpose-token.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ labels:
77
---
88
# Creating an Asset-backed Multi-purpose Token
99

10+
_(Requires the [MPToken amendment][] {% not-enabled /%})_
11+
1012
_As a financial professional, I want to use multi-purpose tokens to create an asset-backed token in order to profit from resale transactions._
1113

1214
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
449451
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).
450452

451453
![Account and MPT ID in the result field.](../../img/uc-mpt1-t-bill-gather-mpt-info.png)
454+
455+
{% raw-partial file="/docs/_snippets/common-links.md" /%}

0 commit comments

Comments
 (0)