> 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/daily-mission.md).

# Daily Mission

![](/files/8r0colsc1vsNao9NApNk)

* Daily Mission is about completing simple daily quests to receive rewards.
* Quests and rewards will be reset every 24 hours whenever a new day starts ( 00:00 UTC )
* Depending on the difficulty of the quest, the reward will be different. There are a total of 11 daily tasks that players need to complete:

<table><thead><tr><th width="150" align="center">No</th><th width="327" align="center">Quest</th><th align="center">Reward</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">Complete the daily checking</td><td align="center">+20 eCWIG</td></tr><tr><td align="center">2</td><td align="center">Buy anything at shop</td><td align="center">+4 staminas</td></tr><tr><td align="center">3</td><td align="center">Consume 75 energy for mining</td><td align="center"><p>+20 eCWIG</p><p>+2 Staminas</p></td></tr><tr><td align="center">4</td><td align="center">Build any node in Mining Mode</td><td align="center"><p>+40 Staminas</p><p>+1 Basic Gacha ticket</p><p>+2 Staminas</p></td></tr><tr><td align="center">5</td><td align="center">Use 25 stamina</td><td align="center">+ 1 Basic Gacha ticket</td></tr><tr><td align="center">6</td><td align="center">Revive 1 time in adventure mode</td><td align="center"><p>+20 eCWIG</p><p>+1 Basic Gacha ticket</p></td></tr><tr><td align="center">7</td><td align="center">Complete 4 stages in Adventure in a row</td><td align="center">+1 Basic Gacha ticket</td></tr><tr><td align="center">8</td><td align="center">Complete 8 stages in Adventures mode</td><td align="center">+1 Basic Gacha ticket</td></tr><tr><td align="center">9</td><td align="center">Win 4 PvP Matches</td><td align="center">+30 eCWIG</td></tr><tr><td align="center">10</td><td align="center">Complete 8 PvP Matches</td><td align="center">+20 eCWIG</td></tr><tr><td align="center">11</td><td align="center">Complete all daily missions</td><td align="center"><p>+40 Staminas</p><p>+1 Basic Gacha ticket</p><p>+1 Premium Gacha Ticket</p></td></tr></tbody></table>


---

# 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/daily-mission.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.
