> For the complete documentation index, see [llms.txt](https://docs.moonpoly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonpoly.io/gameplay-1/gameplay/online-board-match.md).

# ⚔️Online Board Match

## Board Match

Each match starts from the lobby, with players creating a game lobby and inviting other players or waiting for someone to join. Match size and rules are set before the game starts and seen in the game lobby. The Player must set the total game pool to start a game. There are the minimum and maximum pool in-game that has to be set. Players also can set maximum players per match (up to 6), time for player decision (30second - 5min), and maximum game length starting from 1 hour.&#x20;

If the game length is longer than it was set, the winner is a player who had the most CMP tokens during the match last second. The Player who won the match will receive 20% of the total game pool. The second Player will receive 7% of the entire game pool. 73% of the whole game pool will move back to the game vault.<br>

## **Online Board Match Rules**

Each custom board has its own rules determined by a set of NFT cards. Custom decks generated from the players' pool of NFT cards will create a list of rules.&#x20;

\*Boards created by CMP developers or approved by community and CMP developers rules will be determined and listed on the official website. They will be added to the official pool of Decks.&#x20;

Each new generated by player decks will have to get a score rating by players, who will be granted access to beta test new decks; beta test players will receive an amount of CMP for beta testing decks.<br>


---

# 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://docs.moonpoly.io/gameplay-1/gameplay/online-board-match.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.
