# Vitality System

A NFT's maximum Vitality is 100. After a game is finished, the NFT character's Vitality will drop.&#x20;

When the Vitality declines to a certain point, [all attributes of this NFT character](/whitepaper/gamefi-elements/nft-characters.md) will be affected.

| Vitality             | All Attribute performance rate |
| -------------------- | ------------------------------ |
| 50-100               | 100%                           |
| 10-50 (Not included) | 50%                            |
| 0-10 (Not included)  | 10%                            |

**Note: The only way to recover a NFT's vitality is to wait. Vitality will be recovered fully in exactly 24 hours after its first game played at full vitality.**&#x20;


---

# 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://matchnovaofficial.gitbook.io/whitepaper/gamefi-system/vitality-system.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.
