> For the complete documentation index, see [llms.txt](https://hashhedge.gitbook.io/hashhedge-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashhedge.gitbook.io/hashhedge-user-guide/rules/becoming-a-trader.md).

# Becoming a Trader

When you pass the Challenge, your account reaches the **Trader** stage and becomes **funded**: you trade with the company's capital and keep a share of the profit.

{% hint style="success" %}
After you clear the evaluation, your account moves to the **Trader** stage **straight away**, with no waiting and nothing to apply for. On the **Accounts** page its badge changes to **Trader**.
{% endhint %}

## What changes and what stays the same

{% columns %}
{% column %}

### What changes

* You now trade the **company's capital**, not your own.
* You keep **80%** of the profit you make (or **90%** with Profit Split).
* You can request **payouts** of your profit (see [Profit share and payouts](/hashhedge-user-guide/account-and-payouts/profit-payouts.md)).
  {% endcolumn %}

{% column %}

### What stays the same

* The **daily** and **total loss limits** still apply. Breaching them still fails the account, unless you have **Daily Loss Protection**: it covers the daily limit once and works on every stage, including Trader.
* **Leverage** is still up to **1:5**, and you still trade **futures**.
  {% endcolumn %}
  {% endcolumns %}

On the funded account, any trading strategy is allowed, apart from arbitrage and manipulation.

***

Next: learn how your profit share works in [Profit share and payouts](/hashhedge-user-guide/account-and-payouts/profit-payouts.md).


---

# 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://hashhedge.gitbook.io/hashhedge-user-guide/rules/becoming-a-trader.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.
