> For the complete documentation index, see [llms.txt](https://asteroid-shiba.gitbook.io/asteroid-shiba-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asteroid-shiba.gitbook.io/asteroid-shiba-docs/asteroids-and-rarity/genesis.md).

# Genesis explained

![](/files/5kFt5bTRhuGxRvXrWGES)

**Genesis is the rarest, most valuable asteroid in the game** — the "I found the gold vein before anyone else" moment the whole game is built around.

## What makes Genesis special

Just three things:

1. **The rarest class** — only a handful exist in a whole season.
2. **The highest reward** — the biggest instant Discovery payout and the highest daily mining income of any asteroid.
3. **The highest prestige** — the ultimate Explorer flex.

## What Genesis is *not*

There are **no special mechanics** after you find one — no special perks, no titles, no secret modes. A Genesis follows the exact same rules as every other asteroid: it joins your portfolio, mines ASTRO, and can be improved with Research. The magic is entirely in finding it.

## Who can find it

**Any explorer with a Level 1 Scanner or higher**, once it opens. A free Scanner (Level 0) finds only Common — Genesis, like every rarity above Common, becomes reachable from **Level 1** up. There's also a time-gate: Genesis only becomes findable **after a certain point in the season**, so the earliest days build anticipation before the rarest prize appears. After that, the higher your Scanner level, the better your *odds*.

**Next:** [What the Scanner does →](/asteroid-shiba-docs/scanner/overview.md)


---

# 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://asteroid-shiba.gitbook.io/asteroid-shiba-docs/asteroids-and-rarity/genesis.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.
