> For the complete documentation index, see [llms.txt](https://docs.supertrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supertrade.com/rulebook/risk-management-rules/consistency-score.md).

# Consistency Score

> Consistency score is only applicable to such Funded accounts:
>
> * Lite Models (1 Step, 2 Step, Instant)
> * Trade Now Pay Later (Lite & Classic)

Consistency Score rule is introduced to ensure steady and sustainable profits over time. It states that the **best profitable trading day must not be greater than 25% of your total profits from all profitable trading days**.&#x20;

{% hint style="info" %}
**Example:** If your best trading day generated $40 in profit, your total profits during this payout cycle must be greater than $120 before requesting a payout.&#x20;

This means that you’ll need to complete at least 3 more profitable trading days with the same $40 profits in order to reach payout. You can do it as follows: $40 + $40 + $40 + $40 (4 days total), or $40 + $25 + $15 + $30 + $10 + $20 + $20 (7 days total).

However, if you make >$40 profit after your best trading day, consistency score will be recalculated.
{% endhint %}

Consistency score is calculated at 00:00 UTC and will include profits from the previous profitable trading days. If you trade with only losses during the day, this trading day will not be counted into the consistency score.&#x20;

**Consistency score will reset after a successful payout**, requiring you to trade with consistent profits again before requesting the next payout.&#x20;

#### What happens if the rule is breached?

{% hint style="success" %}
If this rule is breached, your account will not be terminated. You’ll need to **continue trading until your best trading day constitutes 25% or less** to your total profits in order to qualify for a payout.
{% endhint %}


---

# 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:

```
GET https://docs.supertrade.com/rulebook/risk-management-rules/consistency-score.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.
