> 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/chinese/jiao-yi/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（时间加权平均价格，Time-weighted Average Price）是一种常见的订单类型，它将一个订单拆分为较小的交易规模，并按固定的时间间隔执行。TWAP 订单的主要目标是降低订单的价格影响。

{% hint style="info" %}
TWAP 功能由 [Orbs](https://www.orbs.com/) 开发，并由 Orbs 的 [L3 技术](https://www.orbs.com/overview/)提供支持。
{% 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/chinese/jiao-yi/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.
