> For the complete documentation index, see [llms.txt](https://docs.mindaiproject.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindaiproject.com/utility/mindswap/how-to-swap.md).

# How to Swap

How to perform a swap within the bot?

{% stepper %}
{% step %}
**Access the Bot**

Log onto Telegram and access the following bot t.me/MindSwapBot.
{% endstep %}

{% step %}
**Start a New Swap**

To start a new swap, type the command `/start` and then `/new`.
{% endstep %}

{% step %}
**Choose Crypto and Chain**

Select the Crypto to send and its corresponding chain.
{% endstep %}

{% step %}
**Choose Receiving Crypto**

Select the Crypto to receive.
{% endstep %}

{% step %}
**Enter Swap Amount**

Enter the amount you want to swap from one chain to another.
{% endstep %}

{% step %}
**Enter Receiving Wallet**

Enter the wallet of the chain on which to receive your crypto.
{% endstep %}

{% step %}
**Confirm Exchange**

Click on the “Exchange now” button.
{% endstep %}

{% step %}
**Send Crypto**

Send to the wallet that will be shown to you via message the cryptos to be exchanged.
{% endstep %}

{% step %}
**Wait for Processing**

Congratulations! Now you will only have to wait 1-2 minutes for the transaction to be processed.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Some pairs on certain days are offline, being the continuous liquidity that is withdrawn daily, so if it does not work, try the next day directly.
{% endhint %}


---

# 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://docs.mindaiproject.com/utility/mindswap/how-to-swap.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.
