# ITEMS UPGRADE

The strength of your cyber-yakuza is not only determined by their attributes but also by the power of their items.

## HOW IT WORKS

Higher level items are more effective in combat. Players can upgrade item level by <mark style="color:red;">**combining three identical items**</mark>, with a chance of success.

<figure><img src="/files/9P7QLJQ3Fluwg5eH0F6e" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Example of items combination**&#x20;

If a player has three identical items, he can attempt to upgrade them. The player can choose the upgrade level they want to try, either +1, +2, or +3 levels. The chances of success for each upgrade level are as follows:

* +1 level upgrade: 90% chance of success
* +2 level upgrade: 40% chance of success
* +3 level upgrade: 25% chance of success

If the upgrade is successful, the player will receive one higher level item in exchange for the three lower level items. However, if the upgrade fails, only one of the three items will be kept, while the remaining two will be burned.
{% 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://whitepaper.oyabun.io/activity/items-upgrade.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.
