> 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/scanner/odds.md).

# Scanner odds

Your Scanner shifts the **odds** — and opens rarer tiers as you climb. A free Scanner finds Common; Level 1 and up unlock Rare, Epic, Legendary and Genesis. Here's how your chances grow.

<img src="/files/aRWRctnf0GwoAtVBSpwO" alt="Chance to find something valuable by Scanner level" width="1000">

## Every level, every rarity

Chance per signal. **Empty is the rest of each row** — at Level 0 that's 99.07%, at Level 10 it's 50%.

| Lv             | Common | Rare   | Epic   | Legendary | Genesis |
| -------------- | ------ | ------ | ------ | --------- | ------- |
| **0 · Free**   | 0.93%  | 0%     | 0%     | 0%        | 🔒      |
| **1**          | 1.98%  | 0.07%  | 0.02%  | 0.01%     | 🔒      |
| **2**          | 3.52%  | 0.32%  | 0.16%  | 0.08%     | 🔒      |
| **3 · Hunter** | 4.10%  | 0.62%  | 0.47%  | 0.11%     | 🔒      |
| **4**          | 4.40%  | 1.04%  | 1.05%  | 0.16%     | 🔒      |
| **5 · Pro**    | 4.91%  | 1.69%  | 1.84%  | 0.23%     | 🔒      |
| **6**          | 5.03%  | 2.53%  | 2.98%  | 0.33%     | 🔒      |
| **7 · Elite**  | 5.87%  | 4.08%  | 4.61%  | 0.47%     | 🔒      |
| **8**          | 6.32%  | 6.37%  | 7.21%  | 0.67%     | 🔒      |
| **9 · Legend** | 8.86%  | 10.86% | 11.32% | 0.95%     | 🔒      |
| **10**         | 10.50% | 17.50% | 20.50% | 1.35%     | 🔒      |

{% hint style="warning" %}
**Genesis is not in play yet.** It opens later in Season 1. Until then the Genesis column shows 🔒 at every level and no Genesis can be found by anyone.
{% endhint %}

## How to read it

* **From Level 1, every available rarity is reachable.** A free Scanner finds Common only; Rare, Epic and Legendary open at Level 1. Upgrading never unlocks a rarity beyond that — it only changes *how likely* each one is.
* **Upgrading tilts the whole curve** toward rarer, more valuable finds — Epic goes from near-zero to roughly 1-in-5 scans at max.
* **Empty scans never fully disappear.** That scarcity is the point — a find should feel like *striking gold*, not collecting a daily bonus.

{% hint style="info" %}
These are the Season 1 odds. Rarity balance may be tuned between seasons.
{% endhint %}

**Next:** [How Research works →](/asteroid-shiba-docs/research/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/scanner/odds.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.
