> For the complete documentation index, see [llms.txt](https://whitepaper.cryptofights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptofights.com/world/combat/arena.md).

# Arena

<figure><img src="https://t2288007.p.clickup-attachments.com/t2288007/25a79f63-4342-49a1-bfe2-1ad81be17234/arena%20outside.png" alt=""><figcaption><p>Exterior of Golden Hall Arena</p></figcaption></figure>

Enter the Golden Hall, where the thrill of live PvP combat awaits. Here, skills and strategy clash, offering warriors a platform to prove themselves as the champions of their era.

### **🏆 What is Golden Hall?**

The Golden Hall stands as the pinnacle of PvP combat in CryptoFights. Unlike the cost-free dungeons, entering this arena requires a stake of gold, ensuring every fighter is fully committed to seeing the battle through to victory or defeat.

### **💰 Rewards**

Victory in the Golden Hall is lucrative, with PvP rewards surpassing those of PvE. The winner claims a portion of the Gold required to enter, making each fight not just a test of skill but a gamble worth taking. Regular tournaments amplify these rewards, offering even greater loot for the champions.

### **📅 Events**

Our arena comes alive with weekly LiveOps tournaments. Typically on weekends, warriors gather for battles that are not just fought but showcased live across Twitch, YouTube, and X (Twitter), bringing our community and the excitement of live combat to a global audience.

### **⚔️ Strategies**

The Golden Hall demands more than just strength; it requires cunning, preparation, and adaptability. Participating in events and learning from each encounter is crucial. The feedback loop from our community-driven events shapes the arena, ensuring it evolves in ways that keep the combat fresh, challenging, and aligned with player expectations.

Step into the Golden Hall, where glory awaits the brave, the strategy defines the wise, and the community shapes the future. Are you ready to make your mark?


---

# 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.cryptofights.com/world/combat/arena.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.
