> 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/fighters/leveling.md).

# Leveling

Experience points (XP) are your key to unlocking new heights of power and skill in CryptoFights. Each battle victory against questline bosses and arena players propels your fighter forward, opening up new dimensions of gameplay with every level gained.

### ⚡ **Understanding Experience Points (XP)**

* XP is required to Level Up
* Every victory grants a specific amount of XP
* Most Levels require multiple victories to fulfill the total amount of XP needed to level up
* Each Level Up unlocks +1 Ability Point or one New Skill

### **🏆 The Impact of Leveling Up**

When Fighters level up, they fulfill experience requirements and either unlock a new ability point or new skills of their choice, producing the following effects:

* [**Ability Points**](/world/fighters/ability-points.md) enhance your Attribute Power, improving your combat abilities.
* [**Skills**](/world/fighters/skills.md) broaden your tactical options, offering attack enhancements and strategic buffs and debuffs.
* [**Arena** ](/world/combat/arena.md)**Access** is provided at level 3, promoting diverse fighter builds for more flexibility against opponents.
* **Matchmaking** in the Arena uses experience points, equipment quality, and fighter level to ensure fair fights.
* [**Equipment** ](/world/collecting-items/equipment.md)**Effectiveness** improves as you level up. The effectiveness of weapons and armor increases by applying relevant ability point bonuses or penalties, to either inflict or deflect damage.
* [**Equipment Quality & Rating**](/world/collecting-items/items.md) **Level Limits** may apply. Some weapons and armor may require a specific Fighter Level or a certain number of Ability Points to use.
* [**Ascension**](/world/combat/ascension.md) is available for fighters level 10 and beyond, unlocking new quests, bosses, and loot of exceptional quality.

<figure><img src="https://t2288007.p.clickup-attachments.com/t2288007/651bdff6-e37e-4ca4-9e8a-e882bb21910c/level%20up%20vs%20power%20up.png" alt=""><figcaption><p>Power Up Associated with Corresponding Level Up</p></figcaption></figure>

### 🧠 **Strategies for Leveling**

* **Diverse Builds:** Explore a variety of fighter builds to find winning strategies that suit your playstyle.
* **Equipment Strategy:** Tailor your gear to your build, but consider mixing attributes for a tactical advantage. For instance, equipment that boosts Intelligence on a Strength-Based Build to enhance your chances of reveling your opponent or avoiding debuffs.
* **Community Insight:** Use the Discord community to get gear recommendations and strategies.
* **FYX Gateway:** Purchase various equipment from the FYX Gateway by fellow fighters, to quickly acquire equipment that best suits your build.

### 🎯 **The Milestone of Level 10**

Achieving Level 10 marks the beginning of true mastery. Beyond this threshold lies the realm of ascension paths, offering seasoned warriors richer challenges and rewards. It's not just an achievement; it's the start of your legend.


---

# 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/fighters/leveling.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.
