> For the complete documentation index, see [llms.txt](https://werewolf-and-witch.gitbook.io/whitepaper-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://werewolf-and-witch.gitbook.io/whitepaper-english/tokenomics/game-tokenomics/tokenomics-in-phase-3.md).

# Tokenomics in Phase 3

The game consists of two distinct phases: the Preparing Phase, which offers opportunities for play-to-earn mechanics, and the War Phase, where players can either continue to play-to-earn or risk losing their betting asset.

### **During the Preparing Phase (Play-to-earn)**

&#x20;Players can gather various item synthesis materials through hunting monsters and gathering. These gathered items are NFTs, and data is generated on the blockchain through claims, allowing for decentralized exchanges. PvP is possible in neutral areas, where players can attack the opposing faction. Special monsters and materials for item synthesis appear in these neutral areas, allowing players to quickly grow their characters by hunting and obtaining items.

### **During the War Phase(Play-to-earn or lose)**

&#x20;Players can participate in wars by paying a cost, and at the end of the war, players from the winning faction receive allocations based on their contribution to the war. Wars take place in neutral areas, and kills or damage dealt to opponents are calculated during these battles. The victory of the war is measured based on the calculated kill count over a period of 3 days.


---

# 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://werewolf-and-witch.gitbook.io/whitepaper-english/tokenomics/game-tokenomics/tokenomics-in-phase-3.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.
