> For the complete documentation index, see [llms.txt](https://whitepaper.biteveinstudios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.biteveinstudios.com/value-proposition/the-problem.md).

# The problem

The big companies of industry building AAA video games have created and established a very convenient system for their business where users buy their video game copy or contents but do not have any liberty using them.

The success of this system during the last 15 years has enabled video games to become massive and to reach each of the platforms and devices with a screen where you may play.

However, this success has also generated a series of complains from players. These include:

1. **Lack of ownership.**\
   \
   Players have stopped to have rights on the goods they bought. Leaving them unable to lend, gift, or even sell what is their own (or at least should be).<br>
2. **Creative stagnation.**\
   \
   As the video games catalog keeps growing, the video games are every time more similar to each other, specially business model wise. These are slaves of a centralized and one directional economy where money only flows one way, from the users' pockets to the developers. This forces studios to create closed economies with almost no participation from players, leading to a feeling where players feel like always repeating over an over again the same financial loop in every game.<br>
3. **Lost opportunities.**\
   \
   New trends like streamers and influencers have created opportunities for the video game market to reward and pay its users for their time played.<br>

In this whitepaper, we try to explain the existing problemas that players and developers are facing today and how we want to do better at BITE VEIN STUDIOS. We want to create video games that generate value and entertainment by leveraging the blockchain to give property back to the players. We want to explore the possibilities blockchain enables in the design of decentralized experiences where everybody can use their digital assets to create their own experiences.


---

# 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.biteveinstudios.com/value-proposition/the-problem.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.
