> For the complete documentation index, see [llms.txt](https://quantifi.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantifi.gitbook.io/docs/qntfi/dividends.md).

# Dividends

Dividends in QuantiFi run in periods of 90 days. During a given dividend period, a percentage of profits made by QuantiFi products are taken as fees and transferred to the QuantiFi Dividends Contract. Once 90 days has past, anyone can initiate the dividend payout period, which runs for 14 days. Eligibility for receiving dividends is calculated based on the sum of staked QNTFI when the dividend payout period is initiated. See below for a further explanation and an example of what this looks like in practice.

{% hint style="info" %}
Each Dividend Period runs for a minimum of 90 days
{% endhint %}

### Dividends Example 1

Between June 1 and 30 August, the QuantiFi Fund makes $10,500 in profit, of which $2100 is taken as profit fees and sent to the dividend contract. Before or on August 30, three holders of QNTFI - Alice, Bob and Callie - stake 1000 QNTFI tokens each for 30 days. On Aug 31, Alice initiates the dividend payout period. These are the only three stakers, so each is eligible for 33.3% of the total dividend payout. In the week after August 31, each holder clicks 'Claim Dividend' on the QuantiFi Governance page, and is sent $700 USDT by the contract. The dividend payout period is now finished. The next dividend period will run from August 31 for a minimum of 90 days.

### Claiming Dividends

Stakers of QNTFI must claim their dividends by clicking 'Claim Dividend' on the website Dividends page, during the first 7 days of the Dividend Payout Period. After the first 7 days has past, rights to any unclaimed dividends are transferred to those stakers who did participate by claiming dividends during the first 7 day period. These *secondary dividends* must be claimed during the following 7 days. At the end of the 14 day period, any remaining unclaimed dividends are rolled forward into the next dividend payout.

| Days 1 - 7                                    | Days 8 - 14                                          | After Day 14                                  |
| --------------------------------------------- | ---------------------------------------------------- | --------------------------------------------- |
| Dividends claimable by all QNTFI Stakers      | Dividends claimable by those who claimed in Days 1-7 | Unclaimed dividends sent to Quantifi Treasury |
| Allocation based on individual weighted stake | Allocation based on weighted stake vs all claimers   |                                               |

### Dividends Example 2

As with example 1, $2100 is going to be paid out starting from August 31 to our stakers, Alice, Bob and Callie. Between August 31 and September 6, Alice and Bob claim the $700 but Callie does not. After September 6, Alice and Bob are each eligible for 50% of the unclaimed dividend ($350 each). Alice claims her $350 secondary dividend, but Bob does not. After September 13, the unclaimed $350 is rolled forward to the subsequent dividend payout.


---

# 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://quantifi.gitbook.io/docs/qntfi/dividends.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.
