# Instant Swap

{% hint style="info" %}
Instant Swaps are currently only available for select pools.
{% endhint %}

Instant Swap in Integral allow for instant exchange of one cryptocurrency for another. Instead of waiting for a 30 minute delay for the order to execute, traders can do immediate transactions like a typical exchange.

To execute an Instant Swap, follow the steps below:

1. Select your trading pair
2. Select the direction of your trade
3. Choose the input or output amounts to get the size of your trade
4. Choose your slippage tolerance
5. Click the “Swap Instantly?” toggle so that it is activated
6. Click Instant Swap to initiate the trade

Instant Swap are powered by [Integral Relayer](/size/concepts/integral-relayer.md) and still process through the Integral pools, lowering price impact for traders. It is currently being used by some biggest aggregators in DeFi.


---

# 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.integral.link/size/getting-started/trader/instant-swap.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.
