# User Level System

1. **XP Points**: User level is determined by XP points, earned by completing daily market orders.
2. **Benefits of Upgrading Level**:
   * Access to more NFT upgrades.
   * Increased rewards on daily market orders (variations).
   * Special drops in the in-game shop for AWC at discounted prices for higher-level players.
3. **Importance**: User level impacts the growth scale of earnings within the Animal World economy.
4. **Additional Perks**:
   * Early access to later game modes for higher-level players.
   * Whitelist access for certain in-game drops.
   * Exclusive discounted in-game drops for higher user levels.
5. **Withdrawals**: AWC withdrawals unlock at user level 2

<table><thead><tr><th>AWXP amount</th><th width="150">Level</th><th>max_machine_level</th><th>max_cropfield_level</th><th>max_animal and trees_level</th></tr></thead><tbody><tr><td>0.0000 AWXP</td><td>1</td><td>1</td><td>1</td><td>1</td></tr><tr><td>2000.0000 AWXP</td><td>2</td><td>2</td><td>1</td><td>2</td></tr><tr><td>9000.0000 AWXP</td><td>3</td><td>3</td><td>2</td><td>2</td></tr><tr><td>35000.0000 AWXP</td><td>4</td><td>4</td><td>2</td><td>2</td></tr><tr><td>60000.0000 AWXP</td><td>5</td><td>5</td><td>3</td><td>2</td></tr><tr><td>100000.0000 AWXP</td><td>6</td><td>5</td><td>3</td><td>2</td></tr><tr><td>150000.0000 AWXP</td><td>7</td><td>6</td><td>4</td><td>2</td></tr><tr><td>250000.0000 AWXP</td><td>8</td><td>7</td><td>4</td><td>2</td></tr><tr><td>350000.0000 AWXP</td><td>9</td><td>8</td><td>5</td><td>3</td></tr><tr><td>800000.0000 AWXP</td><td>10</td><td>9</td><td>5</td><td>3</td></tr></tbody></table>


---

# 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://animalworld-1.gitbook.io/animal-world/game-mechanics-and-entities/user-level-system.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.
