> For the complete documentation index, see [llms.txt](https://moow.gitbook.io/moow-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moow.gitbook.io/moow-whitepaper/tokenomics/tic-and-tac-utility/1.-art-collecting-utility.md).

# 1. Art Collecting Utility

<figure><img src="/files/zHdtM5DPrbdHPIt66qaM" alt=""><figcaption></figcaption></figure>

### Description

MOOW is Art based. All the MOOW NFTs are created by Artists. And collectible aspect is MOOW's heart.

MOOW provides users with option to collect original NFT Art that is used to create NFT Pulse Tracker.

These NFTs do not affect game mechanics but they are super engaging to collect them.

{% hint style="info" %}
**If you mint an Art NFT from a Tracker, the battery of this Tracker becomes unlimited, so no need to charge it anymore!**
{% endhint %}

### What are these NFTs?

They are true pieces of art for sure. The very first point that there will be 2 main types of NFT collections:

1. **Special Collections**. The most rare and unique NFTs hand painted by Artists.&#x20;
2. **Generative Collections**. These NFTs are created with MOOW neural engine by Misha Libertee curation or any other AI we are partnering.

<figure><img src="/files/p7L8szNuo7Wv1OwJyDYB" alt=""><figcaption></figcaption></figure>

All the NFTs have **Rarity Traits**:

1. Season
2. Collection
3. Date Created
4. Artist
5. Secret Properties

### How to mint Art NFT?

1. User **must have an MOOW level 20-30 NFT Tracker** to mint Art NFT. &#x20;
2. Then user has an option to pay some amount of **TIC and TAC to mint Art NFT**.
3. Art **NFT is minted and displayed on Inventory**.
4. It's **possible to mint Art NFT only once for each NFT Tracker**. Mint status is always displayed on the Tracker Page.

### **Art NFT Progressive Minting Cost (PMC)**

PMC is used to regulate Art NFT minting prices.

As in the real economy prices in MOOW are increasing too. There is a special algorithm that updates the minting prices in **TIC and TAC** every day at *00:00 UTC* - **Progressive Minting Cost.**

<figure><img src="/files/AGoUsVV7sWI0M1UXx9QS" alt=""><figcaption></figcaption></figure>

**Current Minting Price** - the prices that are actually available to mint a new Art NFT in TIC and TAC.

**Coefficient** - a number that determines price growth.&#x20;

> **TIC Coefficient = 50**
>
> **TAC Coefficient = 2**

**Total Number of Mints Today** - the amount of minted Art NFTs in the last 24 hours.

> <mark style="color:red;">**PMC is calculated separately for each Art Season and each currency!**</mark>&#x20;

**For example, there are 2 Art Seasons in MOOW:**

1 000 Season 1 Artworks are minted, the next Minting price will be 51 000 TIC + 2 010 TAC.

10 Season 2 Artworks are minted, the next Minting price will be 1 500 TIC + 30 TAC.

<figure><img src="/files/cg5kc5Ps65hRgs5z5K8K" alt=""><figcaption></figcaption></figure>

> <mark style="color:blue;">**The same rule will be applied for all the upcoming Art Seasons.**</mark>

> <mark style="color:blue;">**It is possible to mint any Art of any Season at any time, while supply of the Trackers with unminted Art lasts.**</mark>

### Art NFT TIC-TAC Balancer

It is important to strike a balance between TIC and TAC in costs. There is a special algorithm that balances it once a week at 10:00 UTC on Sunday.

The idea behind the TIC-TAC Balancer is to maintain 50%-50% of the TIC and TAC balance in USDT equivalent at Mint Prices.

**Example:**

<figure><img src="/files/Zrb70nlGSAyuvvypmus6" alt=""><figcaption></figcaption></figure>

### How to buy or sell Art NFT?

**All the Art NFTs are tradable** on the MOOW In-Game Marketplace or external marketplaces as usual NFT.

{% hint style="info" %}
**We recommend to use official In-Game Marketplace!**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://moow.gitbook.io/moow-whitepaper/tokenomics/tic-and-tac-utility/1.-art-collecting-utility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
