# In-game currency

AUR is the internal game currency in the 2040WORLD universe. It is used for:

* Purchasing/selling collected resources
* Trading player-crafted items
* Buying Battle Pass

Players can earn AUR through auction trading, with an option to purchase this currency in the web store. AUR withdrawal functionality will be implemented later.

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

**TFT Token** is the primary currency of the 2040WORLD ecosystem. After token launch, it can be used for:

* Purchasing AUR (post-TGE, AUR will only be obtainable using TFT)
* Upgrading production facilities and increasing AUR earnings with subsequent AUR → TFT conversion capability
* Acquiring special offers with unique items and customization options

To qualify for TFT airdrop, players must:

* Accumulate prestige above the minimum seasonal threshold
* Purchase Battle Pass using AUR

Purchased Battle Pass transfers seasonal prestige accumulation to a vault, which determines player's share of TFT tokens during airdrop.

**Mechanics:**\
Following TFT listing, an airdrop will occur among players who accumulated more than 0 prestige points in their vaults. Distribution will follow this process:

* The total TFT airdrop pool is determined;
* Total accumulated prestige across all participating players' vaults at airdrop moment is calculated;
* Each qualifying player's TFT share is determined;
* A designated TFT amount is credited to the wallet linked to player's account.


---

# 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.2040world.io/in-game-currency.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.
