> For the complete documentation index, see [llms.txt](https://docs.starter.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starter.xyz/overview/staking-rewards.md).

# Staking Rewards

You can earn additional BUIDL for staking and locking BUIDL or BUIDL/ETH LP. Earned BUIDL rewards are subject to a 0.50% unstaking burn fee.

* The single-sided BUIDL staking is allocated 40% of the total rewards available.
* The BUIDL/ETH LP staking pool is allocated 60% of the total rewards available.

{% hint style="info" %}
Note: To extend the duration of staking rewards, the BUIDL reward rates issued per block is reduced by 3% every two weeks.
{% endhint %}

Earned rewards can be claimed as liquid BUIDL tokens after a vesting period has expired. The length of the vesting period is determined based on the length of the lock — the longer you keep your deposit locked (maximum of 1 year), the lower the vesting period and the faster you receive your rewards.

For example, if you stake 10000 BUIDL for 30 days, the vesting on your BUIDL rewards will be 335 days. If you stake 10000 BUIDL for 365 days, the vesting on your BUIDL rewards will only be 45 days and you earn the full 10x multiple.

Unstaking BUIDL is subject to a burn fee according to your last unstaked time or the last time you participated in an IDO (unstaking LP tokens are not subject to any burning). The unstaking burn fee is applied according to the rules below.

<table><thead><tr><th width="299">If you last invested or unstaked:</th><th>YOUR UNSTAKING BURN FEE WILL BE:</th></tr></thead><tbody><tr><td>2 days ago</td><td>5% of the unstaked amount burned</td></tr><tr><td>5 days ago</td><td>3% of the unstaked amount burned</td></tr><tr><td>10 days ago</td><td>1% of the unstaked amount burned</td></tr><tr><td>14 days ago</td><td>0.5% of the unstaked amount burned</td></tr><tr><td>More than 14 days ago</td><td>0% of the unstaked amount burned</td></tr></tbody></table>


---

# 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.starter.xyz/overview/staking-rewards.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.
