# Experience

Experience is gathered by sending Cuties to the [Adventures](https://blockchaincuties.com/adventures/list) in [Blockchain Cuties Universe](https://blockchaincuties.com).

There are 3 Conditions under which experience is accumulated by the Cutie.&#x20;

1. Winning in the Fight
2. Losing in the Fight
3. If the fight is a draw

However, regular adventures do not utilize the 3rd option, as there can not be a draw in the configuration it is currently presented.&#x20;

There are also several types of adventures in the game that Cuties can gain Exp in:

1. Regular Adventures
2. Special Adventures
3. Seasonal/Event Adventures

More details about these types can be found in the [Adventures articles](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-mechanics/adventures.md).

Here is a table that outlines all of the level requirements in terms of EXP:&#x20;

<table><thead><tr><th width="150" align="center">Level</th><th width="150">EXP needed</th></tr></thead><tbody><tr><td align="center">2</td><td>1000</td></tr><tr><td align="center">3</td><td>3000</td></tr><tr><td align="center">4</td><td>7000</td></tr><tr><td align="center">5</td><td>15000</td></tr><tr><td align="center">6</td><td>31000</td></tr><tr><td align="center">7</td><td>63000</td></tr><tr><td align="center">8</td><td>127000</td></tr><tr><td align="center">9</td><td>255000</td></tr><tr><td align="center">10</td><td>511000</td></tr><tr><td align="center">11</td><td>1023000</td></tr><tr><td align="center">12</td><td>2047000</td></tr><tr><td align="center">13</td><td>4095000</td></tr></tbody></table>

As seen in the table above, the further a Cutie levels up, the more experience it will require to reach the next level.&#x20;

Levels are required to send the Cuties into further Adventures which contain stronger gear items. \
\
\&#xNAN;**`Raid Bosses do not generate exp for Cuties.`**&#x20;

The table of adventure accumulated experience can be found below. The current version of the regular adventures has two outcomes: Battle Win and Battle Loss

For which different amounts of EXP are given to the Cutie.&#x20;

| Adventure (min. lvl req) |  Win | Loss |
| :----------------------: | :--: | :--: |
|      Windy Hills (1)     |  250 |  125 |
|    Snowy Mountain (1)    |  300 |  150 |
|    Magical Forest (2)    |  350 |  175 |
|      The Desert (3)      |  400 |  200 |
|      Ivory Tower (4)     |  450 |  225 |
|      Metropolis (5)      |  500 |  250 |
|      City Ghetto (6)     |  550 |  275 |
|   Gates of Babylon (7)   |  600 |  300 |
|   Blood Moon Forest (8)  |  750 |  375 |
|       Wasteland (9)      |  800 |  400 |
|   Yakuza District (11)   | 1000 |  425 |
|     Dragon Lair (12)     | 1500 |  750 |

{% hint style="info" %}
Tavern of Heroes does not accrue EXP to the Cuties, it is a strictly PVP zone where players fight each other in a "first come first served" type of queue without matchmaking. Whoever wins the fight receives a champion mark that can be redeemed in the [Forge](https://blockchaincuties.com/forge/CRAFTING?recipe=championmarks_recipes_WeaponChest)
{% endhint %}


---

# 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://docs.blockchaincuties.com/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-mechanics/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.
