> For the complete documentation index, see [llms.txt](https://famswaps-organization.gitbook.io/famswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://famswaps-organization.gitbook.io/famswap/products/exchange/multi-coin-exchange.md).

# Multi-Coin Exchange

> FamSwap combines various token exchange pairs and alternative routes, providing advanced routing solutions and the best rates while keeping gas fees low. This feature is a versatile and efficient tool that empowers users to swap multiple cryptocurrencies at once, eliminating the need for individual transactions. This streamlines the trading process, increases efficiency, and ensures a smooth user experience.&#x20;

**Example:**&#x20;

Suppose a user wants to exchange their Ethereum (ETH) and Bitcoin (BTC) for a USD stablecoin (USDT). In traditional scenarios, the user would need to exchange ETH for USDT and then exchange BTC for USDT, requiring two separate transactions. However, with the multi-coin exchange feature, the user can complete this process in one go, improving trading efficiency.&#x20;

**Advantages:**&#x20;

With multi-coin exchange, users can simultaneously handle exchange needs for multiple cryptocurrencies, saving time and transaction costs. This flexibility allows users to manage their digital asset portfolios more conveniently and respond quickly to market fluctuations. Additionally, the multi-coin exchange feature maintains a seamless user experience. Users can perform all operations on one platform without the need for frequent switching of trading or using different exchanges, providing a smoother and more integrated trading experience.


---

# 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://famswaps-organization.gitbook.io/famswap/products/exchange/multi-coin-exchange.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.
