> For the complete documentation index, see [llms.txt](https://doc.xwin.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.xwin.finance/fees/book-cost-vs-high-water-mark.md).

# Book Cost vs High Water Mark

Performance fee has two settings: book cost or high water mark. They both have very different calculations and can impact users even when they deposit.

**Book Cost:**

The fee is calculated when the user deposits into the fund. The fund notes the price the user deposits and calculates the fee when the user withdraws.

Performance fee of 10%

| Deposit     |      | Withdraw   |      |
| ----------- | ---- | ---------- | ---- |
| Unit Price  | 1.00 | Unit Price | 1.5  |
| Amount USDT | $500 |            |      |
| Shares      | 500  | Shares     | 500  |
| Amount      | $500 | Amount     | $750 |

A profit of $250 was made and 10% will be taken when the user withdraws which would cost $25. If the user does not make any profit, there will be no performance fee.

<figure><img src="/files/9q1SEooaY8tJzxM8n5Ox" alt=""><figcaption></figcaption></figure>

**High Water Mark:**

The high water mark (HWM) is calculated based on the time and percentage. For example, there could be an HWM fee every 6 months for 10% the fund starts at 1.00 USDT per share and increases to 1.5 USDT per share over 6 months, and then the increase of 0.5 USDT will be subject to the performance fee of 10%. The baseline would be 1.5 USDT per share. In the next 6 months, if the unit price drops to 1.2 USDT, then the fund will not get the performance fee as it compares to the last unit price which is 1.5.

Note: xWin Finance evaluates the HWM every 5 days.

The performance fee is 10% per 6 month in this example

|                                    | Fund Start | 6 Month      | 12 Month |
| ---------------------------------- | ---------- | ------------ | -------- |
| Unit Price Per Share               | 1.00       | 1.5          | 1.2      |
| Shares                             | 100,000    | 100,000      | 100,000  |
| Total Value                        | 100,000    | 150,000      | 120,000  |
| Profit compared to last unit price | N/A        | 50,000       | 0        |
| Performance Fee                    | N/A        | 50,000 x 0.1 | 0        |
| Total Performance Fee              | N/A        | 5,000        | 0        |

This is a general explanation of the High Water Mark, and while xWIN Finance calculates it every five days, many hedge funds calculate it every month, but this depends on the calculation method used by each fund.

<figure><img src="/files/WHAetkwlku1qfHq8s05A" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.xwin.finance/fees/book-cost-vs-high-water-mark.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
