# Swap Tokens

Swapping on Quantum Swap is designed to be fast, intuitive, and secure. Follow these steps to complete your first swap:

### Steps to Swap

1. **Select Token**

   Click **“Select Token”** to view all available tokens.\
   You can **scroll**, **search by name or ID**, or **filter by network** to find your token.
2. **Enter Amount**

   Type the amount you want to swap. You can enter the value in either the **token itself** or in **USD ($)**.

   * *Note*: Ensure the amount covers both your available balance and network fees.
3. **View Route Details**

   Once tokens and amounts are chosen, Quantum Swap calculates the **best route** automatically.

   You’ll see **time estimates** and **gas fee details** before confirming.
4. **Set Amount Easily**

   After connecting your wallet, your available balances appear. Use **50%** or **MAX** shortcuts to quickly select swap amounts.
5. **Enter Destination Address**

   Provide the **receiving wallet address** for your “To” token.

   * *Note*: Double-check the address — transactions are final and recorded on-chain.
6. **Click Swap**

   Review the **final details** of your transaction (route, fees, slippage, and destination).

   Once confirmed, your transaction will be executed on-chain.

<details>

<summary>Notes &#x26; Tips</summary>

* **Wallet Required** – You must connect your wallet before executing a swap.
* **On-Chain Transparency** – All swaps are executed fully on-chain and can be tracked easily for your records.
* **Route Calculation Error** – If the system can’t calculate a swap route, it may be due to **temporary network issues**. Simply **refresh the app and try again**.

</details>

**24/7 Support** – Have questions? Reach out anytime via our **Telegram DM** using the floating bubble at the bottom right.


---

# 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://quantum-swap.gitbook.io/quantum-swap/technology-and-roadmap/swap-tokens.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.
