# 지정가 주문

### 지정가 주문이란? <a href="#id-962afa97-4905-49ff-ac8f-6fad6f67cd73" id="id-962afa97-4905-49ff-ac8f-6fad6f67cd73"></a>

지정가 주문은 토큰 매수/매도를 위한 목표 가격 조건을 설정하는 기능이에요. 조건이 충족되면 자동으로 체결돼요.

### 지정가 매수 <a href="#id-962afa97-4905-49ff-ac8f-6fad6f67cd73" id="id-962afa97-4905-49ff-ac8f-6fad6f67cd73"></a>

1. 토큰의 Trading Panel 열기 (CA 붙여넣기 또는 검색)
2. **Limit** 탭 선택
3. 투자할 SOL 금액 입력
4. 트리거 조건 설정:
   * **Market Cap** - 시가총액이 기준에 도달하면 트리거 (예: 2M)
   * **Price in USD** - 특정 USD 가격에 트리거 (예: $0.05)
   * **Multiple** - 현재가 대비 배수에 트리거 (예: 5x 또는 0.5x)
   * **Percentage change** - 변동률에 트리거 (예: +5% 또는 -5%)
5. 주문 확인

### 지정가 매도 <a href="#id-885f53c5-6b9d-4a4e-9262-1b4f8cd0b729" id="id-885f53c5-6b9d-4a4e-9262-1b4f8cd0b729"></a>

1. 보유 토큰의 Trading Panel을 열거나, Positions에서 이동
2. **Limit** 탭 선택
3. 매도할 토큰 수량이나 비율 입력
4. 트리거 조건 설정 (매수와 동일한 옵션)
5. 주문 확인

### 주문 동작 및 사양 <a href="#id-24c2b2be-b36f-4795-a646-a37b553d5493" id="id-24c2b2be-b36f-4795-a646-a37b553d5493"></a>

| 항목             | 상세                                               |
| -------------- | ------------------------------------------------ |
| **Slippage**   | Buy Slippage 또는 Sell Slippage 설정이 적용돼요           |
| **유효기간**       | GTC (Good-Til-Cancelled) - 체결되거나 직접 취소할 때까지 유효해요 |
| **최대 활성 주문 수** | 제한 없어요                                           |
| **부분 체결**      | 프로토콜 레벨에서 지원돼요. 알림은 전체 체결 또는 취소 시에만 발송돼요         |
| **수수료**        | 체결 시 1% 스왑 수수료가 적용돼요                             |

### 주문 관리 <a href="#e8e5f850-14b6-49ae-9219-aef321dd3b75" id="e8e5f850-14b6-49ae-9219-aef321dd3b75"></a>

* 홈 화면의 **Limit Orders** 섹션에서 모든 활성 지정가 주문 확인 가능해요
* 각 주문에 토큰, 트리거 조건, 금액, 상태 표시가 됩니다
* 활성 주문은 언제든 **취소** 가능해요
* 트리거 조건이 충족되면 자동 실행됩니다

### 팁 <a href="#id-52f9e6b0-bc8b-4b94-9b57-bf0b038602e5" id="id-52f9e6b0-bc8b-4b94-9b57-bf0b038602e5"></a>

* 지정가 주문은 마켓 주문과 동일한 슬리피지 설정을 사용해요
* 일반 거래 전략과 지정가 주문을 조합해서 사용할 수 있어요


---

# 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.click.trade/product-docs-korean/spot-trading-bot/order-type/undefined.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.
