> For the complete documentation index, see [llms.txt](https://defiwarrior-1.gitbook.io/defi-warrior/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defiwarrior-1.gitbook.io/defi-warrior/gameplay/adventures.md).

# Adventures

![](/files/-MkMksxe4dHOlQm8ygfB)

Adventure is a player versus environment aspect of the game, which is made of different difficulties.&#x20;

Adventures mode takes place on different planets, each planet has Zones and each Zone is made up of 9 stages. At the final stage of each Zone , you will face off against a boss with extremely high stats.

Each Stage contains multiple waves of enemies. Fighting a stage requires the use of 5 stamina (energy). Stamina will be recharged 1 unit every 30 minutes.

**Stages & waves**

| Planet   | Zone |   Stage  | Waves             |
| -------- | :--: | :------: | ----------------- |
| Bitcoin  |   1  | 9 Stages | 2 - 3 waves/stage |
| Bitcoin  |   2  | 9 Stages | Updating          |
| Bitcoin  |   3  | 9 Stages | Updating          |
| Ethereum |   1  | 9 Stages | 2 - 3 waves/stage |
| Ethereum |   2  | 9 Stages | Updating          |
| Ethereum |   3  | 9 Stages | Updating          |

**Rewards**

Facilities were rewarded and warriors gained experience after completing a level.&#x20;

Completing a level for the first time, the player will receive body-part fragments and lucky tickets. Defeating a boss for the first time, body-parts or gacha tickets or fork cards could be received as the reward.

## Evolution

Warrior needs to evolve at the level 10 and 20, if not, players cannot play game at higher levels and collect valuable rewards.

The Warrior after evolution will become stronger and the rarity will also increase thanks to the possession of additional accessories attached to the bodyparts. To confirm evolution, the player uses the pair of CWIG - FIWA from the wallet to pay for the character's evolution. The character after evolving will become a completely new NFT.

The level range table and experience point:

| Tier |       Level      | EXP to level up |
| :--: | :--------------: | :-------------: |
|   3  |         1        |        0        |
|   3  |         2        |       500       |
|   3  |         3        |       600       |
|   3  |         4        |       702       |
|   3  |         5        |       806       |
|   3  |         6        |       912       |
|   3  |         7        |       1020      |
|   3  |         8        |       1130      |
|   3  |         9        |       1242      |
|   3  |        10        |       1356      |
|      | Evolve to Tier 2 |                 |
|   2  |        11        |       1356      |
|   2  |        12        |       1483      |
|   2  |        13        |       1613      |
|   2  |        14        |       1746      |
|   2  |        15        |       1882      |
|   2  |        16        |       2021      |
|   2  |        17        |       2163      |
|   2  |        18        |       2308      |
|   2  |        19        |       2456      |
|   2  |        20        |       2607      |
|      | Evolve to Tier 1 |                 |
|   1  |        21        |                 |
|   1  |        22        |       2783      |
|   1  |        23        |       2959      |
|   1  |        24        |       3139      |
|   1  |        25        |       3323      |
|   1  |        26        |       3511      |
|   1  |        27        |       3703      |
|   1  |        28        |       3899      |
|   1  |        29        |       4099      |
|   1  |        30        |       4303      |

\**Note: the numbers are proposed and can be adjusted overtime with notification*


---

# 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://defiwarrior-1.gitbook.io/defi-warrior/gameplay/adventures.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.
