# Rewards

**In-Game assets that are earned from gameplay:**

* **Blood**&#x20;
  * It is earned from Hunting & Combat and also from blood spillage (when vampires hunt on territory owned by other players).&#x20;
  * It is used as the in-game scoring system, measuring player effort.&#x20;
  * It is used for territory purchase and crafting

{% hint style="info" %}
When minted, territories have a chance to generate Xynth, Dust, both or none. This remains permanent and it is written on-chain in the Land NFT attribute.
{% endhint %}

**On-Chain assets that are earned from Gameplay:**

* $DARX - the game's currency
* Modern Vampires (New character NFTs)
* **Xynth**&#x20;
  * it is claimed from the land - Territories can generate Xynth.&#x20;
  * **It is the main resource used for crafting spells** & buffs, but it is also required for minting Crypts, Items and artifacts
  * When a territory is minted, it has a chance to create Xynth. Each day the players can claim it.&#x20;
  * The claim is available for 48 hours. If not claimed, the resource is lost.
* **Dust**
  * It is claimed from the land - Territories can generate Dust.&#x20;
  * **It is the main resource used for crafting Crypts, Items & Artifacts**, but it is also required for brewing Spells & Buffs
  * When a territory is minted, it has a chance to create Dust. Each day the players can claim these resources.&#x20;
  * The claim is available for 48 hours. If not claimed, the resources are lost.

**Players must claim their daily hunting rewards**

{% embed url="<https://vampirewars.io/wp-content/uploads/2024/02/Claim-Rewards.gif>" %}

**Resources claiming**

{% embed url="<https://vampirewars.io/wp-content/uploads/2024/02/Claim-Resources.gif>" %}


---

# 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.vampirewars.io/the-game/rewards.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.
