> For the complete documentation index, see [llms.txt](https://support.mixswap.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.mixswap.exchange/en/quickstart.md).

# Getting Started

***

## What is MixSwap?

**MixSwap** is the MiFi DEX aggregation trading platform of Exin, the most popular developer of the Mixin ecosystem.

The Mixin ID of MixSwap is **7000103767**, you can visit this [link](mixin://users/6a4a121d-9673-4a7e-a93e-cb9ca4bb83a2) to authorize and experience it.

How to download and update Mixin Messenger:

* Google Play: <https://play.google.com/store/apps/details?id=one.mixin.messenger>
* App Store: <https://apps.apple.com/us/app/mixin-messenger/id1322324266>

## What pairs are currently supported by MixSwap?

***

The goal of MixSwap is to support all tokens supported by the Mixin Network.

## What is Mixin Network and Mixin Messenger?

***

**Mixin Network** is a free and fast peer-to-peer digital asset trading network. It uses sidechains, Layer2 Off-Chain and other technologies, uses PoS + Asynchronous BFT consensus, and uses DAG to store transaction records. Finally, it achieves second-level confirmation, zero fees and enhanced transactions features of privacy.

**Mixin Messenger** is an open source end-to-end encrypted chat software and integrates a multi-chain wallet based on Mixin Network.

## What’s the difference between MixSwap and an exchange?

***

MixSwap uses a 1inch-like aggregated trading model and does not provide depth itself.

Exchanges usually take an order book model, which usually requires a market maker to service the exchange and provide liquidity to traders.

## What is the difference between MixSwap and ExinSwap?

***

MixSwap uses a 1inch-like aggregated trading model and does not provide depth itself.

ExinSwap is a Uniswap-like DEX that uses the AMM model.

## What is the difference between MixSwap and ExinOne?

MixSwap uses a 1inch-like aggregated trading model and does not provide depth itself.

ExinOne's trading is based on the "**Exchange Purchase**" model, where ExinOne helps users trade cryptocurrencies through an exchange API.

## How do I exchange cryptocurrencies with MixSwap?

***

If you are new to MixSwap and would like to learn how to exchange cryptocurrencies, please read our step-by-step guide: "[MixSwap Exchange tutorial](https://w3c.group/c/1614753078320604)".


---

# 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://support.mixswap.exchange/en/quickstart.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.
