# Gear Merge

In Legend of Arcadia, players can merge five pieces of Gears of the same rarity into one of a higher rarity. For example, five pieces of White Gears can be merged into a Green one.

***However,*** Gear ***Merge is not always possible.*** There is a Success rate for Gear Merge. The rarer the level of the Gear is, the more difficult the merge is.

| Target Rarity | Consumption | Quantity | Success rate | Amount of White Ore(spend to achieve a 100% success rate) |
| ------------- | ----------- | -------- | ------------ | --------------------------------------------------------- |
| Green         | Grey        | 5        | 100%         |                                                           |
| Green+        | Green       | 5        | 100%         |                                                           |
| Blue          | Green +     | 5        | 100%         |                                                           |
| Blue +        | Blue        | 5        | 100%         |                                                           |
| Purple        | Blue +      | 5        | 100%         |                                                           |
| Purple +      | Purple      | 5        | 100%         |                                                           |
| Orange        | Purple +    | 5        | 100%         |                                                           |
| Orange +      | Orange      | 5        | 100%         |                                                           |
| Red           | Orange +    | 5        | 90%          | 1000                                                      |
| Red +         | Red         | 5        | 85%          | 1500                                                      |
| Red +2        | Red +       | 5        | 75%          | 2500                                                      |
| Red +3        | Red +2      | 5        | 50%          | 5000                                                      |

### Quick Merge

For convenience, players can merge their Gears at one-time with one tap. It should be noted that Quick Merge is available for Gears with quality below Orange+.


---

# 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.legendofarcadia.io/legend-of-arcadia/nft-assets/nft-toy-hero/gear/gear-merge.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.
