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

# Glossary

**Signal** — one attempt to scan the field for an asteroid. You get 5 per day.

**Scan / Hunt** — spending a signal to search the void.

**Discovery** — the moment a scan reveals an asteroid; also the instant reward you get for finding it.

**Rarity** — an asteroid's class: Empty, Common, Rare, Epic, Legendary, or Genesis.

**Scanner** — your account upgrade path; a free Scanner finds Common, and each level from 1 up opens rarer tiers and raises the *probability* of finding them.

**Research** — spending ASTRO on a specific asteroid to raise its daily income (up to +50%). Burns ASTRO.

**Portfolio** — your collection of found asteroids that mine ASTRO for you (1 active earner on a free Scanner, up to 50 from Level 1).

**Buffer** — each asteroid's storage; fills up, then pauses until you Collect.

**ASTRO** — the in-game currency. 1 ASTRO ≈ $0.001. Earned by finding and holding asteroids, spent on Research.

**Genesis** — the rarest, highest-value asteroid tier. Time-gated; reachable from a Level 1 Scanner up (a free Scanner finds only Common).

**Explorer Points** — earned via Research; determine your leaderboard rank.

**Founder Shiba** — the free, exclusive mascot claimable only during the Founder Phase.

**Ambassador** — a manually granted profile with higher referral rates (10/6/3). Not purchasable.

**Active referral** — a referred friend who has spent $50+; counts toward your Explorer Network bonus (find-chance boost).

**Upgrade commission** — the ASTRO you earn when your referrals buy Scanner upgrades (8/4/2 standard, 10/6/3 ambassador), paid on top by the game.

**Explorer Network bonus** — a find-chance boost (up to +5%) based on your number of active referrals.


---

# 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/reference/glossary.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.
