Skip to content

Commit

Permalink
add numbers (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSackerberg authored Feb 20, 2024
1 parent 7742855 commit 2e1d1e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/token-metadata/token-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ This solves a pain point for third parties such as wallets which, before this fi

The Token Standard field can have the following values:

- `NonFungible`: A non-fungible token with a Master Edition.
- `FungibleAsset`: A token with metadata that can also have attributes, sometimes called Semi-Fungible.
- `Fungible`: A token with simple metadata.
- `NonFungibleEdition`: A non-fungible token with an Edition account (printed from a Master edition).
- `ProgrammableNonFungible`: A special `NonFungible` token that is frozen at all times to enforce custom authorization rules.
- `0` / `NonFungible`: A non-fungible token with a Master Edition.
- `1` / `FungibleAsset` (1): A token with metadata that can also have attributes, sometimes called Semi-Fungible.
- `2` / `Fungible` (2): A token with simple metadata.
- `3 / `NonFungibleEdition` (3): A non-fungible token with an Edition account (printed from a Master edition).
- `4` / `ProgrammableNonFungible` (4): A special `NonFungible` token that is frozen at all times to enforce custom authorization rules.

It is important to note that the Token Standard is set automatically by the Token Metadata program and cannot be manually updated. It uses the following logic to apply the correct standard:

Expand Down

0 comments on commit 2e1d1e9

Please sign in to comment.