> 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/vietnamese/giao-dich/limit-orders.md).

# Lệnh Giới hạn & TWAP

{% hint style="warning" %}
**Limit Order (Orbs) đã bị ngừng hỗ trợ.** Nếu bạn có lệnh đang chờ xử lý, vui lòng quản lý chúng [tại đây](https://pancakeswap.finance/swap/limit-v1). Hãy đảm bảo bạn đang sử dụng tính năng limit order mới nhất tại đây: <https://pancakeswap.finance/swap/limit>
{% endhint %}

{% hint style="success" %}
**Lệnh Giới Hạn Kiếm Phí** là **tính năng giao dịch đầu tiên thuộc loại này** chỉ có trên PancakeSwap.
{% endhint %}

#### Đây là gì?

Lệnh Giới Hạn Kiếm Phí cho phép bạn đặt giá mục tiêu để mua hoặc bán token tự động, đồng thời **kiếm phí**. Khi giá pool đạt đến mục tiêu của bạn, lệnh được thực thi và các token đầu ra mong muốn cùng phí được gửi trực tiếp đến ví của bạn.

* **Chuỗi được hỗ trợ khi ra mắt:** BNB
* **Kích thước lệnh tối thiểu:** $50

#### Tại sao nên sử dụng?

* Không cần liên tục theo dõi biểu đồ.
* Không có phí thực thi — thay vào đó, bạn **kiếm phí (0.1%)** khi lệnh được khớp.
* Hoạt động liền mạch — hoàn toàn on-chain, được hỗ trợ bởi kiến trúc PancakeSwap Infinity.

***

TWAP (Time-weighted Average Price - Giá bình quân theo thời gian) là một loại lệnh phổ biến giúp chia nhỏ lệnh thành các giao dịch nhỏ hơn và thực hiện chúng theo các khoảng thời gian đều đặn. Mục tiêu chính của lệnh TWAP là giảm tác động giá của lệnh.

{% hint style="info" %}
Tính năng TWAP được phát triển bởi [Orbs](https://www.orbs.com/) và được hỗ trợ bởi [công nghệ L3](https://www.orbs.com/overview/) của Orbs.
{% 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/vietnamese/giao-dich/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.
