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

# How referrals work

Inviting friends isn't a side quest in Asteroid Shiba — it's a core way to grow. Your network follows you **into the game from day one**, and you earn a commission whenever the people you invited upgrade.

## Three levels deep

When someone joins through your link, they become your **Level 1**. When *they* invite someone, that person is your **Level 2**. One more step down is your **Level 3**. You earn a commission across all three levels.

```
You
 └─ L1  (your direct invites)
     └─ L2  (their invites)
         └─ L3  (and theirs)
```

## You earn when your network upgrades

Every time someone in your network buys a **Scanner upgrade**, you receive a commission — a percentage of what they spent, paid to you **instantly in ASTRO**. See [**Rates & active referrals**](/asteroid-shiba-docs/referral-and-explorer-network/rates.md).

## Paid by the game — never taken from your friends

Your commission is paid **by the game, on top**. Your friend gets their full upgrade; you receive your ASTRO reward separately. Nothing is deducted from anyone.

> Your friend buys a Scanner upgrade → they get the full upgrade. You receive your commission in ASTRO, added on top.

Because it's paid in ASTRO, you can put it straight to work — invest it in [Research](/asteroid-shiba-docs/research/overview.md) to grow your own income, or withdraw it.

## Two things your network gives you

1. **Upgrade commission** — a percentage of your network's Scanner-upgrade spend, in ASTRO. See [**Rates & active referrals**](/asteroid-shiba-docs/referral-and-explorer-network/rates.md).
2. **Explorer Network bonus** — a boost to your own find-chance based on how many *active* explorers you have. See [**Explorer Network bonus**](/asteroid-shiba-docs/referral-and-explorer-network/explorer-bonus.md).

**Next:** [Rates & active referrals →](/asteroid-shiba-docs/referral-and-explorer-network/rates.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/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.
