> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/market-concepts/slippage.md).

# Slippage

Slippage is the difference between the expected trade price and the actual execution price. It occurs when your order is executed at a price different from what you saw when placing it.

Slippage can be positive (better price) or negative (worse price). Negative slippage is more common.

### How Slippage Occurs

You place a market order to buy 2 BTC at $50,000.

In the order book:

* 0.5 BTC at $50,000
* 1 BTC at $50,050
* 0.5 BTC at $50,100

Your order takes all levels. Average execution price: $50,050

Slippage: $50 per 1 BTC or $100 for the entire order.

### Causes of Slippage

**Low liquidity** — few orders in the order book, order executes at worse prices.

**High volatility** — price changes quickly between placing and executing the order.

**Large volume** — large order "eats through" several price levels in the order book.

**Market orders** — execute at any available price without limits.

**Technical issues** — exchange delays (lags), server overload during high activity, internet connection problems. Your order reaches the exchange with a delay, during which time the price has already changed.

### Important

Slippage is not an exchange fee. It's a natural market phenomenon due to how the order book works.

On decentralized exchanges (DEX), slippage is usually higher due to lower liquidity.


---

# 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://guide.moontrader.com/en-moontrader-docs/market-concepts/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.
