> For the complete documentation index, see [llms.txt](https://imbalance.gitbook.io/imbalance-whitepaper-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imbalance.gitbook.io/imbalance-whitepaper-en/game-systems/altar-system.md).

# Altar System

<figure><img src="/files/jJlv68FSoSALQ1c4Z2sD" alt=""><figcaption></figcaption></figure>

The altar is a prerequisite for using Atman in battles. When players deploy Atman, they first need to place the Atman on the altar. The Atman's level depends on the altar's level. This is done to reduce the difficulty for users to develop Atman, allowing them more freedom to customize their lineup without being restricted by the Atman development progress.

If a user removes a Atman from the altar, the skills, equipment, etc., associated with that altar will become inactive. If a team has that Atman, the Atman will also be removed from the team.

### Altar Unlocking

Atman can only be hosted on the altar after it is unlocked. Initially, an account is automatically granted access to one altar. Additional altars can be unlocked by players as they participate in the game and obtain in-game items for unlocking. The required materials for unlocking will increase with each successive unlock.

### Altar Upgrade

Players can use experience items and currency to upgrade the altar. Altar upgrades enhance the attributes of the Atman hosted on that altar.


---

# 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:

```
GET https://imbalance.gitbook.io/imbalance-whitepaper-en/game-systems/altar-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
