> For the complete documentation index, see [llms.txt](https://wiki.blocklords.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.blocklords.com/game-mechanics/dynasty/assets/heroes/the-mausoleum.md).

# The Mausoleum

<figure><img src="/files/6cz0eRa9ncfLtzpNwGtv" alt=""><figcaption></figcaption></figure>

Show your respect for your [Fallen Heroes](/game-mechanics/dynasty/assets/heroes/the-mausoleum/fallen-heroes.md) by placing them in the Mausoleum. Each Fallen Hero generates a certain amount of Renown daily, determined by their type and quality.

**Renown Generation**

* Daily Renown Yield: Each Fallen Hero staked in the Mausoleum contributes to your daily Renown yield. The amount of Renown generated is based on the Hero's type and quality.
* House Level Limitations: While you can have an unlimited number of Fallen Heroes, only a certain number can contribute to your Renown daily. This limitation is determined by the [leve](/game-mechanics/dynasty/houses/house-levels-and-traditions.md)l of your House.
* Refresh Time: The Renown generated by your Fallen Heroes is calculated and refreshed daily at 12:00 UTC.

**Key Points**

* Respect and Honor: The Mausoleum serves as a place to honor your Fallen Heroes, turning their sacrifice into a meaningful contribution to your progress.
* Strategic Staking: Carefully select which Fallen Heroes to stake based on their potential Renown contribution, considering the daily limit imposed by your House level.
* Daily Calculation: Ensure you maximize your Renown yield by managing your Fallen Heroes and monitoring the daily refresh at 12:00 UTC.


---

# 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://wiki.blocklords.com/game-mechanics/dynasty/assets/heroes/the-mausoleum.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.
