> For the complete documentation index, see [llms.txt](https://docs.talesofelleria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talesofelleria.com/gameplay-prologue/heroes/attributes/soul-bound-attributes.md).

# Soul-Bound Attributes

## Soul-bound Mechanism

Heroes can obtain soul-bound stats through the usage of soul-bound scrolls.

Soul-bound Stats count towards both assignment requirements and combat stats.

These stats are tied to your wallet and hero and are shown in brackets. If you transfer your hero to another wallet, the soul-bound stats will be lost TEMPORARILY. However...

If the hero was [REBIRTHED](/gameplay-prologue/game-features/hero-rebirth.md), all soul-bound stats for all wallets will be lost.\
\
\&#xNAN;*For example:*\
\&#xNAN;*- 0xA has +1 STR on Hero #1.*\
\&#xNAN;*- Hero #1 is transferred to 0xB.*\
\&#xNAN;*- 0xB uses a soul-bound scroll and gets -2 STR on Hero #1.*\
\&#xNAN;*- 0xB rebirths Hero #1.*\
\&#xNAN;*- Both 0xA and 0xB's soul-bound stats will be reset.*

*---*

If the hero wasn't REBIRTHED, your soul-bound stats will re-appear once the hero is transferred back to you.\
\
\&#xNAN;*For example:*\
\- 0xA has +1 STR on Hero #1.\
\- Hero #1 is transferred to 0xBBB.\
\- 0xB uses a soul-bound scroll and gets -2 STR on Hero #1.\
\- 0xB transfers Hero #1 back to 0xA.\
\- 0xA will see his original +1 STR.\
\- If transferred back to 0xB, 0xB will see his soul-bound -2 STR as well.

### Visualizing Soul-bound Stats

You can see soul-bound stats from your hero's card in the hero inventory.

{% hint style="info" %}
90 (+1) means that you have 89 permanent stats and 1 soul-bound stat.
{% endhint %}

![](/files/IW2fIbnOkL8lInFqeTiZ)

### Sources

Soul-bound stats can be obtained by using soul-bound scrolls on heroes! You can acquire these scrolls from crafting, or from in-game content such as Weekly Tasks and Tower of Babel.


---

# 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.talesofelleria.com/gameplay-prologue/heroes/attributes/soul-bound-attributes.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.
