# Periodic Revenue Distribution

**Why Periodic Revenue Distribution ?**

Using periodic revenue distribution, LPs will fairly earn a portion of fees based on the time they provided capital. This is much more effective than distributing returns all at once since it avoids situations where late LPs earn a higher return for the amount of time they were staked.&#x20;

The current period of distribution is set to be every hour, with new fees projected to return over a period of 7 days. This is on a rolling basis, so any accumulation of fees will continuously be distributed.&#x20;

{% hint style="info" %}
For example, consider a scenario where a total of $1,000 in fees is generated from liquidations. In this case, $1,000 will be distributed to the LP vault. Let's assume that the vault has $10,000 in TVL. This means that over 7 days (or 7 \* 24 = 168 hours), every hour, 1 / 168 of the new fees, or $5.95 will be distributed.
{% 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.avantisfi.com/rewards/periodic-revenue-distribution.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.
