# Levels & Experience

CryptoKnights has a unique leveling system. **Levels** and **Experience (EXP)** are viewed as scarce assets!

* The main way for a Knight to gain EXP to level up is through PvP Versus.
* Winner gains EXP. Loser **loses** EXP.
* A player can **spend RUBY to restore a Knight's EXP** to its **historical max**. At launch, **1 RUBY restores 100 EXP**.
* Player should find it worthwhile to do so because higher Level Knights earn more RUBY, are stronger, and have more access to in-game features.
* **EXP slowly regenerates over time.** At launch, **1 EXP takes 1 minute to regenerate**, therefore a Knight regenerates 1,440 EXP per day.

<figure><img src="/files/XC3dKBKoq5r8uwmvPGPE" alt=""><figcaption><p>A Knight gaining EXP after a victory!</p></figcaption></figure>


---

# Agent Instructions: 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://whitepaper.cryptoknights.games/levels-and-experience.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.
