> For the complete documentation index, see [llms.txt](https://weiwey.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://weiwey.gitbook.io/whitepaper/gameplay/game-currency-nrg/game-shop.md).

# Game shop

### Description

The in-game store allows users to exchange NRG in-game currency for NON-NFT seeds, as well as sell in-game items for NRG

#### Game process

To use the in-game store, the user can use the in-game interface, in which the user can at any time exchange in-game items for NRG, as well as purchase seeds for NRG

#### Purchase

Seeds are available for purchase in the store

* The cost of seeds is individual for each plant and fixed by the system
* The amount of seeds purchased by the user is unlimited

#### Seed examples

* Pumpkin seeds
* Watermelon seeds
* Sweet potato seeds
* Potato seeds
* Carrot seeds
* Radish seeds
* Broccoli seeds

{% hint style="warning" %}
This list of seeds is not complete and does not reflect the amount of content in the game. This is just an example
{% endhint %}

![An example of buying pumpkin seeds in a store](/files/Fg4P7IUo07fkwCz8jpgS)

#### Sale

The user can sell any in-game items in the store, receiving in-game currency NRG as a reward

![An example of selling an in-game item (pumpkin) in a shop](/files/M6CoQhDGlQC8A8hdgSE4)


---

# 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:

```
GET https://weiwey.gitbook.io/whitepaper/gameplay/game-currency-nrg/game-shop.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.
