# Minimum Swap Size

Liberty DEX does not enforce a fixed minimum swap amount at the protocol level. However, the availability of Liberty DEX routing depends on whether a swap can be executed efficiently under current network conditions.

In practice, swaps below a certain value threshold may not be routed through Liberty DEX. This is because the total execution cost, including network fees and routing complexity, must remain economically viable for executors.

The effective minimum swap size is therefore dynamic and may vary depending on factors such as:

* current network fees
* asset liquidity
* routing complexity
* executor participation

If a swap does not meet these conditions, it may be routed through alternative execution paths within the interface instead of Liberty DEX.

This design ensures that Liberty DEX is used only when it can provide efficient and competitive execution outcomes.


---

# 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/minimum-swap-size.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.
