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

# Quick Peek

**Playtoo** is working to bring traditional games from the **web2** app stores into the realm of **web3**. With its framework, Playtoo simplifies the process of transforming traditional games into web3-compatible games, allowing **developers have an opportunity of breaking the standard age old models of centralised playstores** **and empowers themselves to regain control over their rewards.**&#x20;

Additionally, Playtoo offers features such as challenges and tournaments, to enhance user interaction and excitement. The ultimate goal of Playtoo is to **become a new decentralized hub**, providing developers with increased rewards opportunities and users with an engaging and rewarding gaming experience, all without **any upfront costs for developers** and **no access fees for players!**

{% tabs %}
{% tab title="GAME DEVELOPERS" %}

* How many video Ads do you need to show in your Game App to **earn $3**? If you're lucky, it's around **350-400 videos**! That means your user spends **2-3 hours watching ads** in your App
* What's the Cost per Install (CPI) for your Game App? It ranges from **$0.5** to **$3**. So if your user isn't spending **2-3 hours watching ads**, you're likely **losing money**
* Do you think your game is worth it, but lack the budget to make it take off and **earn what you deserve**?

> What if we told you we've solved it all? **Keep reading**
> {% endtab %}

{% tab title="PLAYERS" %}

* Are you **plagued by too many ads** while gaming? Constantly **prompted to make purchases** to progress in the game?
* Everyone talks about earning while playing, but you've **never achieved it**?
* Do you have a **bunch of Apps** on your phone that take up space, but you can't let go?

> What if we told you that all of this is in the past? **Keep reading!**
> {% endtab %}
> {% endtabs %}


---

# 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://playtoo.gitbook.io/playtoo-whitepaper/introduction/quick-peek.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.
