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

# Alphaverse

We have planned a metaverse that will have inside 3 play-to-earn minigames to start but is designed to host strategy games, treasure hunts and other gaming experiences. Aliens will have to complete strategic tasks, participate in PVP and PVE games with the goal of earning $ALPHA prizes.\
Some areas in the Alphaverse will also be open to non-members with the aim of attracting more and more people to join our community. Some games will also be accessible to non-members for the same reason but they will not be able to compete for $ALPHA prizes or record their scores.\
To ensure that we can expand the Alphaverse in the future we will buy a second land on NFTWorlds which will be stacked and the $WRLD generated will go into the treasury and the community will decide how to use it.


---

# 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://alphaaliens.gitbook.io/alpha-aliens/alphaverse.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.
