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

# Battle

Battle function allows users to play versus another specific user without costing any [energy](/whitepaper/gamefi-system/energy-system.md), [vitality](/whitepaper/gamefi-system/vitality-system.md) and [stamina](/whitepaper/gamefi-system/stamina-system.md); however, [Loot box](/whitepaper/gamefi-system/loot-box-system.md) won’t drop in this format.

The only mandatary requirement to use Battle function is to own at least one NFT.

The NFT participate in Battle won't be affected by the [Vitality system](/whitepaper/gamefi-system/vitality-system.md).

Users who wish to start a Battle must create a battlefield and set the following parameters:

1\) Map---Random or Specific

2\) Ultimate mode---Random or each NFT's own&#x20;

3\) Battle level:

| Level    | Service Fee | Entrance Fee (Paid by Both Parties) | Victory Reward |
| -------- | ----------- | ----------------------------------- | -------------- |
| Bronze   | 0/1         | 0                                   | 0              |
| Silver   | 2.5         | 25                                  | 50             |
| Gold     | 5           | 50                                  | 100            |
| Platinum | 10          | 100                                 | 200            |
| Diamond  | 25          | 250                                 | 500            |

4\) Service fee can be paid by several different modes: paid by creator, shared equally between two players, or paid by the winner.

**Note: Service fee for Bronze level can only be paid by creator and is exempted for the first two times of creation each day.**

Viewers can observe the game by inputting the 6 digit code in the battle page.&#x20;

All fees and rewards are in [MCC](/whitepaper/tokenomics/mcc-utility-token.md).&#x20;

Once the condition is set and service fee is paid, the creator will receive a 6 digit code in the app. Simply send this number to the pre-appointed user and the game can begin when both parties join.

**Note 1: If a game hasn’t started after 10 minutes of the creation of a battlefield, it will be cancelled automatically and any paid fees will be refunded.**

**Note 2: The** [**Lucky Spin Game**](/whitepaper/gamefi-elements/lucky-spin-game.md) **will not come into play in Battle mode.**


---

# 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://matchnovaofficial.gitbook.io/whitepaper/socialfi-system/battle.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.
