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

# How Research works

If the **Scanner** decides *what* you find, **Research** decides *how much* it earns. It's how you turn a good asteroid into a great one.

## The idea

Every asteroid in your portfolio mines a base amount of ASTRO per day. Spend ASTRO on **Research** for a specific asteroid, and its daily income goes up — permanently, for that asteroid.

```
Collect ASTRO → invest it in Research on an asteroid → that asteroid earns more per day
```

## Five levels, up to +50%

Research has five levels (**R1 → R5**). Fully researched, an asteroid earns **+50%** more per day than its base.

| Level | Cumulative bonus |
| ----- | ---------------- |
| R1    | +5%              |
| R2    | +12.5%           |
| R3    | +22.5%           |
| R4    | +35%             |
| R5    | **+50%**         |

Early levels are cheap and quick; the last levels cost more and are for asteroids you truly want to invest in. Rarer asteroids have a higher base, so their Research costs (and rewards) scale up too.

## What it costs

Every level is paid in ASTRO, and the exact cost and the exact result are shown before you commit — nothing is hidden.

| Level        | Common    | Rare      | Epic       | Legendary  | Genesis     |
| ------------ | --------- | --------- | ---------- | ---------- | ----------- |
| R1           | 500       | 700       | 2,800      | 5,000      | 15,000      |
| R2           | 750       | 1,050     | 4,200      | 7,500      | 22,500      |
| R3           | 1,000     | 1,400     | 5,600      | 10,000     | 30,000      |
| R4           | 1,250     | 1,750     | 7,000      | 12,500     | 37,500      |
| R5           | 1,500     | 2,100     | 8,400      | 15,000     | 45,000      |
| **All five** | **5,000** | **7,000** | **28,000** | **50,000** | **150,000** |

{% hint style="info" %}
For **Rare and above**, a full R1–R5 investment pays for itself in roughly **20 days** of the extra income it unlocks. **Common** Research is a long-term upgrade rather than a quick return — treat it as polish, not as a way to earn back ASTRO fast.
{% endhint %}

## ASTRO is burned

When you spend ASTRO on Research, it's **removed from circulation** — a deflationary sink that keeps the economy healthy and gives your ASTRO a meaningful purpose beyond just cashing out.

**Next:** [Seasons & leaderboard →](/asteroid-shiba-docs/seasons-and-competition/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/research/overview.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.
