> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/japanese/qu-yin/limit-orders/how-to-use-limit-orders.md).

# 指値注文の使い方

## 指値注文とは

指値注文とは、実行時の市場価格に頼らず、指定した価格またはそれより有利な価格でアセットを売買できるツールです。指値注文では価格は保証されますが、注文の約定は保証されません。指値注文は価格が注文条件を満たした場合にのみ実行されます。

## 指値注文の設定方法

1. スワップページに移動し、「LIMIT」をクリックして指値注文オプションを選択するか、こちらのリンクをご利用ください：<https://pancakeswap.finance/swap/limit>
2. 取引したい「From」と「To」トークンを選択します。この例ではUSDCとETHをそれぞれ選択しており、USDCでETHを購入することを意味します。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%284%29%20%281%29.png)

1. 取引したい金額を入力します。指値価格には現在の市場価格が表示され、目的トークン（ETH）の出力量が推定されます。
2. 希望する指値価格を設定します。取引は、利用可能な市場価格が指値価格と同等またはそれより有利な場合にのみ実行されます。目的トークンの出力量は設定に応じて更新されます。

下の例では、価格が$1,900以下になったときにETHを購入したいと考えています。受け取るETHの量は0.037 ETH以上となります。この金額以上の入札のみが注文を約定できます。この金額にはガス代と手数料が含まれます。

{% hint style="info" %}
重要：手数料は出力トークン量から支払われるため、指値価格にはガス代と取引手数料が含まれます。そのため、価格設定時にこの点を考慮してください。例えば、非常に少額の注文ではガス代が出力の大部分を占め、スポット市場価格と競争力のない実際の指値価格となる場合があります。
{% endhint %}

3. 「注文を出す」を押します。注文の詳細を確認し、免責事項に同意してから「注文を確認」を押します。

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%283%29%20%281%29%20%281%29.png" alt="" width="375"><figcaption></figcaption></figure>
4. トランザクションが完了すると、「Open orders（未約定注文）」の注文履歴セクションに注文が表示されます。\
   ![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%282%29%20%281%29%20%281%29%20%281%29.png)
5. 未約定注文は、注文を展開して「Cancel Order（注文をキャンセル）」ボタンをクリックすることでいつでもキャンセルできます。

注意事項：

* 利用可能な市場価格が設定した指値価格より悪い場合、注文が実行されない場合があります。
* 取引はオフチェーンのテイカーが競い合って注文を約定する分散型プロトコルに基づいています。これらのテイカーは手数料を請求する権利があり、プロトコルは勝ったテイカーの手数料を出力トークンから差し引きます。
* テイカーは手数料設定時にトランザクションのガス代を考慮することがあり、手数料額が変動する場合があります。
* 指値価格を指定する際、UIには注文が約定された場合に受け取る目的トークンの最低量が表示されます。この金額以上の入札のみが注文を約定できます。この金額にはガス代と取引手数料が含まれます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pancakeswap.finance/japanese/qu-yin/limit-orders/how-to-use-limit-orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
