> For the complete documentation index, see [llms.txt](https://docs.milliononmars.com/playerguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milliononmars.com/playerguide/buildings-for-your-martian-homestead/dust-rust-and-glory/dust-rust-and-glory-arenas.md).

# Dust, Rust and Glory Arenas

In Million on Mars, players can participate in various Arenas as they level up their combat rovers by earning Prestige Points. These Arenas offer diverse game modes that cater to different playstyles and skill levels, allowing players to test their rovers against challenging opponents and enjoy a variety of gameplay experiences.

**Rover Derby** (Levels 1-9): This is a free-for-all arena with a minimum of 3 combat rovers to start. The last rover standing at the end of the timed match is declared the winner. This arena is suitable for beginners who are looking to familiarize themselves with their rovers and the game mechanics.

**Hide and Seek** (Levels 10-16): This arena is similar to the Rover Derby but introduces an intense fog of war due to dust storms, making the match more challenging. A minimum of 4 combat rovers is required to start the game, testing the players' ability to strategize and adapt to limited visibility.

**King of the Hill** (Levels 17-20): This capture and hold game mode requires a minimum of 4 combat rovers to start. The objective is to hold the center hill of the map and gain resources on an auto drip for every 3 minutes the hill is held strong. This arena tests the players' ability to work together, defend strategic positions, and manage resources effectively.\ <br>

<figure><img src="/files/bIlxriIk6vhNwA2Kk2Dw" alt=""><figcaption><p>How long can you hold the Hill</p></figcaption></figure>

As players gain Prestige Points and level up their combat rovers, they will progress through the Arenas, facing tougher opponents and earning better rewards. The variety of Arenas and game modes in Million on Mars provides players with exciting challenges and encourages them to develop their skills and strategies as they advance through the game. #MilliononMars #Arenas #PrestigePoints


---

# 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.milliononmars.com/playerguide/buildings-for-your-martian-homestead/dust-rust-and-glory/dust-rust-and-glory-arenas.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.
