> For the complete documentation index, see [llms.txt](https://chunkedworld.gitbook.io/chunkedworld/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chunkedworld.gitbook.io/chunkedworld/progression/daily-tasks.md).

# Daily Tasks

A rotating daily task board, separate from rank quests

A rotating task board, separate from the rank-progression [quests](/chunkedworld/progression/quests.md).

{% hint style="warning" %}
Daily Tasks and rank quests are two separate systems and don't feed each other. Finishing daily tasks doesn't count toward your rank-up quest goal, and finishing rank quests doesn't tick daily tasks. It's easy to confuse the two menus at a glance.
{% endhint %}

## What it is

Every day you get a fresh set of 6 tasks, drawn from a pool of 107, spread across four difficulty tiers.

| Tier   | Tasks per day |
| ------ | ------------- |
| Easy   | 2             |
| Medium | 1             |
| Hard   | 2             |
| Pro    | 1             |

Tasks reset on a daily cycle. Unfinished tasks don't carry over.

## Rewards

Individual tasks pay cash and materials scaled to their tier. Completing all six tasks in a day awards a Gold Crate key as a global completion bonus - this is the only way daily tasks award Gold keys, so partial completion never produces one.

## Spawner kills count

Kills from your own [spawners](/chunkedworld/economy/spawners.md) count toward daily tasks exactly like kills anywhere else. This is deliberate - spawners are an earned investment, and excluding them would make several mob tasks nearly impossible for players without convenient natural spawns.

## Chunk generation tasks

Each tier includes a chunk-generation task. These only appear for players who've unlocked chunk generation, since a Settler can't complete them - see [Wilderness](/chunkedworld/the-wider-world/wilderness.md).

## How to open it

Click **Daily Tasks** in the [Chonky](/chunkedworld/getting-started/chonky-your-companion.md) menu, or run `/tasks`.

{% hint style="info" %}
`/q` opens the separate rank-quest menu, not this one - see [Quests](/chunkedworld/progression/quests.md).
{% 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://chunkedworld.gitbook.io/chunkedworld/progression/daily-tasks.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.
