> 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/getting-started/claim.md).

# Claim your Shiba

Getting into Asteroid Shiba takes about a minute.

## What you need

* **Telegram** — the game runs as a Mini App inside Telegram.
* **A BEP20 (BSC) wallet** — for payments and, later, withdrawals. You can add this at any time; you don't need it just to claim.

## Claim your Level 0 Shiba

Every new explorer claims a **Level 0 Shiba** — your starting mascot — for **free**.

1. Open the Asteroid Shiba Mini App in Telegram.
2. Join the required Telegram channel and chat when prompted.
3. Tap **Claim** to lock in your Shiba.

{% hint style="warning" %}
**Free entry closes on August 6, 2026.** After that, joining Asteroid Shiba becomes paid. Numbers are limited and it may close earlier, so claim while it is open.
{% endhint %}

{% hint style="info" %}
The **Founder Shiba** was a separate, pre-launch mascot and is no longer available — the Founder Phase closed when Season 1 launched on July 24, 2026. See [Founder Phase](/asteroid-shiba-docs/founder-phase/overview.md).
{% endhint %}

## Invite your friends early

The referral program is **already live**. Every explorer you invite now carries into the game from day one — a stronger start and better odds. See [How referrals work](/asteroid-shiba-docs/referral-and-explorer-network/overview.md).

**Next:** [Home screen tour →](/asteroid-shiba-docs/getting-started/home.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/getting-started/claim.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.
