# Understanding the Success Fee Mechanism

When a trading period concludes, you're only required to share a portion of the profit earned.&#x20;

## Delving into the High-Water Mark Concept

The high-water mark is a safeguard ensuring that users aren't burdened with performance fees for subpar results. More crucially, it ensures that users aren't charged performance-based fees multiple times for identical performance levels.

This concept serves a dual purpose:

1. **Protection for Users**: It ensures that users aren't charged repeatedly every time the SmartBot registers a profit. Moreover, it shields users from fees associated with underwhelming performance.
2. **Motivation for SmartBot**: The high-water mark acts as an incentive for the SmartBot to consistently deliver top-tier performance to qualify for its fees.

{% hint style="info" %}
In essence, the high-water mark represents the pinnacle value an account has ever achieved. It's a pivotal benchmark when determining the performance fees a user owes. The overarching goal is to ensure users pay fees that solely correspond to the profit the SmartBot generates between the initial point of entry and its zenith.
{% 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://docs.skyrexio.com/copy-trading/understanding-the-success-fee-mechanism.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.
