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