# Swap

SmashFi offers a swap function that allows you to freely exchange your coins for any coin through the swap function of each exchange. Swaps are processed instantly and there are no fees.

* The minimum/maximum swap quantity standards for each coin follow the policies of each exchange.

1. Click `Swap` page on the left navigation bar.
2. In `From`, choose `coin` and enter the `amount` you want to swap
3. In `Receive`, choose `coin` which you want to receive
4. Click `Calculate Swap Amount`

<figure><img src="/files/zXCezxrEKHbcqieteohx" alt="" width="563"><figcaption></figcaption></figure>

5. Confirm all information and click `Swap` (The exchange rate is valid for 10 seconds, after which you can press refresh to load the new exchange rate)

<figure><img src="/files/5wYtjO1OV0nRikwqtMYF" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://how.smashfi.me/swap.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.
