# How to Calculate Presentation Commissions

Individual contributors and community development partners will receive a commission based on the status of the end of the insurance contract (abbreviated as ADR) calculated as follows:

<br>

| **Contracts Status** | **Commission Rate**            |
| -------------------- | ------------------------------ |
| Claimed              | Commission Rate x Claim Amount |
| Refunded             | Commission Rate x Margin       |
| Canceled             | Commission Rate x Margin       |
| Liquidated           | Not apply                      |

\
\* Regarding commission rates, depending on whether you are an individual or a community partner and your level, there will be different commission rates.

**For example:**

Partner A (level 5 - direct commission rate 5%) successfully introduced user B whose contracts ended as follows:

* Insurance contract 1 Claimed: Deposited 1,000 USDT and Claim Amount 2,000 USDT
* Insurance contract 2 Refunded: Deposited 500 USDT
* Insurance contract 3 Canceled: Deposited 500 USDT
* Insurance contract 4 Liquidated: Deposited 500 USDT

User C was introduced by B and has contracts that end as follows:

* Insurance contract 1 Claimed: Deposited 2,000 USDT and Claim Amount 4,000 USDT
* Insurance contract 2 Refunded: Deposited 100 USDT
* Insurance contract 3 Canceled: Deposited 300 USDT
* The commission for Partner A (at a rate of 5%) changes as follows:
* Commission level: (2,000 + 500 + 500) x 5% + (4000 + 100) x 0.3% = 162.75 USDT


---

# 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://whitepaper.vnst.io/hakifi-documents/referral/how-to-calculate-presentation-commissions.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.
