# Level & XP

A newly minted CyBloc begins at Level 1 and can grow to Level 100.

For every 100 experience points (XP) a CyBloc earns, it levels up (and gains a free Skill Point). For example, a CyBloc would reach Level 2 with 100 XP, then Level 3 after another 100 XP, etc. A CyBloc’s accumulated XP out of 100 resets upon leveling up.

Note that a CyBloc resets to Level 1 and 0 XP when the NFT is transferred, traded, or loaned out to a different user.

To understand how CyBlocs gain XP from various actions in matches, refer to the [**Match Rewards**](/game-mechanics-and-features/post-match-results-and-rewards-calculations.md#match-rewards) section.


---

# 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.cyball.com/cybloc/level-and-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.
