mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-17 18:25:50 +00:00
Add disclaimers and links
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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" /%}
|
||||||
@@ -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).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||||
Reference in New Issue
Block a user