# Cashback Policy

Fount offers cashback rewards to users who participate in IDOs.&#x20;

Users are eligible for cashback regardless of whether they claim or refund their allocations. Simply participating in or depositing funds into the IDO pool and holding a tier status qualifies them for cashback.

Cashback starts at 0.25% and increases up to a maximum of 1% of the invested amount, depending on the user’s tier.

Tiers and corresponding cashback ratios are shown in the table below.

|              | **Trial** | **Standard** | **Standard**+ | **Premium** |
| ------------ | --------- | ------------ | ------------- | ----------- |
| **Cashback** | 0.25%     | 0.5%         | 0.75%         | 1%          |

{% hint style="info" %}
Cashback percentages do not increase linearly across tiers, unlike the Pool Weight in the Tier System. The next level is only obtained by reaching the threshold for that tier.
{% endhint %}

Cashbacks will be deposited after the refund period ends.

{% hint style="success" %}
**Example:** A user with Premium Tier invests $5,000 into an IDO Pool on Fount. The user will be eligible for a cashback of 1% of the invested amount, which equals $50.
{% 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://guide.finceptor.app/cashback-policy.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.
