# Swapping Assets

{% embed url="<https://www.youtube.com/watch?v=dksBj-6_UPM>" %}

Minswap is a decentralised exchange (DEX) on the Cardano blockchain, allowing users to trade (swap) tokens seamlessly in a non-custodial and decentralised manner. Here’s an in-depth look at how swaps work on Minswap:

### What Are Swaps on Minswap?

A swap on Minswap involves exchanging one Cardano-native token for another using liquidity pools. These pools are funded by liquidity providers who deposit pairs of tokens, enabling the automated trading process.

You will find that across all pools, the main trading asset with any Cardano token is ADA, with a few rare cases where liquidity pools have been set up between two exotic pairs. If you wish to swap two tokens for which a liquidity pool doesn’t exist, Minswap will route trades through multiple pools to swap your desired tokens. We’ll cover this topic of auto-routing more in another topic.

The key benefits of swaps on Minswap include:

* **Access to Cardano Assets**: Many high-quality projects only exist on Cardano.
* **Decentralisation**: No intermediaries or custodians are involved.
* **User-friendly interface**: Simple for both beginners and experienced users


---

# 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.minswap.org/courses/how-to-perform-swaps/swapping-assets.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.
