# Reward Pool allocation & Cashback calculation

A portion of Zaïffer’s protocol fees is redistributed to active users through the loyalty program.

* **Pool size:** between **10% and 15%** of total protocol fees per Season
* **Eligibility:** earn at least **100 points** in a Season to qualify
* **Distribution:** based on your share of total points earned

Formula:

```jsx
Your Cashback = (Your Points/Total Season Points) * Reward Pool (cUSDC)
```

**Example:**

> If the Season pool is $10,000 and you hold 1% of all points → you earn **$100 cUSDC.**


---

# 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://zaiffer.gitbook.io/wiki/loyalty-program/reward-pool-allocation-and-cashback-calculation.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.
