# Staking

### Lifetime Bonus

Lifetime Bonus is implemented as follows:

When the donation is made, 10 times less than corresponding amount of HCFW tokens is burnt according to the price on the exchange. Immediately after burning, the Lifetime Bonus is activated. In the personal account, the user can monitor the accumulation of tokens, as well as fully dispose of them.&#x20;

Lifetime Bonus is only available to users who participate in «Donation».

The percentage reward increases depending on the amount of the donation and the number of tokens burned. The calculation is made according to the following table:

| Number of HCFW tokens | % per month |
| --------------------- | ----------- |
| 0 - 5,000HCFW         | 1,33%       |
| 5,000 - 25,000HCFW    | 1,5%        |
| 25,000-100,000HCFW    | 1,66%       |
| from 100,000HCFW      | 1,83%       |

Every month, the accruals will be accumulated in your personal account on the HCF platform. They will only become available for claiming and withdrawal after 6 months of staking. Once this initial period is completed, users can claim their accruals every 30 days.

### **Fixed Staking**

With this method of accumulation, you accumulate HCFW tokens over a selected period: 6 months, 12 months, 18 months.The compensation percentage increases depending on the number of tokens you have secured. The calculation is made in accordance with the following table:

| Number of HCFW tokens | % per month |
| --------------------- | ----------- |
| 0 - 5,000HCFW         | 0,75%       |
| 5,000 - 25,000HCFW    | 0,83%       |
| 25,000-100,000HCFW    | 1%          |
| from 100,000HCFW      | 1,16%       |

For fixed staking users receive votes. The number of votes depends on the number of tokens in stake. As soon as the user withdraws funds from staking, he loses votes.&#x20;

If users take only the reward, then the number of their votes is reduced by the amount of the claimed reward. The user can reinvest their rewards and increase the number of votes.

{% hint style="info" %}
Tokens transferred to fixed staking are frozen for the selected period of time. The accruals can be withdrawn or reinvested after 6 months of staking. If a user wants to unstake tokens from fixed staking - all the accruals will be lost and a penalty of 5% is taken from the main deposit body and sent to HCFW Security Wallet.
{% endhint %}

<figure><img src="/files/WZ7l5HMJvQqjMecffI6s" alt=""><figcaption></figcaption></figure>


---

# 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://hcf-official.gitbook.io/hcfw-whitepaper/hcfw-token-flow/staking.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.
