# Operator

## **Daily Energy Cap**

Operators start the game with 2/2 Energy, and Max Energy Caps at 20/20 by N Quality NFTs. Users can increase their Energy by getting more or higher quality Buses(Refer to **Energy Control** System)

## **Daily Token Cap**

Operators start the game with a 10 Daily ART Cap. The Daily Token Cap maxes out at 500 ART. Users can increase their Daily Token Cap by leveling up their Bus NFTs.

## **Operator Earning Mechanics**

All operators in service share the rewards from the earning pool based on their bus NFTs.  An operator consumes 0.1 energy points for operating the virtual bus for one minute. Here is the formula to calculate the reward for 0.1 energy points:

$$
ARTreward = EP / (24 \* 60) \* Weighted(E)
$$

&#x20;         where\
&#x20;             **EP** is the current ART balance in the earning pool\
&#x20;             **(24 \* 60)** Total minutes of a day\
&#x20;             **Weight(E)** Weighted efficiency of all operator's buses that are currently online in service.

{% hint style="info" %}
**Summary**

Factors that influence the rewards:

1. Efficiency and number of the bus NFTs
2. Time Duration of the operation online
3. ART balance of the earning pool
4. Daily Token Cap
   {% endhint %}


---

# 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://whitepaper.awana.world/reward-tokenomics/reward-mechanics/operator.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.
