# Chance of tier up

<table><thead><tr><th width="162"></th><th>C->R</th><th>R->E</th><th>E->U</th><th>U->L</th></tr></thead><tbody><tr><td>Success %</td><td>70.00%</td><td>45.00%</td><td>25.00%</td><td>10.00%</td></tr><tr><td>Fail %</td><td>22.50%</td><td>41.25%</td><td>56.25%</td><td>67.50%</td></tr><tr><td>Destruction %</td><td>7.50%</td><td>13.75%</td><td>18.75%</td><td>22.50%</td></tr></tbody></table>

The table above shows the probability of a tier-up succeeding and failing, and the probability of being destroyed when it fails.

{% hint style="info" %}
**Note: Please note that all figures are subject to change by governance.**
{% endhint %}


---

# Agent Instructions: 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://orbcity.gitbook.io/orbcity/building/upgrading-system/tier-up-evolution/chance-of-tier-up.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.
