> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/home-token/staking/xp-and-charges.md).

# XP Multipliers & Charges

When you stake, you can earn bonus XP via XP multiplier. View your multiplier in the top right of Defi App.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXf7Kwam8w716_Xy4KvvQrO_WEjzMhuwaHcSlWBzJfwPUyVjoyORZmMjXNq1ZJA4VL7JRaZ9rlZBxa5wwJToY657Z8Fd2haWTlEFUo0kn3YSVVyUFvKE8LYpYZ_84exsO8iWrwUtLg?key=jGRSXXSi9CWMVBaiXBAOKg)

***

## XP Multipliers

Staking $HOME can activate up to a 3x multiplier on XP gains depending on the duration. The longer you lock, the more XP you can earn.

{% hint style="info" %}
Users who stake $HOME may be [eligible for bonus $HOME](/knowledge-base/reference/past-events/bonus-tokens.md).
{% endhint %}

***

## The Charges System: Your XP Fuel

Charges act as consumable "fuel" that determines how much XP can be boosted with your multiplier. Charges are consumed automatically when applying multipliers to Swaps or Perpetual trades.

To view your remaining charges, hover over your multiplier in the top right of Defi App.

<img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfa7sMcwtFvQ4Zv6phjnlZgZgtg-wIuJnBVjsx69tGedgj2znUl8kvwFKWK5p3kjZOA55nzn4jRCo2GcjzHzcfheRaZmavq6XFuQFD9cnPyRQzwTn-VofkUv8rncl7JIvtUCJ5_BA?key=jGRSXXSi9CWMVBaiXBAOKg" alt="" data-size="original">


---

# 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://docs.defi.app/knowledge-base/home-token/staking/xp-and-charges.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.
