> 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.md).

# 指値注文 & TWAP注文

{% hint style="warning" %}
**指値注文（Orbs）は廃止されました。** 未約定の注文がある場合は[こちら](https://pancakeswap.finance/swap/limit-v1)で管理してください。最新の指値注文機能はこちらをご利用ください：<https://pancakeswap.finance/swap/limit>
{% endhint %}

{% hint style="success" %}
**手数料獲得型指値注文**は、PancakeSwap独自の**業界初のトレーディング機能**です。
{% endhint %}

#### これは何ですか？

手数料獲得型指値注文では、トークンを自動的に売買する目標価格を設定しながら、**手数料を獲得**できます。プールの価格が目標値に達すると注文が実行され、希望する出力トークンと手数料が直接ウォレットに送られます。

* **対応チェーン：** BNBチェーン
* **最小注文サイズ：** $50

#### なぜ使うべきですか？

* チャートを常時監視する必要がありません。
* 実行手数料なし — 代わりに、注文が約定されると**手数料（0.1%）を獲得**できます。
* シームレスに動作 — 完全なオンチェーンで、PancakeSwap Infinityアーキテクチャによって実現されています。

***

TWAP（時間加重平均価格）は、注文をより小さな取引サイズに分割し、一定間隔で実行する一般的な注文タイプです。TWAP注文の主な目的は、注文の価格インパクトを軽減することです。

{% hint style="info" %}
TWAP機能は[Orbs](https://www.orbs.com/)によって開発され、OrbsのL3技術によって実現されています。
{% endhint %}


---

# 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.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.
