# Multipliers

To reward the most dedicated PDT holders, we use a time-weighted multiplier. As your multiplier grows, so does *your share* of the total staking reward pool and therefore, the PRIME you’re eligible to claim at the end of a reward epoch.

When you stake, your multiplier starts at 1x and begins growing linearly. Every six months, the multiplier increases by 1x (that’s about 0.042x per week or 0.167x per month).

We apply a new multiplier to each staking event — an amount of PDT staked today will have a greater multiplier than a future amount staked. Unstaking removes all your staked PDT from the contract and resets your multiplier.

{% hint style="info" %}
If you foresee yourself unstaking a portion of your staked balance and don’t want to reset your multiplier, you may consider staking that portion from another wallet.
{% endhint %}

#### Example <a href="#example" id="example"></a>

You have 10,000 PDT and decide to stake all of it today. Every 3 months, you buy and stake another 10,000 PDT. Your total staking multiplier reflects the average current multiplier for the tokens from each staking event.

<div align="center" data-full-width="false"><figure><img src="https://miro.medium.com/max/788/1*HW-oFgSXbaXpHElGWcUV3g.png" alt="" width="563"><figcaption><p>Example 1</p></figcaption></figure></div>

If you decide to unstake your PDT, you’d lose the benefit of the multiplier you’ve built (and therefore the weighting of your PDT).


---

# 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://docs.paragonsdao.com/docs/staking/staking-guide/multipliers.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.
