> For the complete documentation index, see [llms.txt](https://shodo-veil.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shodo-veil.gitbook.io/whitepaper/the-game/vision.md).

# Vision

Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.

SHODO, the multiverse content & P2E game platform, is established to create a sustainable P2E game ecosystem that users can have enjoyable experiences while earning and sharing social and financial benefits. The platform also aims to become a metaverse workplace where game enthusiasts can build their careers as game players.

SHODO is the new world that gamers come across in the journey to earn living income for their own gaming skills. This new world consists of several game spaces and users can have access to the multiple game spaces with one NFT on the platform. The type of participation can be varied. The users can be players who play the games with their NFTs and get rewards. Or they can join the ecosystem as patrons who lend their NFTs to other players and share in the players' rewards. Besides these roles, there are various options that users can join the game play. And this format will allow more platform users to engage in the game economy although they are not confident about gaming skills.

Ultimately, SHODO aims to create a sustainable token economy that can mitigate risks of token economy systems while gamers get rewarded upon their gaming skills and patrons can continue to support the gamers while protecting the participating from structural defects of the platform economy.


---

# 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://shodo-veil.gitbook.io/whitepaper/the-game/vision.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.
