# What is Slippage?

**Slippage** 💸 is a common crypto term and it occurs when a trader doesn't get the exact price they were expecting for a trade. For example, you might see a price of $1.01 when you want to make a trade, but end up paying $1.02 when it's completed. This difference is what we call slippage.

There are two main types of slippage:

1. **Price Impact Slippage:** This happens when the price you're quoted for a trade is different from the current price in the pool. It's called "Price Impact" because it shows how your trade affects the pool's price. If you're making a big trade, it can have a bigger impact on the price.
2. **Transaction Slippage:** This occurs when the price you're quoted for a trade doesn't match the actual price you receive. It can happen if someone else makes a trade just before you do, and their trade changes the pool's asset balance, causing the price to shift.

Taking this into consideration, ION Finance AMM is designed to reduce both types of slippage. The way ION Finance pools are set up helps minimize price impact slippage, and the user interface checks for slippage to keep transaction slippage low! ⤵️


---

# 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://ion-finance-1.gitbook.io/ion-finance-doc/faq/what-is-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.
