> For the complete documentation index, see [llms.txt](https://astroverse-1.gitbook.io/astroverse-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astroverse-1.gitbook.io/astroverse-docs/group-1/core-games-of-astroverse/astro-run.md).

# Astro Run

**Gameplay**

AstroRun is an endless-runner adventure game in AstroVerse, very similar to the classic Temple Run, set deep within the mysterious alien ruins. Players run and jump through collapsing hallways and dangerous passages, avoiding traps, crawling under objects, and jumping across pits. On the way, they can gather glowing artifacts and rare cosmic items that give high-value point bonuses, making each new run even more exciting and strategic.

**Earning**

Players are rewarded depending on the distance they survive when they run. The more ground they cover, the more points they earn. Perfect runs are highly rewarded, so skill and precision are just as crucial as speed. Each tap and swipe is a step towards success, and the game is addictive, especially since it has real earning potential.

**Utility**

$ASTRO tokens received in AstroRun can be invested back into the game and the overall AstroVerse ecosystem. Runners can be unlocked with special abilities, special gear can be equipped, trail effects can be applied, or temporary speed boosts can be activated to take their runs even further. As AstroVerse progresses together, all investments in AstroRun will enhance the progress of the player in the whole interconnected universe.

<br>


---

# 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://astroverse-1.gitbook.io/astroverse-docs/group-1/core-games-of-astroverse/astro-run.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.
