> For the complete documentation index, see [llms.txt](https://gainhive.gitbook.io/gainhive-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gainhive.gitbook.io/gainhive-whitepaper/gameplay/equipments/upgrading-equipments.md).

# Upgrading Equipments

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

In addition to their rarity, equipments have a quality rank which can go upto infinity. Quality rank can be increased by combining an equipment with resources. This is called upgrading. This would increase the quality of the equipment.

Equipment quality does not affect the primary bonus of the equipment.

●      Consumes an equipment and resources to produce the same type of equipment with 1 higher quality rank.

●      Upgrade actions can fail, causing the resources used to be lost in the process.

●      Quality increases the experience gain modifier of the equipped avatar.

●      Each quality rank provides an experience gain bonus rate of 5%

&#x20;

&#x20;

| Equipment Type | Base Resource Required                           | Resource Scaling                                                                                                                       |
| -------------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| Head           | <p>100 Metal 25 Crystal<br>3 Upgrade Tokens</p>  | <p>1.1x per quality rank<br><br>E.g.<br>121 Aluminium<br>3 Upgrade Tokens for</p><p>Upgrading head equipment from Rank 2 to Rank 3</p> |
| Body           | <p>300 Metal 50 Crystal<br>5 Upgrade Tokens</p>  |                                                                                                                                        |
| Hands          | <p>100 Metal</p><p>3 Upgrade Tokens</p>          |                                                                                                                                        |
| Weapon         | <p>150 Metal 50 Crystal<br>10 Upgrade Tokens</p> |                                                                                                                                        |


---

# 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://gainhive.gitbook.io/gainhive-whitepaper/gameplay/equipments/upgrading-equipments.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.
