# 익절

포지션 진입(코인 매수) 시, 테이크 프로핏 주문은 원하는 수익률(%)만 입력하여 포지션 종료(코인 매도) 주문을 설정할 수 있게 해줍니다.

주문에 테이크 프로핏을 추가하려면 스왑 설정 폼에서 '+TP'를 클릭하세요:

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

'Take Profit' 필드에 원하는 수익 수준을 입력하면 준비 완료입니다:

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

메인 주문이 체결되면, 우리는 자동으로 당신이 받은 동일한 수량의 코인을 매도하는 테이크 프로핏 주문을 열고, 메인 주문의 실제 체결가와 원하는 수익률을 기준으로 트리거 위치를 계산합니다:

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

제가 Base에서 DEGEN 1개를 0.000010564 ETH에 매수했고, 시스템은 10% 높은 가격(0.000011621 ETH)에 DEGEN 1개를 매도하는 테이크 프로핏 주문을 설정한 것을 볼 수 있습니다.

목표 가격에 도달하면 테이크 프로핏이 발동되어 스왑이 거래소로 전송됩니다.

***

테이크 프로핏은 스왑, 리밋 또는 트레일링 등 어떤 주문에도 연결할 수 있습니다.

원하는 수익률은 0.1%에서 999% 사이로 설정할 수 있습니다.

메인 주문에 테이크 프로핏만 연결할 수도 있습니다 - 중간에 가격이 얼마나 떨어지더라도 목표 수준에 도달할 때까지 코인을 보유할 의향이 있다면요.

또는, 당신의 하방 위험을 보호하기 위해 [스탑 로스](/goodcryptox-ko/dex/manual-orders/stop-loss.md) 주문도 연결할 수 있습니다 - 이렇게 하면 [TP + SL 콤보가 됩니다](/goodcryptox-ko/dex/manual-orders/tp-+-sl.md).

***

곧 제공 예정: 트레일링 테이크 프로핏, 다중 테이크 프로핏 목표, 메인 주문에 대한 실현 및 미실현 손익 계산.


---

# 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-ko/dex/manual-orders/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.
