# Swapping

Vultisig supports swapping assets both within the same chain and across different blockchains. All swaps are secured by threshold signatures.

***

## How to Swap

1. **Tap "Swap"** from your vault view
2. **Select the asset to swap from** (source)
3. **Select the asset to receive** (destination)
4. **Enter the amount** to swap
5. **Review the quote** — rate, fees, and estimated output
6. **Sign with your devices**
7. **Monitor the swap** — cross-chain swaps depend on blockchain finality

<figure><img src="/files/YDx0cDauQGno1dlFQqZU" alt=""><figcaption><p>Swap Flow</p></figcaption></figure>

***

## Swap Providers

Vultisig automatically selects the best route using integrated providers:

| Provider                                       | Type              | Speciality                                |
| ---------------------------------------------- | ----------------- | ----------------------------------------- |
| [THORChain](https://thorchain.org/)            | Cross-chain DEX   | Native cross-chain swaps (BTC, ETH, etc.) |
| [MAYA Protocol](https://www.mayaprotocol.com/) | Cross-chain DEX   | Extended asset support                    |
| [1inch](https://1inch.io/)                     | DEX Aggregator    | Best rates across EVM DEXs                |
| [Li.Fi](https://li.fi/)                        | Bridge Aggregator | Cross-chain bridging                      |
| [Kyberswap](https://kyberswap.com)             | DEX Aggregator    | EVM chain swaps                           |

***

## Cross-Chain vs Same-Chain

| Type            | Example                | Speed                          |
| --------------- | ---------------------- | ------------------------------ |
| **Same-chain**  | ETH → USDC on Ethereum | Fast, single transaction       |
| **Cross-chain** | BTC → ETH              | Depends on blockchain finality |

Cross-chain swaps use THORChain or Maya Protocol. Large swaps are automatically streamed for better rates.

***

## Tips

* **Compare quotes** — Vultisig shows the best available rate
* **Check slippage** — larger swaps may have higher slippage
* **Streaming swaps** — large amounts are split for better execution
* **Transaction fees** are shown before confirmation

***

## Related

* [Keysign](/security-and-technology/keysign.md) — How transaction signing works
* [Sending](/app-guide/wallet/sending.md)
* [DeFi](/app-guide/defi.md)


---

# 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.vultisig.com/app-guide/wallet/swapping.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.
