> For the complete documentation index, see [llms.txt](https://whitepaper.playmana.gg/mana/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.playmana.gg/mana/mana-games-platform/mana-products.md).

# MANA Products

The following is a list of products that will be available for Game Studios within MANA’s ecosystem:

1. Social Esports (P2P Challenges)
2. Game Launcher
3. Web 2.5 Tournaments
4. NFT Marketplace (In-game Swaps and Drops)
5. Token Swap (only supported games, cross chain)
6. Gaming Pools
7. Questing

### Revenue Models <a href="#heading-h.17dp8vu" id="heading-h.17dp8vu"></a>

MANA plans to have the following revenue generating modules;

* **Social Esports** - 2.5% platform fee to each successful P2P challenge.
* **Game Token Swap** - Charges for converting game tokens to MNG (swap)
* **Sponsor for tournaments** – We are working with large games studios and Layer 1/2 protocols to run new tournaments to promote their games.
* **Ads from Game Studios in Launcher** – We can place ads in the home page, also top placements can be a paid position.
* **In-Game Asset Drop** – 2% service fee for any new in-game assets traded, or dropped in MANA


---

# 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.playmana.gg/mana/mana-games-platform/mana-products.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.
