# Reward Manager

The reward manager is the Smart Contract which after a cliff period will linearly vest the CNT tokens from the farm to the user.

* 25% of the harvested amount from Farms (Core and Multireward) and Staking rewards will be sent to the harvester.
* The remaining amount (75%) will be vested linearly for 4 months. Vesting will start 1 month after the launch of the Reward Manager. (20th of each month)
* If users do not try to claim their vesting rewards for the entire duration of 4 months they will get an extra 15% of CNT. (The harvest can be called to get the 25% upfront. This applies only to the vested amount.)
* Users can “Force Claim” which will forgo the Vesting, burn 35% of the token you are owed, and give you the rest.

{% hint style="info" %}
45% APR interest rate was only for Reward Manager v1.
{% endhint %}

{% hint style="info" %}
Force Claim will burn 35% of the 75% vested if forced claimed immediately. If you force claim 35% of the amount unclaimable will be burned.
{% endhint %}


---

# 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.cryption.network/products/reward-manager.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.
