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

# SHOP

Once you log in, click \[Get NFT] and then click \[Shop] to enter the store center.

![](/files/Ew4w8g5kTPghmIZEsSk9)

![](/files/rjxNZ0mhYvMRqKNuS8Vb)

The store contains many functions for players to choose from.

![](/files/vzEx1NYLHdYC6JhETy9B)

**1.Market**

Players can click \[Market] to do free-trading on Hero NFT cards and skills.

![](/files/zmCksK5TPJSFAJJ5pczt)

![](/files/RozOXOCYSXAj6CFv2bzQ)

**2.NFT Shop**

Players can purchase Hero NFT card packs in the \[NFT Shop].

![](/files/pxiG1gZproQFK7Hp0Dvv)

**3.LP Mining Pool**

Players can stake in LP mining pools with corresponding trading pairs to obtain COIN benefits.

![](/files/5RXBqLRvlN7jVdhXM8Ip)

**4.My NFT**

Players can view their own NFT cards and time-limited card information in the \[My NFT] function.

![](/files/mcBegi5qfRCopZqAmpMN)

![](/files/hzpO9E793ukd3t9HoElz)

You can also click \[Unopen Card Packs] to open your own NFT card packs.

![](/files/nDBIrx6HKnCPvXRiS7ia)

Players can use the \[Synthesis] function to synthesize a same higher quality hero with 2 heroes with same name and quality.

![](/files/s1ppGGWiT218NGYKY6Ud)

![](/files/nctaVVMmgTHPJM4IsnKQ)

Players can also giveaway their NFT cards via \[Transfer] function.

![](/files/jGAswOoxdL69NTtqDasx)

**5.Skill Bag**

Players can check and open their skill card packs in \[Skill Cards], and transfer them to other players from here.

![](/files/U3TGIELz4XCOOsZNzSJB)

![](/files/41JYzL3ZM7U9R4LMotBs)


---

# 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://mixmarvel.gitbook.io/dehero_game/advanced/shop.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.
