> For the complete documentation index, see [llms.txt](https://docs.primestaked.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primestaked.com/prime-staked-eth/experience-points-xp.md).

# Experience Points (XP)

With the introduction of primeETH, we will be debuting a new incentive program: Experience Points. Users that hold primeETH will receive LST yield, EigenLayer Points, and Experience Points. **OETH deposits will receive an additional 2x bonus** on their XP.

*\*Note that transferring primeETH to another wallet will disqualify your 2x bonus.*

primeETH XP will be accrue based on the amount of LSTs you hold per hour. The exact calculation is as follows:

* \# of LSTs held \* # per hour \* 10,000
* \# of OETH held \* # per hour \* 20,000

Early depositors will also earn an XP multiplier on their deposit; XP boosts are as follows:

* 5x multiplier on day 1 (24 hour period starting at 12pm PT February 5)
* 4x multiplier on day 2
* 3x multiplier on day 3
* 2x multiplier on day 4

Moreover, you can earn an XP bonus depending on the amount of LSTs you deposit:

* ≥10 primeETH: 1.05x multiplier
* ≥100 primeETH: 1.1x multiplier
* ≥1,000 primeETH: 1.15x multiplier
* ≥2,000 primeETH: 1.2x multiplier

### XP Examples

Bob deposits 3,000 OETH at launch and receives a 5x early deposit multiplier, a 1.2x whale multiplier, and and 2x OETH multiplier.

Bob's bonus for that day would be 400% + 20% + 100% = 520% (6.2x).

Ashley deposits 50 stETH on day two and receives a 4x early deposit multiplier, a 1.05x whale multiplier, and no OETH multiplier.

Ashley's bonus for that day would be 300% + 5% (4.05x).


---

# 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.primestaked.com/prime-staked-eth/experience-points-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.
