> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/technical-docs/vn/trading/co-che-lam-cham-lenh-taker.md).

# Cơ chế làm chậm lệnh Taker

Backpack áp dụng **speed bump 100 ms** cho tất cả các **lệnh taker** trên cả thị trường **spot** và **futures**.

Điều này giúp củng cố thanh khoản ở mức giá tốt nhất trên sổ lệnh (top-of-book). Nó bảo vệ các lệnh đang chờ khỏi tình trạng **adverse selection** do độ trễ gây ra.

Đồng thời, cơ chế này cũng hỗ trợ sổ lệnh có chiều sâu hơn và cải thiện chất lượng khớp lệnh cho tất cả người tham gia.

### Cách hoạt động

* **Speed bump 100 ms** được áp dụng cho mọi lệnh được gửi **không có cờ `postOnly`**. Điều này bao gồm **lệnh thị trường (market order)** và **lệnh giới hạn (limit order)**, bao gồm cả **lệnh IOC**, ngay cả khi cuối cùng lệnh được đưa lên sổ lệnh.
* Các lệnh có bật **`postOnly`** sẽ **không** chịu áp dụng speed bump.
* Các yêu cầu **hủy lệnh** được miễn áp dụng. Chúng được xử lý ngay lập tức, không có độ trễ.
* Speed bump được áp dụng **đồng đều** cho tất cả người tham gia.

Việc cố gắng lách hoặc vượt qua cơ chế **speed bump** là hành vi vi phạm **Điều khoản Dịch vụ (Terms of Service)**.


---

# 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://support.backpack.exchange/technical-docs/vn/trading/co-che-lam-cham-lenh-taker.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.
