> 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/evaluation-requirements/profit-target.md).

# Profit Target

Profit Target is the **minimum realized profit you need to reach to pass a challenge phase.**

> For example, if your account size is $10,000 and the profit target is 8%, you need to make $800 in profit to complete that phase.

To count toward the profit target, the profit must be realized, meaning it should come from closed trades. Open floating profit may increase your equity, but it does not count as completed profit until the trade is closed.

Reaching the profit target alone is not enough. You must also follow all trading and risk rules, including drawdown limits, minimum trading days, consistency requirements, and any other conditions linked to your selected funding model.

For 2-Step Challenges, each phase has its own profit target. You must pass Phase 1 first, then complete Phase 2 before moving to the funded stage.


---

# 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/evaluation-requirements/profit-target.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.
