# XP System

The XP System incentivizes user participation and engagement with the Baked Beans Miner platform by rewarding users for various interactions, increasing their experience through progression and increased rewards via accrued XP.

**Key Components of the XP System**

**XP Earning Activities:**

* **Baking:** Users earn XP for baking activities.
  * +1 XP for baking under 1 Solana per day.
  * +5 XP for every 1 Solana baked per day.
* **Re-baking:** +1 XP per day for re-baking, which compounds interest back into the Total Value Locked (TVL).
* **Donating:** XP details are covered in the Donation System Section.
* **Quests:** XP varies depending on the quest's difficulty and importance.
* **Store Purchases:** XP awarded based on the item purchased, applicable multiple times per day.
* **Mini-Games:** Provide XP multiple times per day, with some games offering higher XP rewards.
* **Can of Beans:** Awards randomly selected XP based on the can's quality.
* **Baked Beans Tokens:** Users can burn their Baked Beans Tokens in the Miner to receive a random amount of XP, scaled based on the number of tokens burned and their current price (to be implemented later).

**XP Multiplier Mechanics:**

* **Incremental Increase:** Each day the user re-bakes, their XP gains for the next day increase by 10% (from 1.0x to 1.1x, and so on), increasing the base XP earned from activities.
* **Reset Conditions:** The multiplier resets if the user fails to re-bake for a day.
* **Tiered Multiplier Cap:** Each account tier level has a fixed multiplier cap.
* **Management:** Users have a timer indicating when the next multiplier increment is available and how long until the multiplier resets.

**Penalties:**

* **Eating:** Eating (withdrawing) results in an XP deduction of -5 XP per event.

**XP Boost Events:**

* **Random Boost Days:** Occasionally, XP gains are doubled, or specific actions yield additional XP.
* **Community Challenges:** Collective goals that, when achieved, provide benefits like temporary boosts or special rewards to all active users.

**Progress Tracking and Visualization:**

* The platform provides a visual interface where users can track their daily XP gains, current multiplier status, and progress towards the next level or reward threshold.

<figure><img src="/files/edSgp93Ngvs4u0vX8cPe" alt=""><figcaption><p>Level 1 Miner UI Showing XP System</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://baked-beans-solana.gitbook.io/baked-beans-solana-miner-documentation-outline/account-systems-upgrade/xp-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.
