> For the complete documentation index, see [llms.txt](https://support.moonshot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.moonshot.com/packs/whats-inside.md).

# What's inside

#### What's inside a pack?

Each pack contains a randomized amount of a memecoin, determined by your pack's tier and the rarity you land when you open it. No two opens are guaranteed to be the same.

When you purchase a pack, your tier is locked in. When you open it, a rarity is drawn instantly. That rarity, combined with your tier, determines exactly how many coins land in your wallet.

#### Pack tiers

Choose from 7 packs, each with its own odds and rewards.

{% columns %}
{% column %}

<figure><img src="/files/pmuJ4tadB1XvbN1scQ7i" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/stJpYaJJ7QpLcwaON85A" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/K0VIHdp9EQwRk4TddpG7" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/jn2qnNo2Bof7ls0ORsa6" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/TF2OIJS3aRVfPQImPxM2" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/A4IW99bqUW8hkNz8J7mT" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/Ll3BcgL9hMtrekvStnZw" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Rarities&#x20;

Every pack reward falls into one of five rarities, from Common all the way up to Mythical. Your rarity is drawn the moment you open the pack and shown on the reveal screen before your coins are delivered.<br>

{% columns %}
{% column %}

<figure><img src="/files/qXxg1QOWc2iYXhaUqOdv" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/DtTa1LyLbU9Ze4Z6pDNs" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/GfJ6jmdxGezwpyR55DTJ" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/PKBnct3vDOC5KJBhMB1T" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/9ZgpqCo3nHlif49Lntrt" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/GT7hHwfysp7BnMTS5zPJ" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/DV0G90fcUhbOtNQeHHU3" alt="" width="188"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
Odds vary by pack tier, so make sure to check the odds for your specific pack before purchasing.
{% endhint %}


---

# 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://support.moonshot.com/packs/whats-inside.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.
