> For the complete documentation index, see [llms.txt](https://min-swap-hub.gitbook.io/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://min-swap-hub.gitbook.io/ru/minswap-a-comprehensive-guide-or.md).

# Minswap@:- A Comprehensive Guide |

## &#x20;                                                   [Minswap](https://app.minswap.org/en-US)

<figure><img src="/files/7dlZWPakmJbmKz9I8LaA" alt=""><figcaption></figcaption></figure>

Minswap is a decentralized exchange (DEX) built on the Cardano blockchain. It aims to provide a community-driven, efficient, and user-friendly platform for trading cryptocurrencies and tokens. Minswap leverages the advantages of Cardano's infrastructure to offer lower transaction fees, enhanced security, and a scalable environment for decentralized finance (DeFi) activities.

#### Key Features

**Automated Market Maker (AMM)**

Minswap utilizes an Automated Market Maker (AMM) model to facilitate trading. Unlike traditional order book exchanges, AMMs use liquidity pools where users can trade directly against the pool, ensuring continuous liquidity and efficient transactions.

**Multi-Token Liquidity Pools**

The platform supports multi-token liquidity pools, allowing users to provide liquidity with various token pairs. This enhances liquidity across multiple assets, reduces slippage, and improves trading efficiency.

**Yield Farming**

Minswap offers yield farming opportunities, enabling users to stake their liquidity provider (LP) tokens in various farming pools. Yield farming allows users to earn additional rewards in the form of the platform’s native tokens or other incentives.

**Staking**

Users can stake Minswap’s native token, MIN, to earn rewards and participate in governance. Staking helps secure the network and allows users to contribute to the decision-making process regarding platform upgrades and changes.


---

# 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://min-swap-hub.gitbook.io/ru/minswap-a-comprehensive-guide-or.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.
