# 지정가 주문

Oyster AMM 에서 단일 가격 포인트에 대한 매수 및 매도 Limit order 는 집중된 유동성과 결합되어 거래자에게 가격을 제공합니다. Limit order 를 대신해서 고도로 집중된 유동성을 사용하는 일부 현물 AMM 모델과 달리 **Oyster AMM은 중앙화 오더북 시스템과 동일한 순수 Limit order 을 가능하게 합니다.** 이러한 주문은 단일 가격 포인트에 정의되며 일단 채워지면 되돌릴 수 없습니다. 이 설계는 메이커에게 Limit order 의 상태에 대한 확실성을 제공합니다.

### 가격 매칭 및 전반적 가격 책정 메커니즘

Smart contract 이 갖는 기술적 제한사항을 보완하기 위해 Oyster AMM 의 주문 매칭은 선입 선출 원칙인 기존의 중앙화 Limit order book 모델을 따르지 않습니다. 오히려 AMM 에 더 적합한 매칭 프로세스를 따릅니다. 매칭 및 가격 책정 메커니즘의 특징은 아래와 같습니다.

* Limit order 가 존재하는 가격 지점에서는 집중된 유동성이 소모되기 전에 주문 체결
* 동일한 가격에 여러 Limit order 로 거래량 분배
* AMM 가격 곡선에 Limit order 가 포진한 경우 전반적으로 Slippage 감소

### 체결 가능한 Limit order 가격

Oyster AMM 은 모든 가격 p 에 대해 1.0001 에 정수 제곱을 적용하는 Numeral System 을 채택합니다.&#x20;

Limit order 의 경우 가격 단위는 5 틱으로 설정됩니다. 즉, 허용되는 지정가 주문 가격은 1.0001^5n 입니다. 여기서 n 의 값은 정수입니다.

### 메이커 수수료 할인

지정자 주문자는 이행된 주문에 대해 수수료 할인을 받습니다. (상세 내용은 Pair specification섹션 참조)

### 처리 수수료

주문이 완료되면 Oyster AMM 은 **어느 누구나 Onchain 으로 Transaction 을 보내서 처리 된 주문을 Position 의 형태로 전환하여 거래를 완결할 수 있도록 합니다**. 이미 채워진 지문과 포지션에 대한 소유권에는 영향을 주지 않습니다. 다만, Gas fee 를 지불하고 Transaction 을 처리한 Sender 를 보상하기 위한 목적으로 처리 수수료가 발생하게 됩니다.  (상세 내용은 Pair specification섹션 참조)


---

# 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.synfutures.com/kr/oyster-amm/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.
