# UUJI Interaction Matrix

##

<mark style="color:purple;">UUJI</mark> tokens are used for feed and power $Enjimon. $Enjimon are interactable NFTs. Various types of interaction trainers can perform with their $Enjimon General Interaction, Metaverse Interactions, and Special Interactions. We will cover the three main groups below.

{% hint style="info" %}
Trainers can only interact with $Enjimon they own
{% endhint %}

### General Interactions

General interactions are the basic actions trainers will make when engaging with their $Enjimon. The <mark style="color:purple;">UUJI</mark> cost matrix is calculated using a constant called base fee A and base fee B. The base fee B formula consists of a second constant and a variable based on the Trainer's current $Enjimon level.&#x20;

#### List of General Interactions

* Feeding
* Training
* Slaying

For example: to calculate the cost in <mark style="color:purple;">UUJI</mark> for any general interaction, the following formula can be used to calculate the total cost in <mark style="color:purple;">UUJI</mark>.

![UUJI Fee Matrix](/files/nrxgDfxPDMxzVcnTGBJj)

#### UUJI Matrix: Feeding

* Base Fee A constant = 50 UUJI
* Base Fee B constant = 27 UUJI
* Base Fee B variable = <mark style="background-color:purple;">CEL</mark> (current $Enjimon Level)

Example: Trainer would like to feed their level 1 $Enjimon, we can now replace the variable with our known figures:

Feeding UUJI Cost:  50 UUJI + ( 27 + 1 (<mark style="background-color:purple;">**CEL**</mark>) ) = 78 UUJIs

#### UUJI Matrix: Training

* Base Fee A constant = 100 UUJI
* Base Fee B constant = 27 UUJI
* Base Fee B variable = CEL (current $Enjimon Level)

Example: Trainer would like to Train their $Enjimon to level up.

Training UUJI Cost: 100 UUJI + (27 + 1 (<mark style="background-color:purple;">CEL</mark>) ) = 128 UUJI

{% hint style="info" %}
Leveling up your $Enjimon will increase the needed UUJI amount for every interaction because of the CEL variable. The upside is that as your $Enjimon grows stronger, & their TUE count increases trainers have to feed/interact with their $Enjimon less and less.
{% endhint %}

![UUJI interaction cost based on $Enjimon Level](/files/YjzcBs2ERxD1nK8sYIdL)

### No UUJI cost and Metaverse interactions&#x20;

The following general interactions do not have an associated UUJI cost.

* **Trade:** $Enjimon Trainers at any time can also become registered $Enjimon Traders by using the trade function to transfer an $Enjimon to any wallet or Trainer.&#x20;
* **Slay:** Most interactions with $Enjimon have an associated cost. A portion of which is consumed and destroyed and the remainder is escrowed to the $Enjimon. The escrowed UUJI are only redeemable if the Trainer *slays* their $Enjimon. This will burn your $Enjimon NFT and release the UUJI tokens to the Trainer.&#x20;
* Add/Remove from Marketplace: Any Trainer can add an item or $Enjimon to the marketplace at no cost

{% hint style="info" %}
Although some interactions do not have an associated UUJI cost ALL transactions require the network's native token (i.e. Polygon Network & Matic Tokens) to pay for transaction fees known as Gas.
{% endhint %}

#### Metaverse Interactions

Metaverse interactions like buying from the marketplace or challenging another Trainer to a battle require a small constant base fee.

* **Buying from Marketplace:** The Global Wallet Monsters Marketplace allows any trainer from around the world to purchase items or $Enjimon that have been added to the marketplace by other Trainers. **Only&#x20;**<mark style="color:purple;">**UUJI**</mark>**&#x20;token holders can make purchases from the Marketplace. Marketplace purchases require 10&#x20;**<mark style="color:purple;">**UUJI**</mark>**&#x20;tokens** (Three of which are burned and seven are transferred to the seller).&#x20;
* **Battle Mode smart contract integration coming soon**

## Special Interactions

Special interactions are defined as non-required engagements. Feeding your $Enjimon HP Potions, eDEF, eATK, and Elixers are features that can enhance your $Enjimons attributes. Trainers can give their $Enjimon unique nicknames.&#x20;

* Potions and Crystals: require 10 <mark style="color:purple;">**UUJI**</mark> (half is burned and the remainder is sent to reserves)
* Naming $Enjimon: require 5 <mark style="color:purple;">**UUJI**</mark> (**3** tokens are escrowed to $Enjimon and **2** tokens are transferred to contract reserves)


---

# 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://kiakilipictures.gitbook.io/wallet-monsters/the-basics/uuji-interaction-matrix.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.
