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

# Merge Element

## Merge Element

<div><figure><img src="/files/yOakkjdTR9DRXFMHY3Pt" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kONIpdXtWt6JLfYtubEr" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NQwdU07TTfBvPe9pw5P7" alt=""><figcaption></figcaption></figure></div>

* Players need energy to combine existing elements to create new elements.
* When energy runs out, players can search for it in tasks, view ads, store, or wait for recovery.
* Players can find recipes for any element they need.
* After creating elements, players can store them in their bag.

## Bag off-chain

<div><figure><img src="/files/0qDjVC4sFTcHczhcGvXn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3jfxPyKJfBt5vezafAlG" alt=""><figcaption></figcaption></figure></div>

* Once players have accumulated a large amount of elements, they can mint them into nfts and sell them on the marketplace.
* To successfully mint elements into nfts, players need to successfully connect their wallet and have some Sui as gas fee and mint fee.

## Bag on-chain

<div><figure><img src="/files/lLKJ4j19pVlUDA6NHKIe" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xzmRkBTPB9CP8ixOxFgS" alt=""><figcaption></figcaption></figure> <figure><img src="/files/df5t88wD15ksKucbcvIn" alt=""><figcaption></figcaption></figure></div>

* Elements in the Off-chain Bag cannot be traded on the Marketplace.
* Players need to mint those elements into nfts, then they can trade on the Marketplace.
* To successfully mint elements into nfts, players need to successfully connect their wallet and have some Sui as gas fee and mint fee.
* Players can freely set the selling price of their elements, 3% fee every time the player successfully sells.
* If players need that element, they can burn that nft and receive the amount of that element back into the Off-chain Bag.

## Share NFT Prompt

* Share your NFT Prompt with your community and earn 5% in minting fees whenever someone copies your prompt to create an NFT — rewarding you as the Creator.


---

# 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://merge-infinite.gitbook.io/merge-infinite/features/merge-element.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.
