> For the complete documentation index, see [llms.txt](https://info.skybornegenesis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.skybornegenesis.com/game-information/quests/prologue-rewards.md).

# 🥇 Prologue Rewards

### Chests <a href="#chests" id="chests"></a>

The contents of these chests is yet to be revealed... but in the interim, players can hold or trade these items!

The Prologue season will be **the only time these chests are available to be earned**.

The Prologue chests, their icons and descriptions can be found below:

<table><thead><tr><th width="143" align="center">Icon</th><th width="129.33333333333331" align="center">Name</th><th>Description</th></tr></thead><tbody><tr><td align="center"><img src="/files/z2Q1fKwUz3lW9HcR2YRi" alt=""></td><td align="center">Aurum Chest (Prologue)</td><td><p>A resplendent chest of pure Aurum, radiating opulence and prestige. Unlock the secrets held within its gilded vault to unveil the most coveted of rewards.</p><p> </p><p>Earned during the Skyborne Genesis Prologue season.</p></td></tr><tr><td align="center"><img src="/files/Uk0p8s4XIAw0COdTJ69V" alt=""></td><td align="center">Silvite<br>Chest<br> (Prologue)</td><td><p>An intricately crafted Silvite chest, its surface glinting with elegance. Within its lustrous interior, you'll find rewards and treasures that reflect your dedication and progress.</p><p> </p><p>Earned during the Skyborne Genesis Prologue season.</p></td></tr><tr><td align="center"><img src="/files/8hSjP9xO5POnq0QCWXrD" alt=""></td><td align="center"><p>Cupidrum Chest (Prologue)</p><p></p></td><td><p>A weathered Cupidrum chest, adorned with simple engravings. Within its humble confines lie modest treasures.</p><p> </p><p>Earned during the Skyborne Genesis Prologue season.</p></td></tr></tbody></table>

***


---

# 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://info.skybornegenesis.com/game-information/quests/prologue-rewards.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.
