> For the complete documentation index, see [llms.txt](https://gitbook.weave.financial/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.weave.financial/product-docs/tokenomic/usdweave-token/whitepaper-faq.md).

# Whitepaper FAQ

## How did the milestone bonus multiplier work?

Both $weave single staking and LP staking will be benefit from milestone reward on top of original reward. Refer to "5 ways to earn $Weave" section for a detail explanation of milestone reward. **For every milestone you reach, you will be eligible to get daily reward on an additional multiplier.**&#x20;

Lets assume Bob is the only eligible user for milestone reward and rest of the pool remain unchange. If Bob had deposited 10$weave now, and the rest of pool is 990$Weave, Bob will get 1%$ of daily reward emission. After 12weeks, the milestone bonus multiplier is kick-in at 1.5x and the 10$Weave is now treated as 15$Weave during daily reward calculation. Your daily reward after 12Weeks is now changed from 1% to 1.49% of the daily emission even your deposit remains unchanged. You still get 10$Weave on top of all the accumulated daily rewards if you withdraw now afterward.&#x20;

{% hint style="info" %}
This is a simplified calculation and assumes no compound.&#x20;

Each compound or each deposit is given a different timestamp, therefore each deposit is track separately.
{% endhint %}

![How the share change from 1% to 1.49% after reaching 12W of staking.](/files/sDKjDS6VfwOqGGkAmaMZ)

## How often can you claim the reward?

The staking reward is claimable every 7days of your deposit. Every new deposit will reset the 7days timelock. If you enable auto-compound feature, Weave platform will compound for you every 7days.

You can click to claim or compound it straight away.

![](/files/nzMFevIlKE8v205HONN4)

## How did the auto-compound feature work?

The auto-compound feature will compound automatically for user who enable the function. **Users has no need to pay transaction fee while Weave will pay the gas fee for users and take 1 $Weave as processing fee.**

**For your $Weave LP staking, once you enable auto-compound feature, the $Weave reward will be sent to $Weave single staking for compound.**

## If I withdraw my deposit, will I lose my milestone reward?

We have a **last-in-first-out** rule on your deposit. If you try to withdraw part of your stake, you will only lose the milestone bonus of those being withdraw. If you stake 50$weave for 5 times as a sum of 250 $Weave and withdraw 240 $Weave. You will still have 10 $Weave being calculated into milestone bonus when they reach milestone, the timer for withdraw part will be reset(hence no milestone reward)


---

# 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://gitbook.weave.financial/product-docs/tokenomic/usdweave-token/whitepaper-faq.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.
