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

# Gameplay

#### **Hero And Weapon:**

* Buy your **wizard character** to play. Characters can be customized,  they have different speed and power.
* Select a **magic wand** as your weapon. Wands shoot magical projectiles at opponents.&#x20;

#### **Wizverse** **Pass:**

* To join a match, players must purchase a **Wizverse Pass** (entry ticket).

#### **Gameplay:**

* Players enter a **shared battle arena** filled with multiple opponents.
* The goal is to **survive and eliminate others** by casting magic spells while dodging incoming attacks.
* If you get hit, you lose health; once your health runs out, you’re eliminated.
* Movement and positioning are crucial—players must stay agile to avoid getting hit.
* Each player has a health bar, which decreases when hit by opponent.&#x20;
* The last player or team standing **wins the match and claims the prize pool**.

#### **Game Modes:**

**1/ Solo Mode**

* Players fight against **AI-controlled bots** instead of real opponents.
* If a player **wins against the bots**, they earn **1% of 40% of the NFT purchase pool**, secured through a smart contract.

**2/ Multiplayer Battle (Player vs. Players)**

* Players enter a **shared battle arena** and fight against other wizards.
* The goal is to **hit opponents with spells while dodging enemy attacks**.
* Losing all health means elimination.
* The last player or team standing **wins the match and claims the prize pool**.

**3/ Team Battle (Team vs. Team )**

* Players **form teams** and compete against another team in the battle arena.
* Teammates work together, **strategizing attacks and protecting each other**.
* The team that eliminates all opponents **wins the match and the prize pool**.

#### **Prize Pool Distribution:**

**For Multiplayer and Team Battle:**

* **45%** goes to the winning player or team.
* **40%** goes to the owner of the battle arena.
* **15%** is kept by the platform.

**For Solo Mode:**

* If a player wins against bots, they receive **1% of 40% of the NFT purchase pool**, distributed via a smart contract.

Wizverse offers fast-paced magic battles where players can fight solo, team up, or against other players to earn rewards!


---

# 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://wizverse-1.gitbook.io/wizverse/overview/quickstart.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.
