# How to use the bot

{% hint style="info" %}
WenSwap bot provides a simple interface for swapping tokens across different blockchains directly within Telegram. This guide covers all basic commands and features.
{% endhint %}

### Quick Commands

| Command  | Description                          |
| -------- | ------------------------------------ |
| `/start` | Start the bot and view the main menu |

***

### Choose Order Type

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

{% tabs %}
{% tab title="⚡ Regular" %}
*Ideal for quick, transparent swaps with minimal fees.*

\
[Read More](#regular-mode)
{% endtab %}

{% tab title="🥷 Privacy" %}
*Ideal for users who require strong privacy guarantees on their transactions.*

\
[Read More](#privacy-mode)
{% endtab %}

{% tab title="🌱 Seed" %}
*Ideal for bulk funding tasks like launching tokens, or buying on **multiple wallets** with additional privacy.*

\
[Read More](#seed-wallets)
{% endtab %}
{% endtabs %}

***

### Choose a deposit network & currency

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

***

### Enter Deposit Amount

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

***

### Choose Withdraw Network & Currency

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

***

### Enter wallet address for receiving

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

{% hint style="danger" %}
For Seed Wallets Mode, you need to provide a list of wallets to receive coins to.
{% endhint %}

***

### Send funds to deposit wallet

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

{% hint style="danger" %}
Orders that require a memo or extra ID, must have it in the transaction.
{% endhint %}

<details>

<summary>Memo order example</summary>

<figure><img src="/files/ofqwn6XaHQs3lV9wXX6q" alt=""><figcaption></figcaption></figure>

</details>

***

### Order Status Updates

{% hint style="success" %}
The bot automatically provides real-time updates on your orders:

* Order creation confirmation
* Exchange in progress
* Anonymizing/Seeding
* Completion status
  {% 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://wen-swap.gitbook.io/wen-swap-bot/wen-swap/bot-guide.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.
