> For the complete documentation index, see [llms.txt](https://docs.cashcity.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cashcity.fun/game-overview/consumables-1.md).

# Daily Crates

Daily Crates give every player free rewards just for logging in.

***

## Daily Crates

Every player receives a **free Daily Crate** based on the highest-level Firm they own. Higher Firm levels unlock better crates with rarer rewards. Daily Crates have a 24-hour cooldown, which starts once you open your first Crate.

### Bronze Crate — Firm Level 1–2

{% columns %}
{% column width="50%" valign="middle" %}

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

{% column width="50%" valign="middle" %}

| Reward            | Drop Rate |
| ----------------- | --------- |
| Common Consumable | 50%       |
| Epic Consumable   | 12.5%     |
| Common Intern     | 22.5%     |
| Uncommon Intern   | 15%       |
| {% endcolumn %}   |           |
| {% endcolumns %}  |           |

### Silver Crate — Firm Level 3–4

{% columns %}
{% column width="50%" valign="middle" %}

<figure><img src="/files/JJL6a8Hn7duig58WbQy3" alt=""><figcaption></figcaption></figure>

{% endcolumn %}

{% column width="50%" valign="middle" %}

| Reward               | Drop Rate |
| -------------------- | --------- |
| Uncommon Consumable  | 83%       |
| Legendary Consumable | 6%        |
| Rare Intern          | 7.5%      |
| Epic Intern          | 3.5%      |
| {% endcolumn %}      |           |
| {% endcolumns %}     |           |

### Gold Crate — Firm Level 5–6

{% columns %}
{% column width="50%" valign="middle" %}

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

{% column width="50%" valign="middle" %}

| Reward            | Drop Rate |
| ----------------- | --------- |
| Rare Consumable   | 96%       |
| Mythic Consumable | 2.5%      |
| Legendary Intern  | 1.25%     |
| Mythic Intern     | 0.25%     |
| {% endcolumn %}   |           |
| {% endcolumns %}  |           |

Daily crates serve as both a retention mechanic and an upgrade incentive. Getting your first Firm to Level 5+ unlocks Chest 3, which has a small but real chance of dropping a **Legendary or Mythic Intern** for free every single day.


---

# 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://docs.cashcity.fun/game-overview/consumables-1.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.
