# What is Slippage

In crypto trading, slippage is the difference between the price you expected for a trade and the actual price at which it is executed.

Slippage can occur in two main situations:

* High volatility – when prices move quickly between the time you place and the time your order is filled.
* Low liquidity – when there are not enough buy or sell orders available at your desired price.

***

### Types of Slippage

* Positive Slippage

  You receive a better price than expected.

  *Example: you place a buy order at $50,000, but it gets filled at $49,950.*
* Negative Slippage

  You received a worse price than expected.

  *Example: you place a buy order at $50,000, but it gets filled at $50,100.*


---

# Agent Instructions: 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:

```
GET https://docs.cedehub.io/faq/what-is-slippage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
