> For the complete documentation index, see [llms.txt](https://docs.fulcrom.finance/fulcrom-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fulcrom.finance/fulcrom-finance/core-modules/staking-module/boost-points.md).

# Boost Points

Boost Points introduce the idea of protocol loyalty. Boost Points reward long term holders without inflation. When you stake $FUL or $esFUL, you receive Boost Points every second at a fixed rate of 100% APR. For example, 1000 $FUL staked for one year would earn 1000 Boost Points.

Boost Points are accrued and can be staked. Each boost point will earn the same amount of $CRO rewards as when $FUL is staked. For example, having 1000 Boost Points and 1000 $FUL staked is similar to having 2000 $FUL staked for $CRO.

When $FUL or $esFUL is unstaked, the **proportional amount of Boost Points are** **burnt**. The burn will apply to the total amount of Boost Points which includes both staked and unstaked Boost Points.

{% hint style="info" %}
For example, if 1000 $FUL is staked and 500 Boost Points have been earned so far, then unstaking 300 $FUL would burn 150 (300 / 1000 \* 500) Boost Points.&#x20;
{% endhint %}

***Boosted APR = Original APR \* (Staked Boost Points / (Staked FUL + Staked esFUL))***

<table><thead><tr><th width="228">Items</th><th>Details</th></tr></thead><tbody><tr><td><strong>Boost Points APR</strong></td><td><p>Boost Points every second at a fixed rate of <strong>100% APR.</strong></p><p></p><p>e.g. 1000 $FUL staked for one year would earn 1000 Boost Points.<br></p></td></tr><tr><td><strong>Boost Points Utility</strong></td><td>Earns the same amount of revenue as a staked token or $esFUL</td></tr><tr><td><strong>Burning Boost Points</strong></td><td><p>Unstaking $FUL or $esFUL will burn proportional amount of Boost Points</p><p>Eg. user has 1000 staked $FUL and 100 Boost Points</p><ul><li>Unstaking 500 $FUL would burn (500/1000)*100 = 50 Boost Points</li></ul></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.fulcrom.finance/fulcrom-finance/core-modules/staking-module/boost-points.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.
