# Benefits for Swappers

By separating order creation from order execution, Liberty DEX enables several improvements compared with traditional AMM swaps:

#### Improved pricing

Liquidity can be sourced from multiple venues rather than a single pool. Competing executors are incentivized to provide better prices in order to win the swap.

#### Gasless swapping

Users do not need to submit on-chain transactions directly. Execution costs are handled by the party that fulfills the order.

#### Protection from MEV

Swap execution can occur through private transaction relays, reducing exposure to front-running and other forms of extractive MEV.

#### No cost for failed execution

If an order cannot be filled, users do not incur failed transaction fees.

<br>


---

# 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.libertyswap.finance/liberty-dex/overview/benefits-for-swappers.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.
