@@ -210,7 +210,7 @@ The Irreversible Flags (`byte`) are defined as follows:
210210| :-----:| :------------------------------------------------| :-------:| :---------------------|
211211| ` LSB ` | [ ARC-3] ( ./arc-0003.md ) Compliant | ` False ` | At metadata creation |
212212| ` 1 ` | [ ARC-89] ( ./arc-0089.md ) Native ASA | ` False ` | At metadata creation |
213- | ` 2 ` | Custom, should be reserved for future ARCs | ` False ` | Any |
213+ | ` 2 ` | [ ARC-54 ] ( ./arc-0054.md ) Compliant | ` False ` | Any |
214214| ` 3 ` | Custom, should be reserved for future ARCs | ` False ` | Any |
215215| ` 4 ` | Custom, should be reserved for future ARCs | ` False ` | Any |
216216| ` 5 ` | Custom, should be reserved for future ARCs | ` False ` | Any |
@@ -219,14 +219,17 @@ The Irreversible Flags (`byte`) are defined as follows:
219219
220220The ` MSB ` is the leftmost bit in the byte stored in Asset Metadata Box.
221221
222- The bits ` 2 ... 6` are reserved for future ARCs (default ` False ` if not used).
222+ The bits ` 3 ... 6` are reserved for future ARCs (default ` False ` if not used).
223223
224224The Metadata ** MAY** be declared as [ ARC-3] ( ./arc-0003.md ) compliant on creation
225225setting the bit ` LSB ` in the Irreversible Flags to ` True ` .
226226
227227The ASA ** MAY** be declared as a _ native_ [ ARC-89] ( ./arc-0089.md ) ASA on creation
228228setting the bit ` 1 ` in the Irreversible Flags to ` True ` .
229229
230+ The ASA ** MAY** be declared as [ ARC-54] ( ./arc-0054.md ) compliant at any time
231+ setting the bit ` 2 ` in the Irreversible Flags to ` True ` .
232+
230233###### Metadata Immutability
231234
232235The Metadata ** MAY** be declared as _ immutable_ on creation or after, setting the
0 commit comments