> For the complete documentation index, see [llms.txt](https://whitepaper.minerio.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.minerio.net/learn-more/game-systems/stores.md).

# Stores

There are several stores in the city. Each store provides products or services needed for the game progression.

1. **Miner Store:** Place to buy new miners, get the latest news and know the new technology advancements in the mining world. Factory stockholders will get a sales revenue share from these stores.
2. **Miner services:** These stores provide miner guaranty and services, including but not limited to Updating the miner framework, Fixing hardware failures, general services, and selling used miners.
3. **Decoration store:** By buying [decoration NFTs](https://minerio.net/Marketplace?tab=Decoration) from the marketplace, you can design your warehouse the way you like or the way your employees would enjoy.&#x20;
4. **Employment services:** You can employ workers for your mining site. Workers can automate tasks, Maintain hardware, Fix network glitches, Improve R.O.I, Manage power consumption, and do lots of other work.
5. **Robot store:** The assistant robots can do one task at the same time and they are very resourceful. You can buy new robots or upgrade your current robots in these stores.
6. **Uranium store:** There is no uranium store in the city. Uranium is a highly toxic material and should only be mined by special robots and get processed by the power plants into energy tubes.

![Robot store](/files/2A6aDYNOns1ggptVFYCS)

![Miner store](/files/XrIKjRuIom0k9T77YPfn) ![Uranium tube store](/files/pripjlXql9ncZXC81L7m)


---

# 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://whitepaper.minerio.net/learn-more/game-systems/stores.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.
