> For the complete documentation index, see [llms.txt](https://docs.krystal.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.krystal.app/products/platform-config/price-impact-protection.md).

# Price Impact Protection

**Krystal** enforces maximum **price impact** on all **automation orders**, safeguarding users from excessive losses caused by poor execution.

These protections apply to every automation type:

* **Auto Rebalance**
* **Auto Exit**
* **Auto Compound**
* **Auto Harvest**

**Platform thresholds:**

* **10%** for automations of **strategies/positions**
* **20%** for automations in **Vaults**

This safeguard is **always active** and requires **no user configuration**.

***

#### What is Price Impact?

**Price impact** is the change in a token’s price caused by your own trade.

* The larger your trade relative to the pool’s liquidity, the more you push the price against yourself.
* This results in a worse execution rate than what was initially quoted.

***

#### Why Price Impact Happens

* Large trades move the market more, especially in small pools.
* Low liquidity means there’s not enough supply to fill your order at a stable price
* Volatile tokens can shift in price even during small trades.

Even if a token’s price is going up, a trade can still fail or return fewer tokens if the pool can’t support the size of your order.

***

#### Price Impact vs. Slippage Tolerance

These concepts are related but not identical:

* **Price Impact**: The actual change in pool price caused by executing your trade.
* **Slippage Tolerance**: The maximum deviation from the quoted price that you (or the platform) are willing to accept.

***

#### Summary

* **10% threshold** → Position/Strategy automation
* **20% threshold** → Vault automation
* Always-on safeguard, not user-configurable
* If a trade would exceed **10% (strategies)** or **20% (vaults)**, the transaction is **automatically reverted**.
* This protects users from excessive losses due to unfavorable execution.


---

# 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://docs.krystal.app/products/platform-config/price-impact-protection.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.
