> 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/referral-and-explorer-network/explorer-bonus.md).

# Explorer Network bonus

Every **active explorer** in your network tunes your scanner. The bigger your active network, the higher your chance to find valuable asteroids — a boost that stacks on top of your Scanner.

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

## The ladder

| Active referrals | Find-chance bonus |
| ---------------- | ----------------- |
| 1                | +0.1%             |
| 10               | +1%               |
| 25               | +2%               |
| 50               | +3%               |
| **100+**         | **+5% (max)**     |

## How to read it

* **Milestones, not per-head.** You reach a tier once your active network hits that size. Think of them as goals: 10, 25, 50, 100.
* **Active only.** Only friends who've spent $50+ count. See [Rates & active referrals](/asteroid-shiba-docs/referral-and-explorer-network/rates.md).
* **Across every rarity.** The bonus lifts your overall find-chance, spread across all rarities from Common to Genesis.

{% hint style="info" %}
The bonus is a **boost, never a replacement** for upgrading your Scanner. At the max, it's worth roughly a third of a Scanner level — a nice edge, not a shortcut. Hunting and upgrading stay the heart of the game.
{% endhint %}

**Next:** [Rarity tiers →](/asteroid-shiba-docs/asteroids-and-rarity/rarities.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/referral-and-explorer-network/explorer-bonus.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.
