# NFT Merge

* On this layer, you'll be able to Merge your existing NFT's Cards.
* You'll be able to take same generation NFT and combine them into one more powerful NFT of the same generation.
* Merging different generations is unavailable.

{% hint style="info" %}
Merging rules will be changing according to different scenarios.&#x20;
{% endhint %}

As Sandman Finance Team, we need to assure that merging wont affect equilibrium to the entire community.

### Merging Rules

* You'll be able to merge only 3 cards at a time.
* A card can only be merged once. This mean that once you get a merged card, it wont be eligible to marge again.
* Merging is only available with same generation cards.

### Merging Workflow

1. You'll go to the merging page. Will be published soon.
2. You'll select 3 unmerged cards.
3. Your 3 cards will be moved to the merging contract
4. Once the merge is finished, you'll need to claim your merged card.

### Merging formula - Version 1.0

For each skill, stacking power and experience on every card (3 cards) we'll calculated:

1. Maximum amount of that skill amongst all 3 cards.
2. Average amount of that skill amongst all 3 cards.
3. Each Merged Skil will follow this formula:

$$
MergedSkill = MaximumSkill + (AverageSkill / 2)
$$

Let's check an example:

| NFT         | Strength | Agility | Endurance | Intelligence | Wisdom | Magic  |   | Staking Power | Experience |
| ----------- | -------- | ------- | --------- | ------------ | ------ | ------ | - | ------------- | ---------- |
| 1           | 85       | 13      | 67        | 42           | 72     | 78     |   | 357           | 4178       |
| 2           | 42       | 78      | 53        | 47           | 13     | 90     |   | 323           | 7546       |
| 3           | 20       | 44      | 82        | 70           | 58     | 46     |   | 320           | 6809       |
|             |          |         |           |              |        |        |   |               |            |
| Average     | 49       | 45      | 67        | 53           | 48     | 71     |   | 333           | 6178       |
| Maximum     | 85       | 78      | 82        | 70           | 72     | 90     |   | 357           | 7546       |
|             |          |         |           |              |        |        |   |               |            |
| Merge       | 110      | 101     | 116       | 97           | 96     | 126    |   | 524           | 10635      |
|             |          |         |           |              |        |        |   |               |            |
| Improvement | 22.37%   | 22.39%  | 29.11%    | 27.46%       | 24.87% | 28.38% |   | 31.83%        | 29.04%     |

{% hint style="success" %}
Your Merged card should have a \~25% improvement than your best card (theorically)
{% 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://docs.death.sandman.finance/nfts/nft-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.
