# 수동 주문

goodcryptoX는 현재 탈중앙화 AMM(스팟) 거래소에서 다음 수동 주문 유형을 지원합니다:

* [스왑](/goodcryptox-ko/dex/manual-orders/swap.md) (마켓) - 집계자(Jupiter on Solana, EVM 체인의 1inch)를 통해 사용 가능한 최상의 가격으로 즉시 실행됩니다;
* [리미트](/goodcryptox-ko/dex/manual-orders/limit.md) (스톱 마켓) - 시장 가격이 지정한 트리거 가격에 도달하면 스왑이 제출됩니다;
* [트레일링](/goodcryptox-ko/dex/manual-orders/trailing.md) (트레일링 스톱 마켓) - 시장 가격이 유리하게 움직일 때 이를 따라갑니다. 설정한 트레일링 백분율만큼 가격이 반전되면 실행됩니다;

#### 첨부 주문:

* [테이크 프로핏](/goodcryptox-ko/dex/manual-orders/tp-+-sl.md) - 메인(기본) 스왑의 체결 가격을 기준으로 지정한 백분율만큼 가격이 유리하게 움직일 때 트리거됩니다. 테이크 프로핏이 설정되어 있는 경우, 테이크 프로핏이 트리거되면 스톱 로스는 취소됩니다;
* [스탑 로스](/goodcryptox-ko/dex/manual-orders/tp-+-sl.md) - 메인 스왑의 체결 가격을 기준으로 지정한 백분율만큼 가격이 불리하게 움직일 때 트리거됩니다. 스톱 로스가 설정되어 있는 경우, 스톱 로스가 트리거되면 테이크 프로핏은 취소됩니다;
* [트레일링 스톱 로스](/goodcryptox-ko/dex/manual-orders/trailing-stop-loss.md) - 시장 가격이 유리하게 움직일 때 이를 따라갑니다. 가격이 설정한 트레일링 백분율만큼 반전되면 주문이 실행되어 이익을 고정하거나 손실을 최소화합니다.

추가 주문 유형 [곧 제공됩니다](/goodcryptox-ko/dex/upcoming-functionality.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.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.
