# 주문 유형

Perps Bot은 두 가지 주문 유형을 지원해요.

#### 시장가 주문 (Market Order), 기본값 <a href="#deee8f0c-afa6-4dd9-b295-e3fe9d69b50c" id="deee8f0c-afa6-4dd9-b295-e3fe9d69b50c"></a>

현재 시장 가격에 즉시 체결돼요.

* `/long` 또는 `/short` 사용 시 기본 주문 유형
* 슬리피지: 체결 보장을 위해 0.5%(50 bps)로 고정
* 수수료: Hyperliquid taker 수수료 적용

#### 지정가 주문 (Limit Order) <a href="#id-9ddf7c1d-dcf5-4061-9ec8-994fb44a6d8b" id="id-9ddf7c1d-dcf5-4061-9ec8-994fb44a6d8b"></a>

특정 가격에 주문을 걸어두고, 시장이 그 가격에 도달하면 체결돼요.

**지정가 주문 넣는 법:**

1. `/long` 또는 `/short`로 거래 시작
2. **Limit** 탭 선택
3. **목표 진입 가격 설정**: 체결될 가격 입력
4. **레버리지**(1\~100x, 기본 5x)와 마진 금액 설정
5. **확인**: Hyperliquid에 GTC 주문으로 제출

**주요 사항:**

* **만료**: GTC (Good-Til-Cancelled). 체결되거나 직접 취소할 때까지 유지
* **슬리피지**: 없음. 지정 가격 그대로 체결
* **수수료**: Hyperliquid maker 수수료 적용 (taker보다 저렴)
* 활성 주문 수 제한 없음

**미체결 주문 관리:**

* `/orders`로 대기 중인 주문 확인
* 개별 주문 취소 가능
* 체결 또는 취소 전까지 주문은 무기한 유지

#### 비교: Spot vs Perps 지정가 주문 <a href="#id-1c8ca950-9d1d-4df6-a0f6-0496cd58651d" id="id-1c8ca950-9d1d-4df6-a0f6-0496cd58651d"></a>

| 항목    | Spot                             | Perps                       |
| ----- | -------------------------------- | --------------------------- |
| 슬리피지  | Buy/Sell Slippage 설정 적용 (기본 20%) | 없음 (정확한 가격)                 |
| 만료    | GTC                              | GTC                         |
| 수수료   | 1% Click swap 수수료                | Hyperliquid maker/taker 수수료 |
| 부분 체결 | 지원하지만 Telegram에 미표시              | Hyperliquid에서 지원            |


---

# 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/perpetuals-bot/undefined/undefined-2.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.
