> For the complete documentation index, see [llms.txt](https://docs.vultisig.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vultisig.com/app-guide/wallet/swapping.md).

# Swap Crypto in Vultisig

Swap in Vultisig. Best quote from THORChain, Maya, 1inch, Li.Fi, Kyber, Jupiter, and others. 50 bps fee, reduced by $VULT.

You can swap on the same chain or across chains. The wallet picks the best quote — you do not choose a provider. Your devices sign the same way they do for a send.

***

## How to swap

1. Tap **Swap**
2. Select the asset you want to sell
3. Select the asset you want to receive
4. Enter the amount
5. Check the quote: rate, Vultisig fee, network / protocol fees, estimated output
6. Sign with your devices
7. Cross-chain swaps wait for the chains to confirm. That can take a few minutes.

<figure><img src="https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-b758863147bfd600d79fe287bb791a9e0f85b2bf%2Fimage%20(1).png?alt=media" alt=""><figcaption><p>Swap Flow</p></figcaption></figure>

***

## Fees and $VULT discounts

Vultisig charges **50 bps** on swaps, on top of the route's protocol and network fees. Hold $VULT in the vault to reduce that fee:

| Tier     | $VULT in vault | Vultisig swap fee |
| -------- | -------------- | ----------------- |
| None     | —              | 50 bps            |
| Bronze   | 1,500          | 45 bps            |
| Silver   | 3,000          | 40 bps            |
| Gold     | 7,500          | 30 bps            |
| Platinum | 15,000         | 25 bps            |
| Diamond  | 100,000        | 15 bps            |
| Ultimate | 1,000,000      | 0 bps             |

A THORGuard NFT in the vault raises the tier by one, up to Platinum. Full table: [$VULT in-app fee discounts](/vult-token/vult/in-app-utility.md).

[Referrals](/app-guide/referrals.md) can rebate part of the swap fee.

***

## Providers

The wallet selects the route. You do not pick a provider in the UI. Routes include:

| Provider                                       | Typical use                               |
| ---------------------------------------------- | ----------------------------------------- |
| [THORChain](https://thorchain.org/)            | Native cross-chain (BTC, ETH, and others) |
| [MAYA Protocol](https://www.mayaprotocol.com/) | Extra cross-chain pairs                   |
| [1inch](https://1inch.io/)                     | EVM DEX aggregation                       |
| [KyberSwap](https://kyberswap.com)             | EVM DEX aggregation                       |
| [Li.Fi](https://li.fi/)                        | Cross-EVM bridging                        |
| [Jupiter](https://jup.ag/)                     | Solana                                    |
| SwapKit and other aggregators                  | Additional EVM / cross-chain routes       |

***

## Blockaid

On-chain security is on by default. Turn it off under **Settings → Vault Settings → Advanced**. The verify screen can warn on a malicious route or contract. Same rule as send: it is a warning, not a block you cannot override.

***

## Related

* [Sending](/app-guide/wallet/sending.md)
* [DeFi](/app-guide/defi.md)
* [Referrals](/app-guide/referrals.md)
* [$VULT in-app fee discounts](/vult-token/vult/in-app-utility.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vultisig.com/app-guide/wallet/swapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
