[mkdocs] docs: add mosaics concept#846
Open
zero4862 wants to merge 1 commit intoNemProject:new-docsfrom
Open
Conversation
zero4862
commented
May 5, 2026
|
|
||
| Defines the total number of mosaic units created at issuance. | ||
|
|
||
| A mosaic's total supply cannot exceed **9 × 10^15^** atomic units, regardless of divisibility. |
Author
There was a problem hiding this comment.
We might want to mention the max total supply on Symbol docs.
zero4862
commented
May 5, 2026
| balances are preserved. | ||
| - If the original owner renews the namespace during the grace period, the mosaic and its balances become usable again. | ||
|
|
||
| !!! warning "Mosaic loss past the grace period is permanent" |
Author
There was a problem hiding this comment.
In Symbol, it might be worth investigating and documenting what happens with balances if the account creator tries to renew an expired mosaic.
zero4862
commented
May 5, 2026
| Creating a mosaic requires announcing a transaction, which also has an associated fee. | ||
| However, this transaction fee is typically negligible compared to the creation fee. | ||
|
|
||
| ## Modifying a Mosaic |
Author
There was a problem hiding this comment.
We could add a similar section in Symbol docs.
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.
Adapts Mosaics concept to NEM technology.
Differences with Symbol:
<namespace>:<mosaic name>form on NEM (e.g.nem:xem); numeric ID on Symbol (e.g.0x6BED913FA20223F8), optionally aliased by a namespace.descriptionfield; Symbol uses the generic metadata instead.