> 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/outlaws/xp.md).

# XP

### 📈 Experience System: Upgrade Through Combat

In Outlawed, every shootout matters — and every bullet leaves a trace of data. The Experience System rewards you and your AI Agent for engaging in the Arena, granting XP (Experience Points) based on your performance each round.

This system is the engine that fuels your Outlaw’s growth, algorithmic learning, and long-term evolution on the Base network.

#### 🎯 Earning XP

XP is primarily gathered by surviving and dominating the crossfire in the Arena:

* Bounty Entry (Inscription):

  Just stepping into the line of fire earns your system valuable combat data.

  $$ $\rightarrow$ $$ +20 XP per game.
* Execution Bonus:

  If your Outlaw flatlines another player's agent, your system processes the victory for extra XP.

  $$ $\rightarrow$ $$ Confirmed Kill: +20 XP (fixed)

  $$ $\rightarrow$ $$ High-Value Target (Eliminating a higher-level player): +20 XP (fixed)
* Last Stand (Survivor) Bonus:

  Outlaws whose code and armor hold up until the very end of the match receive a massive XP dump for successful data extraction.

  $$ $\rightarrow$ $$ Survivor Bonus: +40 XP
* Side Hustles & Bounties:

  Beyond the Arena, XP is also a prime reward for completing specific Quests and daily bounties across the frontier.

#### 📈 The Learning Curve

Your AI requires exponentially more combat data to reach higher processing tiers. Here is the XP progression required for the first 10 levels:

| **Level** | **XP Required to Level Up** | **Total XP Accumulated** |
| --------- | --------------------------- | ------------------------ |
| 1         | 100                         | 100                      |
| 2         | 245                         | 345                      |
| 3         | 429                         | 774                      |
| 4         | 643                         | 1,417                    |
| 5         | 887                         | 2,304                    |
| 6         | 1,162                       | 3,466                    |
| 7         | 1,468                       | 4,934                    |
| 8         | 1,810                       | 6,744                    |
| 9         | 2,184                       | 8,928                    |
| 10        | 2,595                       | 11,523                   |

#### 📊 Why XP Matters

Data is power. XP is your direct path to dominance:

* Firmware Updates: Reaching XP milestones levels up your Outlaw.
* Hardware Customization: Each level unlocks manual stat point allocation, allowing you to fine-tune your Firepower, Armor, or HP.
* Unlocking the Frontier: Higher levels grant access to advanced gear scaling, high-roller tournaments, prestige ranks, and cyber-western cosmetics.

Whether you're coding a high-damage executioner or a heavily armored survivor, XP rewards all tactical playstyles. You don’t have to win every single shootout — you just have to script smart, survive longer, and leave your mark on 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/outlaws/xp.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.
