# Liberty DEX

- [Overview](https://docs.libertyswap.finance/liberty-dex/overview.md)
- [Core Architecture](https://docs.libertyswap.finance/liberty-dex/overview/core-architecture.md): Working on this page
- [Benefits for Swappers](https://docs.libertyswap.finance/liberty-dex/overview/benefits-for-swappers.md)
- [Supported Tokens](https://docs.libertyswap.finance/liberty-dex/overview/supported-tokens.md)
- [Minimum Swap Size](https://docs.libertyswap.finance/liberty-dex/overview/minimum-swap-size.md)
- [Execution Model](https://docs.libertyswap.finance/liberty-dex/execution-model.md)
- [Open Execution Network](https://docs.libertyswap.finance/liberty-dex/execution-model/open-execution-network.md)
- [Swap Execution Errors](https://docs.libertyswap.finance/liberty-dex/execution-model/swap-execution-errors.md)
- [How to Swap with Liberty DEX](https://docs.libertyswap.finance/liberty-dex/how-to-swap-with-liberty-dex.md): Swaps executed through Liberty DEX follow an intent-based flow, where the user signs an order and the execution is handled by the network.
- [Network Costs](https://docs.libertyswap.finance/liberty-dex/how-to-swap-with-liberty-dex/network-costs.md)
- [Slippage Handling](https://docs.libertyswap.finance/liberty-dex/how-to-swap-with-liberty-dex/slippage-handling.md)
- [Limit Orders](https://docs.libertyswap.finance/liberty-dex/limit-orders.md): Introducing a new way to trade - combining self-custody, privacy, and zero-friction execution into a single seamless experience.
- [How to Use Limit Orders](https://docs.libertyswap.finance/liberty-dex/limit-orders/how-to-use-limit-orders.md)
- [Important Notes](https://docs.libertyswap.finance/liberty-dex/limit-orders/important-notes.md)


---

# 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.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.
