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

# Opciones adicionales al comprar

Al comprar un Desafío se te ofrecen dos opciones adicionales. **+10% Profit Split** sube tu participación en las ganancias en la etapa Trader, y **Daily Loss Protection** le da a tu límite de pérdida diaria una red de seguridad de un solo uso. Las dos son de pago, las dos son opcionales y solo pueden comprarse al pagar.

***

## +10% Profit Split

De forma predeterminada, un **Trader** se queda con el **80%** de la ganancia. Si activas **+10% profit split** al pagar, esa participación aumenta 10 puntos porcentuales, así que te quedas con el **90%** de la ganancia una vez que llegas a la etapa Trader.

Solo cambia tu participación en la etapa **Trader**, no las reglas del Desafío ni los límites de pérdida.

## Daily Loss Protection

Alcanzar el **límite de pérdida diaria** normalmente termina un Desafío. Daily Loss Protection es una red de seguridad de un solo uso: en lugar de fallar, el sistema cierra todas las posiciones abiertas, cancela tus órdenes abiertas y reinicia tu límite de pérdida diaria, y el Desafío continúa.

* Funciona **una sola vez**.
* Funciona en **todas las etapas**, incluida **Trader**.
* No cubre el límite de pérdida **total**. Cuando se alcanza, el Desafío queda fallido de forma permanente.

Si no lo compras y el Desafío falla después por el límite diario, en el panel del Desafío se ofrece un **Daily Loss Reset**, y tienes **24 horas** para pagarlo. Hace lo mismo, pero solo en la Etapa 1 y la Etapa 2, no en Trader. Consulta [Reglas, etapas y límites de pérdida](/hashhedge-user-guide/es/rules/challenge-rules.md).

## Cómo agregarlos

{% stepper %}
{% step %}
En la pantalla de pago, busca el bloque de **opciones**, debajo del tamaño de cuenta.
{% endstep %}

{% step %}
Marca **+10% profit split**, **Daily Loss Protection** o los dos. **Sin opciones** significa ninguna de las dos: 80% de participación en las ganancias y los límites estándar.
{% endstep %}

{% step %}
Completa el pago como de costumbre. Los precios de las opciones escalan con el tamaño de tu cuenta.
{% endstep %}
{% endstepper %}

<figure><img src="/files/BC4vgSya7iDAn2X6Xw4k" alt=""><figcaption><p>Las opciones al pagar</p></figcaption></figure>

***

Cada opción se aplica solo al Desafío en el que la compras, y ninguna puede agregarse después. Puedes superar un Desafío sin ellas: de forma predeterminada, la participación es del 80% y los límites son los estándar.


---

# 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/es/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.
