# Swapping

#### Token Swaps

WheelX supports both single-chain and cross-chain token swaps, allowing users to trade assets seamlessly across different environments.

* **For single-chain swaps**

<div align="left"><figure><img src="/files/iprVCI8O80lQ63LY4IEx" alt=""><figcaption></figcaption></figure></div>

Users can exchange tokens within the same blockchain by leveraging aggregated liquidity from multiple DEXs. This ensures that trades are executed with optimal pricing and minimal slippage without requiring users to manually compare different platforms.

For cross-chain swaps

<div align="left"><figure><img src="/files/DMqKGx0aAtMEAczRkkDi" alt=""><figcaption></figcaption></figure></div>

WheelX extends this capability across networks by combining swapping and bridging into a unified flow. Instead of handling multiple steps manually, users can swap assets from one chain to another in a single transaction, with the routing system automatically determining the most efficient path.


---

# 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.wheelx.fi/how-it-works/swapping.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.
