Note
Do not send inscriptions to non-ordinals compatible taproot wallet addresses.
It is unlikely that balances will be safely tradable using existing marketplace infrastructure. Under no circumstances does the transfer of a mint function result in a balance change.
Each transfer inscription can only be used once.
The first deployment of a ticker is the only one that has claim to the ticker. Tickers are not case sensitive (XTAI = xtai).
If two events occur in the same block, prioritization is assigned via order they were confirmed in the block. (first to last).
Minting transfer inscription to yourself first is necessary to avoid others spending your balance.
For public XRC-20 mints, the bitcoin punks / .sats names 'first is first' approach is adopted.
The mint function and the second step of the transfer function are the only events that cause changes in balance.
The first mint to exceed the maximum supply will receive the fraction that is valid. (ex. 21,000,000 maximum supply, 20,999,242 circulating supply, and 1000 mint inscription = 758 balance state applied)
Mint function inscriptions do not have a padding requirement.
No valid action can occur through spending of ordinals via transaction fee. If it occurs during the inscription process, then the resulting inscription is ignored. If it occurs during the second phase of the transfer process, the balance is returned to the sender’s available balance.
Number of decimals cannot exceed 18 (default).
Standard limited to uint128.
Maximum supply cannot exceed uint64_max.
Last updated