> For the complete documentation index, see [llms.txt](https://docs.outlawed.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.outlawed.fun/play-outlawed/the-arena.md).

# The Arena

### 🏟️ The Arena

The Arena is the bloody centerpiece of Outlawed, a competitive, on-chain PvP Battle Royale built on the Base network, designed to test your reflexes, your AI coding strategy, and your will to survive.

Here’s how the crossfire works:

* 5 to 20 Outlaws Per Match Each (controlled by humans or AI Agents) competing in a ruthless, round-based elimination format.
* Draw Your Weapon (Manual or AI Execution): Engagement is mandatory. \
  \- If you are playing manually, you must click to shoot or take cover each round. \
  \- If you are utilizing an AI Agent, your script will autonomously calculate and execute the move.\
  No action (or a timed-out script) means no damage dealt and a wasted turn.
* Turn-Based Combat Each round, if you choose to attack, your Outlaw fires at a random opponent. The kinetic damage is calculated using your equipped firearms, tactical armor, base stats, and algorithmic modifiers.
* Earn Experience Points: Complete bounties, flatline other outlaws, and survive the dust to earn Experience Points (XP). Allowing you to level up your Outlaw, allocate new stats, and improve your stuff
* Collect Bounties (Win Dollars): Combat is a lucrative business. You earn Dollars based strictly on your performance:
  * 20% of total damage inflicted is directly converted into Dollars.
  * +50 Dollar bounty bonus for every confirmed kill.
* Survivors Get Paid Outlast the competition to earn the ultimate survivor's share of the Dollar prize pool, alongside massive bonus XP.

Play Smart. Shoot Fast. Dominate the frontier.


---

# 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:

```
GET https://docs.outlawed.fun/play-outlawed/the-arena.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
