# Operation Interruption

There are situations where a cross-chain operation may be interrupted:

1. **The operation is interrupted based on the Slippage condition.** If, during the transaction execution in one of the pools, the slippage exceeds the upper limit set by the user, the transaction will be interrupted, and the intermediate tokens will be credited to the user's address on the network where the interruption occurred.
2. **The operation is interrupted because the cross-chain call cannot be executed.** If the infrastructure facilitating cross-chain interaction fails to execute the cross-chain call, the operation will be interrupted.

The transaction interruption will be displayed as a message in the **Transaction history**, where the user will be provided with actions to handle the situation.

{% content-ref url="/spaces/SnaMzO2OxSvSBUVB6drl/pages/Cx0wWg0gvNrJTMxCPDF4" %}
[Slippage condition](/user-documentation/swap-interface/operation-interruption/slippage-condition.md)
{% endcontent-ref %}


---

# 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.crosscurve.fi/user-documentation/swap-interface/operation-interruption.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.
