# How does the manager's monthly commission work?

After the management phase is over (every 27 days):

### IF the fund is profitable OR not profitable&#xD;

0.1% of the total Betoken assets under management is set aside and distributed among fund manager holding [Kairo ](/docs/manage-the-fund/what-is-kairo.md)tokens proportional to the amount they hold and their [risk profile](/docs/manage-the-fund/how-does-risk-threshold-work.md).

### ONLY IF the fund is profitable&#xD;

20% of the total monthly profits is set aside as commission and distributed among fund managers holding Kairo tokens proportional to the amount they hold and their [risk profile](/docs/manage-the-fund/how-does-risk-threshold-work.md). The commission is taken into account **IF** and **ONLY IF** the fund is profitable during the actual investment cycle.


---

# 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://betoken.gitbook.io/docs/manage-the-fund/how-does-the-managers-monthly-commission-work.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.
