# Slippage

The slippage parameter is required for both firm quotes and auto-sign orders.

Slippage is applied in the following scenarios:

1. When external liquidity is aggregated for a swap.
2. When executing auto-sign orders.

If the slippage limit is exceeded during a swap:

* **External liquidity**: The **Native Swap Engine** contract will revert the transaction on-chain, indicating insufficient liquidity.
* **Auto-sign orders**: An error will be returned by the **Native Swap Engine** backend API, indicating that the most recent orderbook levels do not meet the required quote.


---

# 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.native.org/native-dev/concepts/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.
