# Index Holders Fees

<figure><img src="https://4002387834-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglHqfwdVqKPEO0QRHhHR%2Fuploads%2FB0goRHSqgNWroHhEqvWD%2F25.png?alt=media&#x26;token=9802632e-1ba8-4e6f-9c08-33b131bcaad6" alt=""><figcaption></figcaption></figure>

All fees on the platform are presented in the [Fee Structure](https://cryptoindex-1.gitbook.io/cryptoindex-whitepaper/platform-features/fees-structure) section. This section will discuss in detail the calculation of entry/exit and management fees, which are paid in INDX tokens:

* <mark style="color:blue;">**Entry/Exit Fees:**</mark> The user pays a fee when entering/exiting the index. This one-time fee ranges from 0.5-5.0% of the position size as determined by the index creator.
* <mark style="color:blue;">**Optional Management Fee:**</mark> The index creator can introduce a monthly management fee of 0.0-5.0% per annum of the position size or 0.0-20.0% of the profit. This fee is not mandatory and is at the discretion of the index creator.

Below is an example of calculating the accrual of fee:

* Index configuration: The entry/exit fee is 0.5%, and the management fee is 2% per annum from the position size.\
  Suppose the user Bill enters the index with an amount of $1,000. Assuming the index grows by 5% every month, Bill stays in the index for 1.5 months.

| Month       | Action                       | Change of holdings | Balance     | Fee                     | Fee Amount |
| ----------- | ---------------------------- | ------------------ | ----------- | ----------------------- | ---------- |
| 0           | Initial Capital              | -                  | $1,000.0    | Entry Fee(0.5%)         | $5.00      |
| 1           | 5% Index Growth              | $50.0              | $1,050.0    | Management Fee (0.167%) | $1.75      |
| 1.5         | Additional Index Growth 2.5% | $26.3              | $1,076.3    | Management Fee (0.084%) | $0.90      |
| 1.5         | Exit                         | -                  | $1,076.3    | Exit Fee (0.5%)         | $5.40      |
| <p><br></p> | <p><br></p>                  | <p><br></p>        | <p><br></p> | **Total Fee**           | **$13.05** |

&#x20;                                                              <mark style="color:blue;">**Table 4.**</mark> Balances and Fees Amounts

* Index configuration: The entry/exit fee is 0.5%, and the management fee is 20% of the user’s profit.\
  Suppose the user Bill enters the index with an amount of $1,000. Assuming the index grows by 5% every month, Bill stays in the index for 1.5 months.

| Month       | Action                       | Change of holdings | Balance     | Fee                    | Fee Amount  |
| ----------- | ---------------------------- | ------------------ | ----------- | ---------------------- | ----------- |
| 0           | Initial Capital              | -                  | $1,000.0    | Entry Fee(0.5%)        | $5.00       |
| 1           | 5% Index Growth              | $50.0              | $1,050.0    | <p><br></p>            | <p><br></p> |
| 1.5         | Additional Index Growth 2.5% | $26.3              | $1,076.3    | <p><br></p>            | <p><br></p> |
| 1.5         | Exit                         | -                  | $1,076.3    | Management Fee (20.0%) | $15.26      |
|             |                              | -                  | $1,076.3    | Exit Fee (0.5%)        | $5.40       |
| <p><br></p> | <p><br></p>                  | <p><br></p>        | <p><br></p> | **Total Fee**          | **$25.66**  |

&#x20;                                                           <mark style="color:blue;">**Table 5.**</mark> Balances and Fees Amounts &#x20;

By understanding these fee structures and the potential growth of their holdings, users can make informed decisions and manage their costs effectively while benefiting from the services offered by the Cryptoindex platform.


---

# 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://cryptoindex-1.gitbook.io/cryptoindex-whitepaper/more-details-about-indx-utility/index-holders-fees.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.
