# Rewards

The majority of the protocol earnings are redistributed to users who allocated xKIM to the Rewards plugin.

This rewards distribution can be done in the form of one or more tokens, and happens **continuously** (reward/second), through weekly epochs.

### Epochs

The distribution is based on a weekly epoch logic: every week, a fixed part of the owner-defined accumulated tokens is marked as to be distributed.

The same process is repeated every 7 days.

### Payouts handling

The distribution of those tokens is equally spread over the duration of the epoch, and allocated on a second-basis to every user with a xKIM allocation on this Rewards plugin, proportionally to their share of the total allocation.

{% hint style="info" %}
In more simpler terms, if we go with the following values:

* a total of 10,000 xKIM allocated to the dividends plugin
* a daily distribution of 10,000 USDC

If a user has allocated 200 xKIM to the plugin, he owns 2% of the allocations and will consequently receive 2% of the daily rewards, ie 200 USDC.
{% endhint %}

{% hint style="warning" %}
Rewards are being distributed continuously, users don't need to wait for the end of the epoch to collect them.
{% endhint %}

### Deallocation

Deallocating xKIM from this plugin is not subject to any condition, and can be done at any time.


---

# 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.kim.exchange/protocol/xkim-plugins/rewards.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.
