> For the complete documentation index, see [llms.txt](https://docs.playtheatria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playtheatria.com/theatria/events-challenges/the-oracles-blessing/quartz-hoarders-honor.md).

# Quartz Hoarders Honor

### You've ventured far and wide, gathering a stunning stockpile of quartz blocks. The Oracle recognizes your perseverance and bestows upon you a 10% increase in earnings.

## How to Earn This Blessing

To gain the Oracle's favor through the Quartz Hoarder's Honor, you must complete the Quartz Collection Challenge:

* **Amass 5 double chests of quartz blocks** (Each double chest must be completely filled with 54 slots, each holding 64 quartz blocks, totaling 17,280 blocks overall.)

{% hint style="warning" %}
Ensure you are **ONLY** submitting Blocks of Quartz. Smooth Quartz, Quartz materials, or Quartz drops **will not be accepted**.
{% endhint %}

## Submission Guidelines

1. **Gather the required items**: Ensure all quartz blocks are collected and stored securely in locked chests. Use the `/lock` command to protect your chests.
2. **Open a Discord ticket**: Once everything is ready, open a ticket on our Discord server to start the submission process.
3. **Provide coordinates**: Share the private coordinates of your locked chests in the Discord ticket for staff to verify.
4. **Staff verification**: Wait for staff to review and confirm your submission.
5. **Receive your reward**: Once verified, the Oracle will grant you a 10% boost in `/sell hand` earnings.

For more information about submission requirements and other blessings, visit the [Oracle's Blessings main page](/theatria/events-challenges/the-oracles-blessing.md).

{% hint style="danger" %}
**⚠️ All items will be removed after verification! Ensure your submission is complete before opening a ticket.**
{% endhint %}

***

[The Oracle's Blessing](/theatria/events-challenges/the-oracles-blessing.md)

[Events & Challenges](/theatria/events-challenges.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://docs.playtheatria.com/theatria/events-challenges/the-oracles-blessing/quartz-hoarders-honor.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.
