# Finance

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

## Level

The current level of the nft.

## Total Profit

The total revenue that can be produced by the current nft. The total gain is 2x the token consumed by the upgrade.

## Already Claimed

The total amount of earnings that nft has already received.

## Last Time

The time of the last operation, the mint time is displayed for nft level 0, and the claim time is displayed for levels greater than 0.

## Rewards

Number of tokens currently waiting to be claimed by nft.

## Approve

To upgrade nft, you need to token authorize the contract first.

## Upgrade

Use a token to upgrade the nft.Consumption of tokens increases in steps for each upgrade.

{% hint style="info" %}
Consumption of the token is automatically transferred to the hosting pool.

The contract automatically spends the invitation reward to the inviter.
{% endhint %}

## Claim

Receive the profits generated by nft.

{% hint style="info" %}
For each claim, an additional 5% will be attributed to the Development Fund.
{% 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://docs.atdawn.io/game-content/avatar/finance.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.
