# Slippage Control

Slippage refers to the difference between the expected or requested price of a trade and the actual price at which the trade is executed. It is commonly observed in markets with high volatility, low liquidity or token pairs in low demand.

It's important to note that during the initial phase with low TVL (Total Value Locked), higher slippage cases are more likely to occur. Blocking a trade due to slippage can result in a dissatisfied user experience. As a trade-off, larger slippage is authorized until the TVL of the asset grows to a healthy liquidity level.


---

# 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.hashstack.finance/hub/concepts/slippage-control.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.
