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

# The Market

Why This?

The global gaming industry, currently valued at an astounding $317 billion, stands as the largest category in the entertainment sector. Within this expansive market, Web3 gaming emerges as a rapidly growing segment, offering a fusion of traditional gaming entertainment with the innovative features of blockchain technology. This new sector is not just a subset of the broader gaming industry but a potential disruptor, poised to redefine gaming norms.

Key Drivers:

1. **Ownership and Empowerment**: Web3 gaming introduces the concept of true asset ownership, typically through NFTs, allowing players to have control over their in-game assets. This extends beyond the confines of the game, enabling players to trade or sell these assets in open markets.
2. **Play-to-Earn Model**: This model, unique to Web3 gaming, allows players to earn tangible rewards, often with real-world value, a significant shift from traditional gaming paradigms.
3. **Decentralization**: Offering a more transparent and fair gaming environment, decentralization reduces the influence of central authorities and empowers the player community.


---

# 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://stadiax.gitbook.io/stadiax-whitepaper/background/the-market.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.
