> For the complete documentation index, see [llms.txt](https://docs.xwg.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xwg.games/getting-started/xwg-token/token-utility.md).

# Token Utility

| **Token Utilities**                 | **Description**                                                                                                                                                                                                                                                                                                                                                                                                             |
| ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Incentives, Play-to-Earn-to-Staking | <p>The ultimate reward for playing. It comes with the self-developed and pioneered GameFi approach of the Play-to-Earn-to Staking</p><p>(P2E2S) mechanism.</p><p>Users could earn XWG tokens by a series of actions from playing to staking.</p><p>This design encourages user participation in the game, integrates Gaming with DeFi, and resolves the complicated challenge of GameFi's economic problem.</p>             |
| Yield Farming, Staking, Mining      | Rewards for DeFi/GameFi, such as liquidity farming & staking, are involved with the practice of staking or lending crypto assets to generate high returns or rewards in the form of additional $XWG.                                                                                                                                                                                                                        |
| Governance                          | Owning XWG tokens enables players to participate in the governance process through a decentralized autonomous organization (DAO), with development proposals and voting structures. Issues related to the platform operations and development could be voted based on the preference of the token holders. In order to encourage users to participate in the voting process, there will also be rewards for voting actions. |
| Purchasing                          | $XWG is the digital token circulated around the X World Games ecosystem, which players use to purchase NFTs & in-game items and participate in different gaming events.                                                                                                                                                                                                                                                     |


---

# 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://docs.xwg.games/getting-started/xwg-token/token-utility.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.
