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

# What each is worth

Every asteroid pays the **same to everyone** — a Common found by a new player is worth exactly as much as a Common found by a veteran. Your Scanner changes *how often* you find the good stuff, never *how much* it pays.

Each find gives you two things: an **instant reward** the moment you discover it, plus **passive income** every day it sits in your portfolio.

## Instant reward (Discovery)

| Rarity    | ASTRO   | ≈ USD   |
| --------- | ------- | ------- |
| Common    | 1,000   | $1.00   |
| Rare      | 5,000   | $5.00   |
| Epic      | 20,000  | $20.00  |
| Legendary | 80,000  | $80.00  |
| Genesis   | 300,000 | $300.00 |

## Passive income (per day)

Each asteroid in your portfolio mines ASTRO every day. **Research** can raise this by up to +50%.

| Rarity    | Base / day | Max / day (with Research) |
| --------- | ---------- | ------------------------- |
| Common    | 140        | 210                       |
| Rare      | 700        | 1,050                     |
| Epic      | 2,800      | 4,200                     |
| Legendary | 5,000      | 7,500                     |
| Genesis   | 15,000     | 22,500                    |

{% hint style="info" %}
1 ASTRO = $0.001. Dollar figures are approximate and shown for scale.
{% endhint %}

Because valuable asteroids stay in your portfolio all season, income **compounds** as your fleet grows. See [**Your Portfolio**](/asteroid-shiba-docs/core-gameplay/portfolio.md).

**Next:** [Genesis explained →](/asteroid-shiba-docs/asteroids-and-rarity/genesis.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/values.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.
