> 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/rules/becoming-a-trader.md).

# Cómo convertirte en Trader

Cuando superas el Desafío, tu cuenta llega a la etapa **Trader** y pasa a ser **financiada**: operas con el capital de la empresa y te quedas con una parte de la ganancia.

{% hint style="success" %}
Una vez que superas la evaluación, tu cuenta pasa a la etapa **Trader** **de inmediato**, sin esperas y sin nada que solicitar. En la página **Cuentas**, su etiqueta cambia a **Trader**.
{% endhint %}

## Qué cambia y qué se mantiene

{% columns %}
{% column %}

### Qué cambia

* Ahora operas el **capital de la empresa**, no el tuyo.
* Te quedas con el **80%** de la ganancia que generes (o el **90%** con Profit Split).
* Puedes solicitar **pagos** de tu ganancia (consulta [Participación en las ganancias y pagos](/hashhedge-user-guide/es/account-and-payouts/profit-payouts.md)).
  {% endcolumn %}

{% column %}

### Qué se mantiene

* Los **límites de pérdida diaria** y **total** siguen aplicándose. Superarlos sigue haciendo fallar la cuenta, salvo que tengas **Daily Loss Protection**: cubre el límite diario una vez y funciona en todas las etapas, incluida Trader.
* El **apalancamiento** sigue siendo de hasta **1:5** y sigues operando **futuros**.
  {% endcolumn %}
  {% endcolumns %}

En la cuenta financiada está permitida cualquier estrategia de trading, salvo el arbitraje y la manipulación.

***

A continuación: descubre cómo funciona tu participación en las ganancias en [Participación en las ganancias y pagos](/hashhedge-user-guide/es/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/es/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.
