# FAQ's Swaps

#### 1. **How Long Does It Take For A Swap To Execute?**<br>

Swaps typically take a **few minutes** to complete. However, larger swap amounts or **network congestion** may lead to **delays** in processing.

Thorwallet supports **multiple swap routes**. When you tap on the **“Routes” or “Paths”** option before confirming the swap, you can:

* See the **estimated time** for each swap route
* Understand which route is being used (e.g., streaming vs. standard)
* Choose an alternate route if available

> ⏱ The **estimated completion time** for the selected route is also shown on the **swap preview** screen.

<div><figure><img src="/files/mJ91NA5ti1pW2QLyPxla" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/dnZpDsiqhtYjCY8jD6QF" alt="" width="188"><figcaption></figcaption></figure></div>

#### &#x20;2.  **What Is Slippage Tolerance?**

Imagine you’re making a swap: you select the assets and amount, then confirm the transaction at 12:00. However, there is a delay, and the transaction is executed at 12:01. During this time, the price of the assets can fluctuate significantly, which is where slippage tolerance becomes important.

Slippage tolerance allows you to set a maximum price difference you’re willing to accept for the transaction. If the price changes more than your set tolerance, the transaction will not be completed and will be reversed.

Our app includes an automatic slippage function, but you can customize your slippage tolerance by clicking the gear icon in the upper right corner (see screenshots below).

<div><figure><img src="/files/e7ZT2CjdbF1vvYcZA5AI" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/8FQkyNwzDYYn7zJaPsl9" alt="" width="188"><figcaption></figcaption></figure></div>

#### 3. What Are Swapping Fees?

When you swap assets in THORWallet, several types of fees may apply. These can vary depending on the **swap route** used and the **assets involved**.

**💸 Types of Fees You May Encounter:**

* **Network/Transaction Fees:**\
  These are paid to the blockchain networks and can fluctuate depending on traffic and the chain being used.
* **Swap Route Fees:**\
  Each route has its own fee structure, which may include trading, liquidity, or relayer fees. The total cost depends on the route selected for your specific swap.
* **Affiliate / Platform Fee:**\
  A small fee may be applied by THORWallet DEX based on your **community tier or NFT status**, typically ranging from **0% to 1%**

**🔍 How Are Fees Displayed?**

Before you confirm a swap, THORWallet:

* Automatically selects the **most efficient route** available.
* Shows you a **breakdown of all estimated fees**.
* Allows you to review and compare options when multiple routes are available.

<div><figure><img src="/files/Posz0hmgR4H1TI5earAP" alt="" width="188"><figcaption><p>selected route by the app <br>can click on it to check the <br>alternatives.</p></figcaption></figure> <figure><img src="/files/2pwnDjadI5CGlhkLtNM0" alt="" width="188"><figcaption><p>compare alternatives</p></figcaption></figure></div>

<div><figure><img src="/files/4xIkt3Dcly3rmApGsLyF" alt="" width="188"><figcaption><p>In the swap preview page click<br>on the <strong>fee total</strong> to get the<br>breakdown</p></figcaption></figure> <figure><img src="/files/IvdhkmDdv70PnaTgVZ2a" alt="" width="188"><figcaption><p>fee breakdown</p></figcaption></figure></div>


---

# 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://faqs.thorwallet.org/swaps/faqs-swaps.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.
