> For the complete documentation index, see [llms.txt](https://docs.perplay.io/perplay-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perplay.io/perplay-whitepaper/game-fi/workshop/gem-upgrade.md).

# Gem Upgrade

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

Upgrading a Gem is the act of spending three identical Gems to gain a Gem of one level higher. The three Material Gems must be identical in color, effect, and level.

You need XPER and PER for a Gem Upgrade.

The result of a Gem Upgrade will be either a success or a failure.

<table><thead><tr><th width="157">Result</th><th>Description</th></tr></thead><tbody><tr><td>Sucess</td><td>The three Material Gems are spent and you gain a Gem that is one level higher than the Materials.</td></tr><tr><td>Failure</td><td>The three Material Gems are spent.</td></tr></tbody></table>

The probability of success is determined by the following:

* Level of Material Gems
* Whether the Upgrade Booster item was used


---

# 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.perplay.io/perplay-whitepaper/game-fi/workshop/gem-upgrade.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.
