Open
Conversation
Co-authored-by: David Fuelling <sappenin@gmail.com> Co-authored-by: Mayukha Vadari <mvadari@gmail.com>
* Rename SymbolClass * Rename SymbolPrice * Rename CURRENCY type * Rename Set/DeleteOracle transaction * Add appendix to describe STI_ASSET_TYPE
* Remove references to OracleID * Correct validation for URI and Provider to 32 bytes * Update OracleSet description * Reformat transactions and API sections to one table followed by description * Move JSON examples in transactions and API sections before the tables
Co-authored-by: Mayukha Vadari <mvadari@gmail.com>
…300s, close+300s}
shawnxie999
approved these changes
Feb 5, 2026
mvadari
reviewed
Feb 6, 2026
Co-authored-by: Mayukha Vadari <mvadari@gmail.com>
mvadari
requested changes
Feb 6, 2026
Collaborator
mvadari
left a comment
There was a problem hiding this comment.
Please follow the format listed out in the templates.
Tapanito
requested changes
Feb 9, 2026
Tapanito
requested changes
Feb 10, 2026
mvadari
reviewed
Feb 10, 2026
mvadari
reviewed
Feb 10, 2026
mvadari
reviewed
Feb 10, 2026
Co-authored-by: Mayukha Vadari <mvadari@gmail.com>
Co-authored-by: Mayukha Vadari <mvadari@gmail.com>
Co-authored-by: Mayukha Vadari <mvadari@gmail.com>
Tapanito
approved these changes
Feb 11, 2026
mvadari
reviewed
Feb 17, 2026
| <pre> | ||
| xls: 82 | ||
| title: MPT Integration into DEX | ||
| description: Adds Multi-purpose token support for XRPL DEX |
Collaborator
There was a problem hiding this comment.
nit:
Suggested change
| description: Adds Multi-purpose token support for XRPL DEX | |
| description: Adds Multi-Purpose Token (MPT) support for XRPL DEX |
mvadari
reviewed
Feb 17, 2026
|
|
||
| ### 2.3. State Changes | ||
|
|
||
| On success `AMMCreate` creates and authorizes `MPToken` object for each MPT token for AMM pseudo-account. |
Collaborator
There was a problem hiding this comment.
Suggested change
| On success `AMMCreate` creates and authorizes `MPToken` object for each MPT token for AMM pseudo-account. | |
| On success `AMMCreate` creates and authorizes an `MPToken` object for each MPT token for the AMM pseudo-account. |
mvadari
reviewed
Feb 17, 2026
| Any transaction with MPT `Amount` or `Asset` have to use JSON format as described above. For any transaction, which uses MPT token, the token has to be created first by an issuer with `MPTokenIssuanceCreate` transaction and in most cases, except for `AMMCreate`, `AMMWithdraw`, `AMMClawback`, `CheckCash`, and `OfferCreate`, the token has to be authorized by the holder account with `MPTokenAuthorize` transaction as described in [XLS-33d](../XLS-0033d-multi-purpose-tokens/README.md). `MPTokenAuthorize` creates `MPToken` object, owned by a holder account. In addition, `MPTokenIssuanceCreate` must have the following flags set: | ||
|
|
||
| - `lsfMPTCanTrade`, in order for individual holders to trade their balances using the XRP Ledger DEX or AMM. | ||
| - `lsfMPTCanTransfer`, in order for the tokens held by non-issuers to be transferred to other accounts. |
Collaborator
There was a problem hiding this comment.
Please create sections for each ledger entry that is modified. You only need to include the subsections that are changed/relevant to the modifications.
mvadari
reviewed
Feb 17, 2026
|
|
||
| ### 11.1. Request Fields | ||
|
|
||
| We do not introduce new fields. |
Collaborator
There was a problem hiding this comment.
Can you elaborate in the RPCs that while there are no new fields, there are new subfields?
mvadari
reviewed
Feb 17, 2026
|
|
||
| # Appendix | ||
|
|
||
| ## A: `STIssue` serialization |
Collaborator
There was a problem hiding this comment.
This should be an SType section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This proposal introduces a new amendment
MPTVersion2as an extension to XLS-33 Multi-Purpose Tokens.MPTVersion2amendment enables Multi-purpose token (MPT) support on the XRPL DEX.