> 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/how-it-works.md).

# How it works in 60 seconds

You don't need to read a manual to start. Here's the whole game in five steps.

<img src="/files/G01ZN6hohsY0lh4sxub0" alt="" width="563">

### 1. You get signals

Every player gets **5 signals per day**, free. A signal is one attempt to scan the field and find an asteroid. No passes, no tiers — everyone hunts on equal footing.

### 2. You scan

Spend a signal and your Shiba scans the void. Most scans come back empty — space is mostly empty rock. But some light up.

### 3. You discover

When a scan hits, an asteroid is revealed with its **rarity**: Common, Rare, Epic, Legendary, or the ultra-rare Genesis. You get an instant reward the moment you find it.

### 4. It joins your portfolio

Every valuable asteroid you find **stays with you** and keeps generating rewards, day after day, until the season ends. The longer you play, the bigger your mining fleet — and the more it earns while you sleep.

### 5. You grow

Two ways to get stronger:

* **Scanner** — improves your *chances* of finding rarer asteroids.
* **Research** — increases how much a specific asteroid earns you.

And your **referral network** boosts your find-chance on top of that.

***

That's it. Send a signal, hunt, discover, collect, grow. Everything else in this guide is just detail on those five steps.

**Next:** [Claim your Shiba →](/asteroid-shiba-docs/getting-started/claim.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/how-it-works.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.
