> For the complete documentation index, see [llms.txt](https://whitepaper.datahunter.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.datahunter.fun/gameplay/exploring/faq.md).

# FAQ

## **🔹**How can I earn in this game?

There are two main ways to earn $SOL rewards:

1. **Arena duels**

   Compete against other players by betting SOL.

   The winner takes home the full stake.
2. **Tournaments**

   Participate in events & tournaments.

   The best players are rewarded according to their performance.

{% hint style="info" %}
Play, progress and win at the same time.
{% endhint %}

***

## **🔹**DATA is too high level and no longer obeys me...

Some creatures become too powerful to control if you haven't progressed far enough in the main story.

👉 To be able to use Data with a **level higher than 30**, you need to progress in the main quest.

**Defeat the Bruiser Leader in Cburg Town.**&#x20;

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

{% hint style="info" %}
Once defeated, **Professor Sanzu** will grant you a **special upgrade**.
{% endhint %}

***

## **🔹**Cloud full / Boosters

If you can't open any more boosters, your **Cloud is full**. Delete low-level Data or buy a **Cloud extension**.

* To make room in your Cloud, go to the Cloud menu, click on the little **trash can icon** (🗑️). This will automatically prompt you to delete a Data item to free up space.

Remember to check the level and status of the Data before deleting - this action is **definitive**.

***

## **🔹**What do the stars on the Data mean?

{% hint style="success" %}
They represent the **maximum stats potential**
{% endhint %}

The more stars it has, the stronger it can be in the long run.

***

## **🔹**How do I start a PVP fight with another player?

1. Make sure **you're on the same server** (Asia, LATAM, US, etc.).
2. We recommend **meeting in a city** (e.g. Cburg) to avoid bad crystal signal or "busy" status.
3. If your opponent appears as "busy", this means he or she is :

   * in combat,
   * in a menu,
   * talking to an NPC,
   * or in a signal-free zone.

**Wait until he returns to active status.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.datahunter.fun/gameplay/exploring/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
