> For the complete documentation index, see [llms.txt](https://yubit.gitbook.io/yubit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yubit.gitbook.io/yubit/derivatives-trading/futures-faq/what-is-slippage.md).

# What Is Slippage?

**Slippage** occurs when the final execution price of an order is **different from the price you saw when placing the order**. It commonly happens during periods of high volatility or when market liquidity is insufficient.

***

1. ### **Why Does Slippage Occur?**

   &#x20; Slippage happens when the market price moves before your order is executed, or when the order book does not have enough depth to fill your entire order at the expected price.

   #### &#x20; **Common Causes of Slippage**

   * **High volatility** — prices move rapidly within seconds
   * **Insufficient order book depth** — large orders “eat through” available liquidity
   * **Market orders** — execute instantly at the best available price, even if the price changes

***

2. ### **How Does Slippage Affect Your Trades?**

   &#x20; Slippage can result in:

   * **Higher-than-expected buy prices**
   * **Lower-than-expected sell prices**
   * **Increased trading costs**
   * **Differences between expected and actual PnL**

***

3. ### **Which Orders Are Most Prone to Slippage?**
   * **Market orders** (most common)
   * **Large orders**
   * Trades in **low-liquidity markets** or inactive trading hours

***

4. ### **How to Reduce Slippage**

   &#x20; You can minimize slippage by:

   * Using **limit orders** to control execution price
   * Trading in **high-liquidity pairs**
   * Avoiding periods of extreme volatility
   * Splitting large orders into **smaller batches**


---

# 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://yubit.gitbook.io/yubit/derivatives-trading/futures-faq/what-is-slippage.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.
