# Slippage

Slippage refers to the difference between the expected price of a trade and the actual execution price of the trade due to market volatility and liquidity. To mitigate slippage, users can use limit order, which allows you to set max/min price for a trade.

**Slippage may occur in the following scenarios**

* Buy/stake FLP
* Sell/unstake FLP
* Market swap
* Market open/increase position
* Market close/decrease position

**However, there is no slippage in**

* Limit order for swap
* Limit order to open/increase position
* Limit order to close/decrease position

**You may adjust the slippage tolerance via Setting:**

<figure><img src="https://1647136421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPkF01syfy7zFMzhDL9cH%2Fuploads%2FcqKf3mqIMGMlck7VRoPk%2FScreenshot%202023-10-02%20at%2010.14.14%20PM.png?alt=media&#x26;token=d81daeaa-4419-4cc8-827a-6361a00e88fe" alt=""><figcaption><p>Default slippage is set at 0.50% when opening a position.</p></figcaption></figure>


---

# 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.fulcrom.finance/fulcrom-finance/about-fulcrom/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.
