> 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-dash.md).

# Astro Dash

**AstroDash is the central game of the AstroVerse, a hyper-speed, reaction-based arcade game where you control a rocket along procedurally generated three-lane space racing tracks. The general goal is to survive as long as possible by swiping to evade many hazards like asteroids and black holes while collecting items and activating boosts. Your progress is measured in Points, which are across all AstroVerse games and may be redeemed for the lucrative $ASTRO token.**

#### Gameplay

* Core Loop: Swipe to dodge hazards, collect items, and activate boosts on a procedurally generated, three-lane space track.
* Hazards: Avoid static asteroids, dynamic asteroids that change lanes, and black holes that warp movement.
* Items & Power-Ups: Collect Energy Shards and rare Collectible Fragments. Use boosts like Shield, Magnet, Double Shards, and Laser Cannon.

#### Modes

* Classic Run: The standard gameplay experience.
* Co-op Mode: A two-player run with shared lives and special boosts.
* Suicide Mission: Premium-fee, single-life challenge with extreme difficulty and bountiful rewards.
* Competitive: Weekly and seasonal leaderboards and TON-powered achievements.

#### Earning

* Points/Currency: Earn Points through playing while getting maximum points. Points can be exchanged for the profitable $ASTRO token.
* Items: Collect Energy Shards for upgrades and rare Collectible Fragments that can be assembled to craft unique NFTs.
* Rewards: Competitive events offer prizes in $ASTRO, stablecoins, or exclusive NFTs.

#### Utility

* $ASTRO: Spend $ASTRO tokens on various items. Many of these, such as boosts and cosmetics, are usable across all games in the AstroVerse.
* NFTs: Craft unique, tradable, or cosmetic NFTs by assembling Collectible Fragments.
* Upgrades: Use collected Energy Shards for upgrades.


---

# 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-dash.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.
