# Slippage

## <mark style="color:purple;">What Is Slippage?</mark>

Slippage is the difference between the expected price of an order and the price when the order actually executes. The slippage percentage shows how much the price for a specific asset has moved. Due to the volatility of cryptocurrency, the price of an asset can fluctuate often depending on trade volume and activity.

## <mark style="color:purple;">Positive & Negative</mark>

There are two types of slippages: <mark style="color:purple;">**positive**</mark> and <mark style="color:purple;">**negative**</mark>. If the actual executed price is <mark style="color:purple;">**lower**</mark> than the expected price for a buy order, it is considered *positive slippage* since it gives traders a better rate than they originally intended. If the actual executed price is <mark style="color:purple;">**higher**</mark> than the expected price for a buy order, it is considered *negative slippage* since it gives traders a less favorable rate than they originally tried to execute. The opposite is true for sell orders.

Too much slippage can cost frequent traders a lot of money. In order to reduce, if not eliminate slippage, traders can avoid executing market orders and opt to execute limit orders instead since these types of orders don’t settle for an unfavorable price.

On the other hand, setting your slippage tolerance too low (normally you have to set a percentage of 0.1% to 5%), may mean that your transaction never executes and you miss cashing in (or out) during a big price jump or drop. Set it too high and you may become the victim of frontrunning.&#x20;

Slippage can quickly become a frustratingly slippery slope for the less experienced trader, so it’s important to understand the volatility of both the cryptocurrency and the trading platform you’re dealing with. &#x20;


---

# 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://jigstack.gitbook.io/jproducts/jwallet/jwallet-browser-extension/swap-and-bridge-s-and-b/advanced-option/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.
