# Regular Mode

### What is Regular mode?

**Regular mode** functions like a typical instant crypto exchange. When you create an order, AnySwap searches across all supported instant exchanges to **find you the best available rate**. Once you deposit to the provided wallet, your funds are sent to a hot wallet, and you receive the equivalent amount of your chosen token on the destination chain.

{% hint style="success" %}
*Ideal for quick, transparent swaps with minimal fees.*
{% endhint %}

**Regular Mode Flow**

From the Main Menu, press **Regular Mode**

1. **Select Deposit Network & Token** Choose source chain and desired token.
2. **Enter Amount** Provide the number of tokens you will send.
3. **Select Withdrawal Network & Token** Choose target chain and desired token.
4. **Enter Destination Wallet** Provide a valid wallet for the withdrawal network/token provided.
5. **Finish Swap** Deposit funds to the provided to wallet to complete the swap.


---

# 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://any-swap.gitbook.io/untitled/swap-modes/regular-mode.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.
