# miniARTX Gameplay Mechanism Overview

### 1. Mechanism Overview

miniARTX is a **behavior-based output token** within the Ultiland ecosystem. It cannot be purchased directly. Instead, **it is automatically settled and distributed by the system on a daily basis**, according to predefined rules and users’ real on-chain participation.

The entire mechanism can be understood by answering four core questions:

* Who is eligible to be included in the calculation
* How Ins.Power is generated and calculated
* How miniARTX is distributed on a daily basis
* How miniARTX can be used after it is obtained

### 2. Participation Requirement: Only Activated Wallet Addresses Are Counted

All miniARTX calculations and settlements are based on on-chain wallet addresses as the sole entities. Accounts, exchange UIDs, or internal platform records are not used.

To enter the Ins.Power calculation system, a wallet address must meet both of the following conditions:

* It is a **decentralized wallet address**
* It has **completed activation login on the Ultiland dApp(**[**https://dapp.ultiland.io/**](https://dapp.ultiland.io/)**)**

Only activated wallet addresses will be included in the following statistics:

* ARTX holdings
* ARTX buy-side trading behavior
* Ins.Power calculation and daily miniARTX settlement

Unactivated addresses, for example addresses used only for Alpha-related activities without logging into the dApp, are not eligible to generate Ins.Power.

### 3. Ins.Power Sources and Calculation

During this phase, miniARTX **Creative Mining** no longer uses the concept of traditional computing power. Instead, **Ins.Power** serves as the single and unified measurement unit.

Ins.Power is used to quantify real participation in the Ultiland ecosystem and acts as the sole basis for daily miniARTX distribution.

At the current stage, Ins.Power is generated from **two types of behavior only**.

#### 1️⃣ Buy Volume Ins.Power

* **Behavior counted:**  ARTX buy-side transactions
* **Scope:** ARTX LP pool on PancakeSwap V4
* **Calculation time:**  Once per day at 00:00 UTC, based on cumulative buy volume of the day
* **Conversion rule:** Every 100U equivalent of ARTX buy volume generates 1 Ins.Powe

Notes:

* Only **buy-side transactions** are counted
* Sell volume is not deducted
* No minimum holding duration is required

At this stage, only **ARTX** trading behavior is included. Trading-based Ins.Power for ARToken will be introduced gradually in later phases.

#### 2️⃣ Holding Ins.Powerx

* **Behavior counted:** ARTX held in activated wallet addresses
* **Calculation method:** The system performs **10 random balance snapshots per day** and uses the average value
* **Conversion rule:** Holding ARTX worth 1U generates 1 Ins.Power

Notes:

* Multiple random snapshots help reduce short-term balance manipulation
* More stable holdings result in more reliable Ins.Power output

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

▶ Ins.Power Aggregation Rule

Both types of Ins.Power are calculated simultaneously:

&#x20;**A user’s total daily Ins.Power = Buy Volume Ins.Power + Holding Ins.Power**

As long as a wallet address is activated and performs either type of behavior, it will contribute positively to Ins.Power.

### 4. Daily Settlement of miniARTX&#x20;

miniARTX distribution follows a **proportional settlement model**, rather than first-come-first-served or fixed allocation.

Each day, the system performs the following process:

1. Determine the total amount of miniARTX to be released for the day
2. Aggregate **the total Ins.Power** of all activated addresses
3. Calculate each address’s **proportion of total Ins.Power**
4. Distribute miniARTX accordingly

Settlement formula:

**Daily miniARTX  received = Daily release amount × (Individual Ins.Power ÷ Total Network Ins.Power)**

No manual action is required. As long as the wallet meets the conditions, it will automatically participate in daily settlement.

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

### 5. Exchange Purchases and Statistical Scope

#### 1️⃣ Direct purchases on centralized exchanges: Not counted directly

* ARTX held on centralized exchanges is typically stored in unified custodial addresses.
* The system cannot identify the actual on-chain owner of the assets.

As a result, holding ARTX only within an exchange account does not generate Ins.Power.

#### 2️⃣ Recommended approach: Withdraw ARTX to an activated wallet address

Suggested flow:

* Purchase ARTX on a centralized exchange such as MEXC or BingX
* Withdraw ARTX to a **wallet address that has been activated on the Ultiland dApp**

After withdrawal:

* Holding Ins.Power becomes effective immediately
* Subsequent on-chain buy transactions can generate Buy Volume Ins.Power

#### 3️⃣Notes on Binance Alpha

Some transaction formats within Binance Alpha operate under a **semi-decentralized structure**:

* They do not correspond to independently verifiable wallet addresses
* Transaction behavior cannot be accurately attributed on-chain

As a result, these activities are not included in the Ins.Power calculation by default.

<mark style="color:$warning;">Exceptions:</mark>

* Using a Binance Keyless Wallet
* The wallet address has been activated on the Ultiland dApp

Only under these conditions may related behavior be included in Ins.Power statistics.

### 6. Staking Gameplay and Participation Order

The acquisition and use of miniARTX follows a clear sequence:

**Produce → Use**

Using themed staking pools, such as the Picasso-themed pool, as an example:

* Minimum participation requirement: **100** miniARTX

Users must first accumulate miniARTX through **Buy Volume Ins.Power/Holding Ins.Power.** Only after reaching the required threshold can they participate in staking and related advanced gameplay.

Staking pools are not a primary method for acquiring miniARTX. They are one of its usage scenarios.

**In summary, miniARTX is an incentive system that:**

* **Uses activated wallet addresses as the basic unit**
* **Generates Ins.Power through trading and holding behavior**
* **Distributes rewards automatically on a daily basis according to each address’s share of total network Ins.Power**

Only ARTX-related behavior is included. The full mechanism will be expanded gradually in subsequent phases.

<br>


---

# 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://docs.ultiland.io/event/miniartx-gameplay-mechanism-overview.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.
