> For the complete documentation index, see [llms.txt](https://level-money.gitbook.io/level-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://level-money.gitbook.io/level-documentation/user-guides/how-to-earn-level-xp.md).

# How to Earn Level XP

You can deposit specific assets into the farm or hold other ones to earn Level XP. Find the full list of eligible assets and their XP multipliers [here](/level-documentation/rewards/how-to-earn-xp.md).

In this guide, lvlUSD is deposited into the farm to earn Level XP:

**Step 1.** Visit <https://app.level.money/farm>

<figure><img src="/files/GnfIy32eYz2jZzCTTLWB" alt=""><figcaption></figcaption></figure>

**Step 2.** On the right-side panel, ensure the "Deposit" tab is selected. Next, click on the asset list and choose lvlUSD or your preferred asset for farming. Rewards and the 7-day cooldown period will vary based on the asset you deposit. In the case of lvlUSD, deposits earn 20x Level XP + Symbiotic points as rewards. Additionally, withdrawing lvlUSD from the farm incurs a 7-day cooldown period.

<figure><img src="/files/wkNHgNDXXMQsNdjd4DFm" alt=""><figcaption></figcaption></figure>

**Step 3.** After selecting the asset you'd like to deposit in the farm, enter the desired amount, then check the box acknowledging the 7-day cooldown period for withdrawing lvlUSD from the farm. Finally, click "Increase Allowance" to proceed and confirm the transaction in your wallet.

<figure><img src="/files/EAQ4oP5bKiyuPStVTVaV" alt=""><figcaption></figcaption></figure>

**Step 4.** After the allowance increase transaction is confirmed, click the "Deposit lvlUSD" button and approve the transaction in your wallet.

<figure><img src="/files/MLIgi9gExy74qQRF1PTy" alt=""><figcaption></figcaption></figure>

**Step 5.** Wait for the purchase transaction to confirm. Congratulations! You are now earning Level XP. The "Farm" dashboard will update to reflect your current position(s), and your account status will change to "Earning XP".

<figure><img src="/files/7CzWiG5BHRTXsYglf9TH" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://level-money.gitbook.io/level-documentation/user-guides/how-to-earn-level-xp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
