From f6da72a5e4bd796d6e4f0b0405f9866ef7578764 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Thu, 29 May 2025 13:04:03 -0700 Subject: [PATCH] Innocuous change to kick off a build. --- docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md b/docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md index 8971cc767c..9b643fffaf 100644 --- a/docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md +++ b/docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md @@ -14,7 +14,7 @@ Multi-purpose tokens (MPTs) are a more compact and flexible type of fungible tok MPTs let you take advantage of ready-to-use tokenization features with a few lines of code. You can create many token experiences from one token program itself. Notable features include: -- MPTs store their metadata directly on the XRPL blockchain. Once set, the metadata is immutable. +- MPTs store their metadata directly on the XRPL blockchain. Once set, the metadata is immutable. - A 1024-byte URI field provides a metadata pointer that allows you to use an off-chain source for metadata in addition to the on-chain source. This lets your application access necessary information directly from the chain, prompting higher interoperability for tokens, without losing the ability to attach additional information. - MPTs can have a fixed token supply where you set a cap on the maximum number of tokens that can be minted. - You can define MPTs as non-transferable, tokens that can only be transferred back to the issuer, but not among tokenholders. Useful for cases such as issuing airline credits or loyalty rewards.