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

# Slippage

{% hint style="info" %}
Slippage is the difference between the **expected price** and the **actual execution price**.

This happens because prices can change while your transaction is being processed.
{% endhint %}

***

### Why Slippage Happens

* Fast price movement
* Low liquidity
* Large order size
* High competition (many users buying at once)

### Example

You try to buy a token at $1.00.

* You set slippage to 5%
* Your trade may execute between $1.00 and $1.05

If the price moves beyond that range, the transaction fails.

***

### Low vs High Slippage

**Lower slippage (1–2%)** gives you **better price control**, but increases the chance that your transaction may fail if the price moves too quickly. This is typically suited for **stable markets or established tokens** where price movement is slower and more predictable.

**Higher slippage (5–30%+)** increases the **likelihood of execution**, especially in fast-moving or competitive environments, but comes with the risk of getting a **worse entry price**. This is commonly used for **new token launches or low-liquidity tokens** where prices can change rapidly.

***

### How Slippage Works on Trench

Before trading, you choose your slippage tolerance.

Trench uses this to:

* Protect you from large price changes
* Decide whether to execute or cancel your trade

***

### Summary

Slippage controls the balance between:

* Price accuracy
* Execution success


---

# 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://trenchexchange.gitbook.io/trench-docs/trading-basics/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.
