# Note

* **Do not** send inscriptions to **non-ordinals** compatible taproot wallet addresses.&#x20;
* 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. &#x20;
* Each transfer inscription can only be **used once**.&#x20;
* The first deployment of a ticker is the only one that has claim to the ticker. Tickers are **not** case sensitive **(XTAI = xtai)**.&#x20;
* If two events occur in the same block, prioritization is assigned via order they were confirmed in the block. (first to last).&#x20;
* Minting transfer inscription to yourself first is necessary to avoid others spending your balance.&#x20;
* 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.&#x20;
* 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)&#x20;
* Mint function inscriptions **do not** have a padding requirement.&#x20;
* 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.&#x20;
* Number of decimals **cannot exceed 18** (default).&#x20;
* Standard limited to uint128.&#x20;
* Maximum supply cannot exceed uint64\_max.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://x-tai.gitbook.io/x.tai/guidance/note.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
