# Optimized Swap

Anyone is able to use our Optimized Swap service through our web application. When users interact with our frontend application, they are calling on our proprietary algorithm OPT to aggregate the liquidity among various decentralized exchanges to find the most optimal swap routes.

### **How it works**

1. **Liquidity Analysis**: OPT analyzes liquidity pools available on WEMIX3.0, measuring pairs, price, and size of liquidity in real time.
2. **Finding Optimal Route**: OPT finds the most optimal swap routes based on the data it analyzes.
3. **Trade execution:** Users are able to execute the trade based on the route found via web app or privately offered API.

### **User Benefits**

* **Increased output:** Using the Optmized Swap, users are able to retain greater output of the desired token.
* **Efficiency:** Instead of comparing information on other swaps, users are able to take advantage of OPT saving time and cost.
* **Reduced slippage:** Through Optimized Swap, users are able to trade with less slippage.

### Comparison

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

* Offers a greater quantity of tokens for exchange compared to traditional swap services.
* Provides various trading routes, enabling users to find the most favorable trading conditions.


---

# 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.opt.finance/en/optimized-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.
