> 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/start-here/profit-split.md).

# Additional options at checkout

When you buy a Challenge you are offered two additional options. **+10% Profit Split** raises your profit share on the Trader stage, and **Daily Loss Protection** gives your daily loss limit a one-time safety net. Both cost extra, both are optional, and both can only be bought at checkout.

***

## +10% Profit Split

By default, a **Trader** keeps **80%** of the profit. Turn on **+10% profit split** at checkout and that share rises by 10 percentage points, so you keep **90%** of the profit once you reach the Trader stage.

It changes your share on the **Trader** stage only, not the Challenge rules and not the loss limits.

## Daily Loss Protection

Reaching the **daily loss limit** normally ends a Challenge. Daily Loss Protection is a one-time safety net: instead of failing, the system closes your open positions, cancels your open orders and refreshes your daily loss limit, so the Challenge carries on.

* It works **once**.
* It works on **every stage**, including **Trader**.
* It does not cover the **total loss limit**. When that is reached, the Challenge is permanently failed.

If you skip it and a Challenge later fails on the daily limit, a **Daily Loss Reset** is offered on the Challenge dashboard instead, and you have **24 hours** to pay for it. It does the same thing, but only on Stage 1 and Stage 2, not on Trader. See [Rules, stages and loss limits](/hashhedge-user-guide/rules/challenge-rules.md).

## How to add them

{% stepper %}
{% step %}
On the checkout screen, find the **options** block, below the account size.
{% endstep %}

{% step %}
Tick **+10% profit split**, **Daily Loss Protection**, or both. **No options** means neither of them: an 80% profit share and the standard limits.
{% endstep %}

{% step %}
Complete payment as usual. Option prices scale with your account size.
{% endstep %}
{% endstepper %}

<figure><img src="/files/h5gGoDafwuDHZwt36eBP" alt=""><figcaption><p>Options at checkout</p></figcaption></figure>

***

Each option applies only to the Challenge you buy it on, and neither can be added afterwards. A Challenge can be passed without them: the default is an 80% profit share and the standard limits.


---

# 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/start-here/profit-split.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.
