# 손절매

포지션에 진입할 때(코인을 매수할 때), 손절(Stop Loss) 주문은 시장이 불리하게 움직일 경우 손실을 제한하고 하방 리스크를 보호해 줍니다. 손절 주문은 허용할 수 있는 최대 손실 %에서 포지션을 청산(코인 매도)합니다. 설정하려면 %를 입력하면 됩니다.

주문에 손절을 추가하려면 스왑 설정 폼에서 '+SL'을 클릭하세요:

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

'Stop Loss' 필드에 허용할 최대 손실 %를 입력하면 설정이 완료됩니다:

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

메인 주문이 체결되면, 받은 코인 수량과 정확히 동일한 수량을 매도하는 손절 주문을 자동으로 열고, 메인 주문의 실제 체결 가격과 입력한 손절 %를 기반으로 트리거 위치를 계산합니다:

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

제가 Base에서 DEGEN 1개를 0.000010770 ETH에 매수했고 시스템이 5% 낮은 가격(0.000010231 ETH)에 DEGEN 1개를 매도하는 손절 주문을 설정한 것을 볼 수 있습니다.

시장이 저에게 불리하게 움직여 가격이 손절 목표에 도달하면 손절이 발동되고 스왑이 거래소로 전송됩니다.

***

손절은 스왑, 지정가(Limit), 트레일링(Trailing) 등 모든 주문에 연결할 수 있습니다.

손절 비율은 0.1%에서 99.9% 사이로 설정할 수 있습니다.

코인을 '달리게' 두고 언제 이익을 실현할지 결정하지 않았지만 하방은 보호하고 싶다면 메인 주문에 손절만 연결할 수도 있습니다.

또는, 얼마만큼의 이익에 만족하는지 알고 있다면, [테이크 프로핏](/goodcryptox-ko/dex/manual-orders/take-profit.md) 주문도 연결할 수 있습니다 - 이렇게 하면 [TP + SL 콤보가 됩니다](/goodcryptox-ko/dex/manual-orders/tp-+-sl.md).

***

곧 제공 예정: 트레일링 손절, 손절을 손익분기점으로 이동, 메인 주문에 대한 실현 및 미실현 PnL 계산.


---

# 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/stop-loss.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.
