# Passenger

## **Daily Energy Cap**

Passengers 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 ticket NFTs (Refer to **Energy Control** System)

## **Daily Token Cap**

Passengers start the game with a 2 Daily ART Cap. The Daily Token Cap maxes out at 20 ART. Users can increase their Daily Token Cap by leveling up their Ticket NFTs.

## **Passenger Earning Mechanics**

A passenger consumes 0.1 energy points for every "valid moving minute" taking a public transportation vehicle. Here is the formula to calculate the rewards for each 1 energy:

1. When the current price of ART(AC, spot price) is higher than its base price of ART(AB)

$$
ARTreward = (E) +(PA)=(Base Reward)+(Added Bonus)
$$

$$
Added Bonus=BaseReward\*PA
$$

where\
&#x20;          **(E)** is the effect of efficiency attribute of the ticket NFT\
&#x20;      **(PA)** is the effect of the ratio of ART's current price and base price(refer to **PA control**)

2. When the current price of ART is not higher than its base price

$$
ARTreward= (E) =(Base Reward)
$$

&#x20;where\
&#x20;          **(E)** is the effect of efficiency attribute of the ticket NFT\
&#x20;   &#x20;

**ART Base price(AB) is set to 1 USDT by default.**

\
**Base Reward is calculated** based on the Efficiency attribute value of major Ticket NFT selected for the daily commute. Every time the energy decayed, passenger will get **Upoint**(1 Upoint = 1 USDT) and then swap to ART as Base Reward. **Base Reward = Upoint/(ART current price).** &#x20;

\
To mitigate the effects of abrupt fluctuations in ART prices and potential technical attack, AWANA will utilize the **Average ART price** rather than the ART current price when calculating the Base Reward.\
**Average ART price** is calculated as the average value obtained by sampling the spot price every second during the previous minute, with updates occurring once per minute.

{% hint style="info" %}
&#x20;**Summary**

Factors that influence the rewards:

1. The Higher Efficiency value, the more Upoints will be rewarded
2. Time taking the public transportation vehicle
3. Added Bonus if ART current price is higher than ART base price&#x20;
4. Daily Token Cap&#x20;
   {% 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/passenger.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.
