> 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/opulent-offering.md).

# Opulent Offering

### Lavish the Oracle with precious riches, and she will grant you a 10% boost in earnings.

## How to Earn This Blessing

To gain the Oracle's favor through the Opulent Offering, you must sacrifice the following items:

* **1 double chest of gilded blackstone blocks** (A double chest must be completely filled with 54 slots, each holding 64 gilded blackstone blocks, totaling 3,456 items.)
* **1 double chest of emerald blocks** (A double chest must be completely filled with 54 slots, each holding 64 emerald blocks, totaling 3,456 items.)
* **1 double chest of diamond blocks** (A double chest must be completely filled with 54 slots, each holding 64 diamond blocks, totaling 3,456 items.)
* **1 double chest of experience bottles** (A double chest must be completely filled with 54 slots, each holding 64 bottles, totaling 3,456 items.)
* **1 double chest of Crying Obsidian** (A double chest must be completely filled with 54 slots, each holding 64 Crying Obsidian, totaling 3,456 items.)
* **1 double chest of Nether Stars** (A double chest must be completely filled with 54 slots, each holding 64 Nether Stars, totaling 3,456 items.)

## Submission Guidelines

1. **Gather the required items**: Ensure all required items 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/opulent-offering.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.
