> For the complete documentation index, see [llms.txt](https://greedyverse.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://greedyverse.gitbook.io/white-paper/introduction/problems-with-crypto-games-and-our-solutions.md).

# Problems with crypto games and our solutions

Whether it's the **Play2earn, Play-And-Earn, Own2Earn, Free2Play2Earn** or whatever we have these days, we can all agree majority of the current crypto games are not exactly what and how we envisioned them. Here is a list of the major issues plaguing the blockchain gaming industry and how GreedyVerse is fixing them.

1. [Crypto games aren't entertaining](/white-paper/introduction/problems-with-crypto-games-and-our-solutions/crypto-games-arent-fun.md)
2. [Volatility in the value of in-game Tokens.](/white-paper/introduction/problems-with-crypto-games-and-our-solutions/volatility-in-the-value-of-in-game-tokens..md)
3. [Poor gaming economy design.](/white-paper/introduction/problems-with-crypto-games-and-our-solutions/poor-gaming-economy-design..md)
4. [High Barrier for entry](/white-paper/introduction/problems-with-crypto-games-and-our-solutions/high-barrier-for-entry.md)
5. [Players with huge capital have instant power.](/white-paper/introduction/problems-with-crypto-games-and-our-solutions/players-with-huge-capital-have-instant-power..md)
6. [Unfair gaming mechanics](/white-paper/introduction/problems-with-crypto-games-and-our-solutions/unfair-gaming-mechanics.md)
7. [Disguised Farming](/white-paper/introduction/problems-with-crypto-games-and-our-solutions/disguised-farming.md)


---

# 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://greedyverse.gitbook.io/white-paper/introduction/problems-with-crypto-games-and-our-solutions.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.
