# Take Profit

Al entrar en una posición (comprando una moneda), la orden Take Profit te permite configurar una salida (orden para vender la moneda) simplemente ingresando tu porcentaje de beneficio deseado.

Para añadir un Take Profit a tu orden, haz clic en '+TP' en el formulario de configuración del swap:

<figure><img src="/files/532cd1799df00bbd5bffdf2660101277922e52a0" alt="How to add Take Profit order on Uniswap DEX" width="563"><figcaption></figcaption></figure>

Introduce tu nivel de beneficio deseado en el campo 'Take Profit' - y ya estarás listo:

<figure><img src="/files/015a32ed1ab3bc10fd315fff3a2ed0be737879c2" alt="" width="563"><figcaption></figcaption></figure>

Una vez que se ejecute tu orden principal, abriremos automáticamente una orden Take Profit para vender la cantidad exacta de monedas que hayas recibido, y calcularemos dónde colocar su trigger basándonos en el precio de ejecución real de tu orden principal y en el porcentaje de beneficio deseado:

<figure><img src="/files/9d52071bc84e1f94154746226d6a9a9f55310abb" alt="" width="563"><figcaption></figcaption></figure>

Puedes ver que compré 1 DEGEN en Base a 0.000010564 ETH, y el sistema colocó una orden Take Profit para vender 1 DEGEN un 10% más alto (a 0.000011621 ETH).

Una vez que se alcance mi precio objetivo, el Take Profit se activará y el swap se enviará al intercambio.

***

Puedes conectar Take Profit a cualquier orden: Swap, Limit o Trailing.

Puedes establecer tu beneficio deseado entre 0.1% y 999%.

Puedes optar por conectar solo el Take Profit a tu orden principal - si estás dispuesto a mantener las monedas hasta que el precio alcance tu nivel deseado sin importar lo bajo que pueda caer mientras tanto.

O, puedes proteger tu downside conectando un [Stop Loss](/goodcryptox-es/trading-en-dex-spot/ordenes-manuales/stop-loss.md) orden también - convirtiéndola en un [combo TP + SL](/goodcryptox-es/trading-en-dex-spot/ordenes-manuales/combinacion-tp-+-sl.md).

***

Próximamente: Take Profit con trailing, múltiples objetivos de Take Profit, cálculo de PnL realizado y no realizado para la orden principal.


---

# Agent Instructions: 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.goodcrypto.app/goodcryptox-es/trading-en-dex-spot/ordenes-manuales/take-profit.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.
