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

# Project Apidom

Project Apidom is a **MOBA game developed by Breach that uses Breach Avatar as the player's character**. In Dota-style 3v3v3 battles, players fight in search of a treasure while also facing and combating NPC monsters. The treasure consists of an **in-game item drop and Shards** which is a currency that will be used both in the game and Breach social platform.

Breach Arena offers multiple ways of play, that include **casual and competitive**. In casual battles, players get to practice the game and learn the subtleties of the maps as well as draw strategies while also having a chance of earning various game items after winning.

In competitive battles, players enter the map with one intent, conquer the map and win. **Winners get bigger rewards and rarer items** while also being able to enter tournaments for even bigger rewards.

### Same Avatar - different games

Breach will offer **different native games** as the platform develops - **RTS, FPS, Fighting, RPG, and other** genres.

It **doesn't matter which game** you play. Your character will transfer its stats, levels and inventory between all of these games! This includes using social platform too - **gaining XP and skill points there will directly strengthen the Avatar** in native games too.

**No more starting from zero. Level up in one game - be strong in others.**


---

# 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://breach-gg.gitbook.io/breach-gg/breach-platform/project-apidom.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.
